<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
@charset "UTF-8";
/* ì¹´í…Œê³&nbsp;ë¦¬ë©”ì¸ ìƒë‹¨ ë°°ë„ˆ*/
.xe-brand-shop-page-slide {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .xe-brand-shop-page-slide-item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  height: 120px;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .xe-brand-shop-page-slide-item .shop-section-slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .xe-brand-shop-page-slide-item .shop-page-slide__content {
  color: #fff;
  text-align: right;
  width: 100%;
  padding: 10px 24px;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .xe-brand-shop-page-slide-item .shop-page-slide__content .slide__content-tit {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 30px;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .xe-brand-shop-page-slide-item .shop-page-slide__content .slide__content-desc {
  margin: 6px 0 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.6px;
  font-weight: 400;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 15;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: auto;
  height: auto;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .slick-dots li button:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .slick-dots li.slick-active button:after {
  background-color: #fff;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  outline: none;
  color: #000;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  border: solid 1px #ececec;
  background-color: white;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .slick-arrow:hover {
  cursor: pointer;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .slick-arrow.slick-prev {
  left: -24px;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .slick-arrow.slick-prev:before {
  font-family: 'xeicon';
  content: "\e93c";
  display: block;
  font-size: 24px;
  line-height: 48px;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .slick-arrow.slick-next {
  right: -24px;
}

.xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .slick-arrow.slick-next:before {
  font-family: 'xeicon';
  content: "\e93f";
  display: block;
  font-size: 24px;
  line-height: 48px;
}

@media (min-width: 992px) {
  .xe-brand-shop-page-slide {
    width: 100%;
    left: auto;
    margin-left: 0;
  }
  .xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .xe-brand-shop-page-slide-item {
    height: 270px;
  }
  .xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .xe-brand-shop-page-slide-item .shop-page-slide__content {
    padding: 10px 90px;
  }
  .xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .xe-brand-shop-page-slide-item .shop-page-slide__content .slide__content-tit {
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 32px;
  }
  .xe-brand-shop-page-slide .xe-brand-shop-page-slide-list .xe-brand-shop-page-slide-item .shop-page-slide__content .slide__content-desc {
    margin: 24px 0 0;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.8px;
  }
}

.category-list-type-box .category-list-type-menu {
  margin: 0 -15px;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid  #ececec;
}

.category-list-type-box .category-list-type-menu::after {
  content: '';
  display: block;
  clear: both;
}

.category-list-type-box .category-list-type-menu .shop-list-type-item {
  float: left;
  width: 33.333%;
  text-align: center;
}

.category-list-type-box .category-list-type-menu .shop-list-type-item .shop-list-link {
  display: block;
  padding: 4px;
  color: #767676;
  font-size: 13px;
  letter-spacing: -0.2px;
  line-height: 20px;
  text-decoration: none;
}

.category-list-type-box .category-list-type-menu .shop-list-type-item .shop-list-link.on {
  color: #ff5630;
}

@media (min-width: 992px) {
  .category-list-type-box {
    display: none;
  }
}

.xe-brand-widget-product-wrap {
  position: relative;
  padding: 40px 0;
}

/* ìœ„ì&nbsp;¯ íƒ€ì´í‹€ */
.xe-brand-widget-product__header {
  position: relative;
  text-align: left;
  margin: 0 0 16px;
}

.xe-brand-widget-product__header .xe-brand-widget-product__title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.6px;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--left-box .xepage-shopping-item-list-num {
  font-size: 21px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.8px;
  color: #141414;
  height: auto;
  margin-bottom: 0;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--left-box .xepage-shopping-item-list-num .xepage-shopping-item-list__title {
  font-size: 21px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.8px;
  color: #141414;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--left-box .xepage-shopping-item-list-num .xepage-shopping-item-list__number {
  padding: 0 2px;
  vertical-align: text-top;
  color: #f5332b;
  font-size: 17px;
  letter-spacing: -0.68px;
  line-height: normal;
  display: inline-block;
  font-weight: bold;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box {
  margin-bottom: 0;
  position: relative;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  display: block;
  width: 1px;
  height: 16px;
  background-color: #ececec;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-button {
  padding: 0 8px;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
  padding: 8px 12px 9px 16px;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-button .xu-button__text {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  color: #484848;
  padding: 0;
  margin-right: 24px;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-button i {
  color: #b3bac5;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  min-width: 130px;
  z-index: 80;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #ececec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 4px;
  padding: 5px 0;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-dropdown-menu .xu-dropdown-menu__item.on a {
  background-color: transparent;
  color: #141414;
  font-weight: 500;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-dropdown-menu .xu-dropdown-menu__item a {
  font-size: 13px;
  color: #141414;
  line-height: 30px;
  text-decoration: none;
  padding: 0 15px;
  display: block;
  font-weight: 500;
}

/* ìƒí’ˆ ì&nbsp;•ë&nbsp;¬ë²„íŠ¼ */
.xe-brand-product__sort {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
}

.xe-brand-product__sort .sort-list .sort-btn {
  display: block;
  padding: 2px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.xe-brand-product__sort .sort-list .sort-btn.sort1 {
  background-image: url(../img/icon_sort_1.png);
}

.xe-brand-product__sort .sort-list .sort-btn.sort1.on {
  background-image: url(../img/icon_sort_1_on.png);
}

.xe-brand-product__sort .sort-list .sort-btn.sort2 {
  background-image: url(../img/icon_sort_2.png);
}

.xe-brand-product__sort .sort-list .sort-btn.sort2.on {
  background-image: url(../img/icon_sort_2_on.png);
}

.xe-brand-product__sort .sort-list .sort-btn.sort3 {
  background-image: url(../img/icon_sort_3.png);
}

.xe-brand-product__sort .sort-list .sort-btn.sort3.on {
  background-image: url(../img/icon_sort_3_on.png);
}

/* ìƒí’ˆëª©ë¡ */
.xe-brand-product__contents .product__list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.xe-brand-product__contents .product__item {
  width: 100%;
  padding: 0px;
  margin-bottom: 16px;
}

.xe-brand-product__contents .product__item.xe-col1 {
  width: 100%;
}

.xe-brand-product__contents .product__item.xe-col2 {
  width: 50%;
}

.xe-brand-product__contents .product__item.xe-col3 {
  width: 33.3333%;
}

.xe-brand-product__contents .product__item .product__link {
  display: block;
  position: relative;
  text-decoration: none;
}

.xe-brand-product__contents .product__item .product__type {
  position: absolute;
  right: 15px;
  top: 0;
}

.xe-brand-product__contents .product__item .product__type .product__type-icon {
  display: block;
  width: 52px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 52px 60px;
}

.xe-brand-product__contents .product__item .product__type .product__type-icon.best {
  background-image: url(../img/best.png);
}

.xe-brand-product__contents .product__item .product__type .product__type-icon.made {
  background-image: url(../img/made.png);
}

.xe-brand-product__contents .product__item .product__thumbnail {
  position: relative;
}

.xe-brand-product__contents .product__item .product__thumbnail .badge-premium {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.4px;
  color: #fff;
  border-radius: 5px;
  background-color: #5384ed;
  padding: 2px 6px 2px;
}

.xe-brand-product__contents .product__item .product__thumbnail .product__thumbnail-img {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  border-radius: 12px 12px 0 0;
}

.xe-brand-product__contents .product__item .product__thumbnail .product__option {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.xe-brand-product__contents .product__item .product__thumbnail .product__option .xe-wish-btn {
  display: block;
  padding: 2px;
  vertical-align: middle;
  width: 22px;
  height: 20px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 20px;
  background-image: url(../img/icon_like.png);
}

.xe-brand-product__contents .product__item .product__thumbnail .product__option .xe-wish-btn.on {
  background-image: url(../img/icon_like_on.png);
}

.xe-brand-product__contents .product__item .product__info {
  border-radius: 0 0 12px 12px;
  background-color: #f4f5f7;
  padding: 15px 15px 24px;
}

.xe-brand-product__contents .product__item .product__info .product__category {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: -0.4px;
  color: #9c9c9c;
  margin-bottom: 2px;
}

.xe-brand-product__contents .product__item .product__info .product__tit {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: -0.9px;
  color: #141414;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 54px;
  margin-bottom: 4px;
  height: 54px;
}

.xe-brand-product__contents .product__item .product__info .regular-price {
  font-size: 11px;
  letter-spacing: -0.2px;
  color: #aeaeae;
  text-decoration: line-through;
}

.xe-brand-product__contents .product__item .product__info .product__sale {
  color: #141414;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 20px;
}

.xe-brand-product__contents .product__item .product__info .sale-num {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.29px;
  color: #ff635d;
  display: inline-block;
  margin-right: 4px;
}

.xe-brand-product__contents .product__item .product__info .sale-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.29px;
  color: #141414;
}

.xe-brand-product__contents .product__item .product__info .product__delivery {
  margin-top: 5px;
}

.xe-brand-product__contents .product__item .product__info .product__delivery .product__delivery-free-icon {
  display: block;
  width: 38px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 38px 15px;
  background-image: url(../img/icon_delivery.png);
}

.xe-brand-product__contents .product__item .product__info .prod-class-rating-wrap {
  font-size: 0;
  line-height: 1;
  margin-bottom: 16px;
}

.xe-brand-product__contents .product__item .product__info .prod-class-rating-wrap .icon-star {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: baseline;
}

.xe-brand-product__contents .product__item .product__info .prod-class-rating-wrap .rating-text {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.49px;
  color: #9c9c9c;
  margin-left: 4px;
}

.xe-brand-product__contents .product__item .product__info .info-prod-class-box-status {
  padding-top: 15px;
}

.xe-brand-product__contents .product__item .product__info .info-prod-class-box-status::after {
  content: '';
  display: block;
  clear: both;
}

.xe-brand-product__contents .product__item .product__info .info-prod-class-box-status .item-status-box {
  float: left;
}

.xe-brand-product__contents .product__item .product__info .info-prod-class-box-status .item-status-box .item-status-list {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #ff635d;
  border-radius: 5px;
  border: 1px solid rgba(245, 51, 43, 0.4);
  background-color: #fff;
  background-color: #ffffff;
  padding: 5px 8px;
}

/* ìŠ¬ë¼ì´ë“œ ìƒí’ˆ ëª©ë¡ */
.xe-brand-product__contents-slide {
  margin: 0 -7.5px 0 0;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow {
  position: absolute;
  top: 36%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  width: 40px;
  height: 40px;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow:hover {
  cursor: pointer;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow.slick-prev {
  left: 12.5px;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow.slick-prev:before {
  font-family: 'xeicon';
  content: '\e93d';
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  width: 100%;
  height: 100%;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow.slick-next {
  right: 12.5px;
}

.xe-brand-product__contents-slide .product__list-slide .slick-arrow.slick-next:before {
  content: '\e940';
  font-family: 'xeicon';
  text-align: center;
  display: block;
  font-size: 40px;
  line-height: 40px;
  width: 100%;
  height: 100%;
}

/* ë”ë³´ê¸° ë²„íŠ¼ */
.xe-brand-product__list-more-btn .xe-brand-product__list-more-link {
  margin: 0 auto;
  display: block;
  padding: 13px 8px;
  border-radius: 8px;
  border: solid 1px #e0e0e0;
  background-color: #fff;
  line-height: 20px;
  letter-spacing: -0.3px;
  text-align: center;
  color: #141414;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
}

@media (min-width: 768px) {
  .xepage-page .section-xepage-paging .xepage-paging-item {
    font-size: 14px;
    font-weight: 500;
    color: #484848;
  }
  .xepage-page .section-xepage-paging .xepage-paging-item.xepage-paging-item--active {
    background-color: #141414;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
  }
  .xepage-page .section-xepage-paging .xepage-paging-item.xepage-paging-item--active:hover, .xepage-page .section-xepage-paging .xepage-paging-item.xepage-paging-item--active:focus, .xepage-page .section-xepage-paging .xepage-paging-item.xepage-paging-item--active:active {
    color: #fff;
  }
  .xepage-page .section-xepage-paging .xepage-paging-item i {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  /* ìœ„ì&nbsp;¯ íƒ€ì´í‹€ */
  .xe-brand-widget-product__header {
    margin: 0 0 24px;
  }
  .xe-brand-widget-product__header .xe-brand-widget-product__title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: -0.6px;
  }
  .xe-brand-widget-product__header .xepage-shopping-item-list-info {
    padding-right: 0;
  }
  .xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--left-box .xepage-shopping-item-list-num .xepage-shopping-item-list__title {
    font-size: 24px;
  }
  .xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--left-box .xepage-shopping-item-list-num .xepage-shopping-item-list__number {
    font-size: 20px;
    line-height: 1;
  }
  .xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box {
    margin-bottom: 0;
    position: relative;
  }
  .xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box::after {
    display: none;
  }
  .xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-button i {
    color: #b3bac5;
  }
  .xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-dropdown-menu .xu-dropdown-menu__item.on a {
    background-color: transparent;
    color: #141414;
    font-weight: 500;
  }
  .xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-dropdown-menu .xu-dropdown-menu__item a {
    padding: 4px 20px;
    color: #767676;
  }
  /* ìƒí’ˆ ì&nbsp;•ë&nbsp;¬ë²„íŠ¼ */
  .xe-brand-product__sort {
    display: none;
  }
  /* ìƒí’ˆëª©ë¡ */
  .xe-brand-product__contents .product__list {
    margin: 0 0px;
  }
  .xe-brand-product__contents .product__item {
    width: 33.333%;
    margin-bottom: 24px;
    padding: 0 8px;
  }
  .xe-brand-product__contents .product__item.xe-col1 {
    width: 33.3333%;
  }
  .xe-brand-product__contents .product__item.xe-col2 {
    width: 33.3333%;
  }
  .xe-brand-product__contents .product__item.xe-col3 {
    width: 33.3333%;
  }
  .xe-brand-product__contents .product__item .product__link {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .xe-brand-product__contents .product__item .product__link:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .xe-brand-product__contents .product__item .product__thumbnail .product__thumbnail-img {
    width: 100%;
    padding-top: 56.25%;
  }
  .xe-brand-product__contents-slide {
    margin: 0;
  }
  /* ë”ë³´ê¸° ë²„íŠ¼ */
  .xe-brand-product__list-more-btn .xe-brand-product__list-more-link {
    max-width: 200px;
  }
}

.select-dropdown-box::-webkit-scrollbar {
  width: 8px;
  background: #fafafa;
}

.select-dropdown-box::-webkit-scrollbar-track {
  background: transparent;
}

.select-dropdown-box::-webkit-scrollbar-thumb {
  width: 8px;
  background: rgba(157, 157, 157, 0.3);
  border-radius: 5px;
}

/* ìƒí’ˆìƒì„¸ ìƒí’ˆìŠ¬ë¼ì´ë“œ */
.xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-border.section-xepage-border--top {
  border-top: 1px solid #ececec;
}

.xepage-shopping .section-xepage-product-slide {
  margin-bottom: 0;
  margin: 0;
}

.xepage-shopping .section-xepage-product-slide .slide-img__box-inner {
  padding-top: 56.25%;
}

.xepage-shopping .section-xepage-product-slide .slide-img__box-inner .slide-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 56.25%;
  width: 100%;
}

.xepage-shopping .section-xepage-product-slide .slide-img__box-inner .slide-img::after {
  content: '';
  /*background-color: rgba(0, 0, 0, 0.4);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.xepage-shopping .section-xepage-product-slide .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  z-index: 15;
  position: absolute;
  bottom: 16px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.xepage-shopping .section-xepage-product-slide .slick-dots &gt; li {
  height: auto !important;
}

.xepage-shopping .section-xepage-product-slide .slick-dots &gt; li button.xepage-slide-dot-img--mobile {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.xepage-shopping .section-xepage-product-slide .slick-dots &gt; li button.xepage-slide-dot-img--mobile:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
}

.xepage-shopping .section-xepage-product-slide .slick-dots &gt; li.slick-active button.xepage-slide-dot-img--mobile:after {
  background-color: #fff;
}

.xepage-shopping .section-xepage-product-slide .slick-arrow {
  display: none;
}

.xepage-shopping .section-xepage-product-master-wrap {
  border-bottom: 10px solid #f4f5f7;
  margin: 0 -15px;
  padding: 15px;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master {
  background-color: #ffffff;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-content {
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-content .master-state {
  padding: 3px 6px 0px;
  border-radius: 5px;
  background-color: #f5332b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #ffffff;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-content .master-rank {
  padding-right: 12px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #141414;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-content .master-rank.top-rank {
  color: #f5332b;
  font-weight: bold;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-content .master-img {
  position: relative;
  width: 74px;
  min-width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 15px;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-content .master-img .show-slide-img {
  background-color: #f8f8f8;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../../../img/default-profile.png);
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 89px);
  margin-top: 11px;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info.mobile-ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info.pc-ver {
  display: none;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .master-detail-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-name {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.9px;
  color: #141414;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-text .info-text-item {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: -0.6px;
  color: #767676;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-text i {
  font-size: 12px;
  color: #aeaeae;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 3px;
  -webkit-transition: .3s;
  transition: .3s;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-text-detail {
  display: none;
  margin-top: 11px;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-text-detail .detail-list-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-text-detail .detail-list-item {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: -0.8px;
  color: #767676;
  word-break: break-word;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .master-detail-link.on .info-text i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .master-detail-link.on .info-text-item {
  overflow: visible;
  text-overflow: initial;
  white-space: pre-wrap;
}

.xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .master-detail-link.on .info-text-detail {
  display: block;
}

.xepage-shopping .section-xepage-table-column.section-xepage-table-column--no-border-lr .title-wrap {
  background-color: #fbfbfb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xepage-shopping .section-xepage-table-column.section-xepage-table-column--no-border-lr .row:last-child &gt; div {
  border-bottom: 1px solid #ececec;
}

.xepage-shopping .section-xepage-table-column.section-xepage-table-column--no-border-lr .row &gt; div {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.2px;
  color: #141414;
  border-right: none !important;
  border-bottom: 1px solid #ececec;
}

.xepage-shopping .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .xepage-table-column__title {
  color: #141414;
  padding: 13px 15px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: -0.4px;
  color: #141414;
  word-break: keep-all;
}

.xepage-shopping .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .xepage-table-column__text {
  padding: 13px 14px;
}

.xepage-shopping .section-xepage-title {
  margin-top: 40px;
}

.xepage-shopping .section-xepage-title .xepage-title__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.8px;
  color: #000;
}

.xepage-shopping .section-xepage-shopping-detail-wrap {
  position: relative;
  border-bottom: 8px solid #f8f8f8;
  margin: 0 -15px;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .list-group {
  margin-bottom: 20px;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .no-cont-border-bottom {
  border-bottom: 1px solid #ececec;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .detail-wrap-inner {
  padding: 0 15px 32px;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 24px;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .xepage-bottom__paging-box {
  -ms-flex-item-align: center;
      align-self: center;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .section-xepage-paging {
  padding: 0  0 24px;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .section-xepage-paging .xepage-paging-item {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.38px;
  text-align: center;
  color: #9c9c9c;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .section-xepage-paging .xepage-paging-item i {
  font-size: 16px;
  font-weight: normal;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .section-xepage-paging .xepage-paging-item.xepage-paging-item--active {
  border-radius: 19px;
  background-color: #f7f8f9;
  color: #000;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .section-xepage-paging .xepage-paging__box--normal {
  display: inline-block;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .section-xepage-paging .xepage-paging__box--simple {
  display: none;
}

.xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .btn-default {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.4px;
  text-align: center;
  color: #141414;
  width: 100%;
  background-color: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  padding: 16px 20px;
  display: block;
}

.xepage-shopping .section-xepage-list-column .prod-class-rating-wrap .icon-star {
  width: 12px;
  height: 12px;
}

.xepage-shopping .section-xepage-list-column .prod-class-rating-wrap .rating-text {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.49px;
  color: #9c9c9c;
}

.xepage-shopping .section-xepage-list-column .btn-red {
  width: 100%;
  background-color: #f5332b;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
}

.xepage-shopping .section-xepage-list-column .column-list {
  border-bottom: 1px solid #ececec;
  padding: 48px 0 24px;
  position: relative;
}

.xepage-shopping .section-xepage-list-column .column-list .column-num {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.47;
  letter-spacing: -0.9px;
  color: #f5332b;
}

.xepage-shopping .section-xepage-list-column .column-list .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}

.xepage-shopping .section-xepage-list-column .column-list .product-thumbnail-wrap {
  width: 100%;
}

.xepage-shopping .section-xepage-list-column .column-list .product-thumbnail-wrap .product-thumbnail {
  padding-top: 56.25%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
}

.xepage-shopping .section-xepage-list-column .column-list .product-detail-wrap {
  margin-top: 8px;
}

.xepage-shopping .section-xepage-list-column .column-list .product-detail-wrap .product-detail-category {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: -0.4px;
  color: #9c9c9c;
  margin: 0 0 2px;
}

.xepage-shopping .section-xepage-list-column .column-list .product-detail-wrap .product-detail-title {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: -0.9px;
  color: #141414;
  margin: 0 0 4px;
  overflow: hidden;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.xepage-shopping .section-xepage-list-column .column-list .product-detail-wrap .info-prod-class-box-price {
  padding-top: 17px;
}

.xepage-shopping .section-xepage-list-column .column-list .product-detail-wrap .info-prod-class-box-price .regular-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.29px;
  color: #141414;
}

.xepage-shopping .section-xepage-list-column .column-list .product-detail-wrap .info-prod-class-box-price .product__sale .sale-num {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.29px;
  color: #ff635d;
}

.xepage-shopping .section-xepage-list-column .column-list .product-detail-wrap .info-prod-class-box-price .product__sale .sale-price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.29px;
  color: #141414;
}

/* ê³µìœ&nbsp;í•˜ê¸° íŒì—… */
.xe-share-pop-wrap.modal {
  padding: 0 !important;
}

.xe-share-pop-wrap .modal-dialog {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}

.xe-share-pop-wrap .share-pop-content {
  /*  max-width: 375px; */
  border-radius: 10px;
  overflow: hidden;
}

.xe-share-pop-wrap .share-pop-content .share-pop-content-head {
  border-bottom: 0;
  padding: 16px 60px 20px 20px;
}

.xe-share-pop-wrap .share-pop-content .share-pop-content-head .share-pop-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.45px;
  color: #141414;
}

.xe-share-pop-wrap .share-pop-content .share-pop-content-head .share-pop-close {
  font-size: 20px;
  top: 20px;
  right: 15px;
  padding: 15px;
  color: #aeaeae;
}

.xe-share-pop-wrap .share-pop-content .share-pop-content-body {
  background-color: #fff;
  height: 100%;
  padding: 4px 20px;
}

.xe-share-pop-wrap .share-pop-content .share-pop-content-body .xf-share-list .share-icon-link {
  padding: 0;
}

.xf-share-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin: 0 -6px;
}

.xf-share-list li {
  width: 20%;
  padding: 0 6px;
  margin-bottom: 20px;
}

.xf-share-list .share-icon-link {
  color: #2b2b2b;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 12px;
}

.xf-share-list .sns-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}

.xf-share-list .sns-icon.kakao {
  background-image: url(../../../img/sns-kakao.png);
}

.xf-share-list .sns-icon.line {
  background-image: url(../../../img/sns-line.png);
}

.xf-share-list .sns-icon.facebook {
  background-image: url(../../../img/sns-facebook.png);
}

.xf-share-list .sns-icon.twitter {
  background-image: url(../../../img/sns-twitter.png);
}

.xf-share-list .sns-icon.kakao-story {
  background-image: url(../../../img/sns-kakao-story.png);
}

.xf-share-list .sns-icon.naver {
  background-image: url(../../../img/sns-naver.png);
}

.xf-share-list .sns-icon.band {
  background-image: url(../../../img/sns-band.png);
}

.xf-share-list .sns-icon.copy-link-icon {
  background-image: url(../../../img/sns-link.png);
}

.xf-share-list .sns-icon + .sns-text {
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-align: center;
  color: #9c9c9c;
}

/* ë¹µì¡°ê° */
.xf-sub-top-menu-breadcrumb {
  position: relative;
}

.xf-sub-top-menu-breadcrumb .xf-breadcrumb-item a {
  font-family: Pretendard, "Pretendard Variable";
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #999999;
}

.xf-sub-top-menu-breadcrumb .xf-breadcrumb-item:after {
  content: ' &gt; ';
  color: #767676;
}

.xf-sub-top-menu-breadcrumb .xf-breadcrumb-item:last-child:after {
  content: '';
}

/* ìƒí’ˆìƒì„¸ ìƒí’ˆ íƒ€ì´í‹€ */
.xepage-page .xe-brand-shop__detail-content .info-box {
  padding: 10px 0;
}

.xepage-page .xe-brand-shop__detail-content .info-box .section-xepage-table-column.section-xepage-table-column--no-border {
  padding: 0;
}

.xepage-page .xe-brand-shop__detail-content .detail-content-product-name {
  font-family: Pretendard, "Pretendard Variable";
  margin: 20px 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.xepage-page .xe-brand-shop__detail-content .title-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ECECEC !important;
}

.xepage-page .xe-brand-shop__detail-content .info-box-detail-text {
  font-family: Pretendard, "Pretendard Variable";
  font-size: 18px;
  line-height: 22px;
  color: #999;
  word-break: break-all;
  margin-bottom: 20px;
}

.xepage-page .xe-brand-shop__detail-content .xepage-table-column__text {
  font-family: Pretendard, "Pretendard Variable";
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #484848;
  padding: 4px 0 10px !important;
}

.xepage-page .xe-brand-shop__detail-content .text-muted {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: -0.2px;
  color: #9c9c9c !important;
}

.xepage-page .section-xepage-title .xepage-title__em {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.47px;
  color: #f5332b;
  vertical-align: top;
}

.xepage-page .section-xepage-qna .section-xepage-qna-item {
  padding: 15px 10px;
}

.xepage-page .section-xepage-qna .text-name {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: -0.2px;
  color: #484848;
}

.xepage-page .section-xepage-qna .text-date {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: -0.4px;
  color: #767676;
  margin: 5px 0 0;
}

.xepage-page .section-xepage-qna .xf-secret-writer-icon {
  width: 18px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../../../img/icon-lock.png);
  display: inline-block;
  vertical-align: middle;
}

.xepage-page .section-xepage-qna .text-blue {
  color: #2684ff;
}

.xepage-page .section-xepage-qna .text-gray {
  color: #484848;
}

.xepage-page .section-xepage-qna .xepage-review-detail-contents {
  background-color: #fbfbfb;
  margin-top: 0;
  padding-top: 0px;
  padding-left: 14px;
}

.xepage-page .section-xepage-qna .xepage-review-detail-contents .xepage-review-detail-contents-inner {
  padding: 15px 0 15px 14px;
}

.xepage-page .section-xepage-qna .xepage-review-detail-contents:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #d7d7d7;
  border-top-width: 0;
  border-right-width: 0;
  top: 18px;
  left: 10px;
}

.xepage-page .section-xepage-qna .xepage-review-detail-contents .xepage-review-detail__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.2px;
  color: #141414;
}

.xepage-page .section-xepage-qna .xepage-review-detail-contents .xepage-review-detail__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: -0.6px;
  color: #141414;
}

.xepage-page .text-gray-light {
  color: #9c9c9c;
}

.xepage-page .xepage-product-notice {
  padding: 21px 10px;
  border-bottom: 1px solid #ececec;
}

.xepage-page .xepage-product-notice p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.5px;
  color: #141414;
  margin: 0;
}

.xepage-page .xepage-product-notice ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 12px;
}

.xepage-page .xepage-product-notice ul li {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.5px;
  color: #141414;
  position: relative;
}

.xepage-page .xepage-product-notice ul li::before {
  content: '-';
  margin-right: 4px;
  position: absolute;
  left: -10px;
  top: 0;
}

.xepage-page .xepage-product-refund {
  padding: 21px 10px;
  border-bottom: 1px solid #ececec;
}

.xepage-page .xepage-product-refund p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.5px;
  color: #141414;
  margin: 0;
}

.xepage-page .xepage-product-refund .xf-refund-link {
  border-radius: 6px;
  background-color: #f7f8fa;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.3px;
  text-align: center;
  color: #484848;
  padding: 9px 24px;
  display: inline-block;
  margin-top: 8px;
}

.xepage-page .review-total-wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
}

.xepage-page .review-total-wrap .title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #000000;
  margin: 0 0 8px;
}

/* ìƒí’ˆìƒì„¸ íƒœê·¸ ëª©ë¡ */
.xe-product__tag-wrap {
  padding: 0 0 40px;
}
.xe-product__tag-wrap .xe-product__tag-list {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.xe-product__tag-wrap .xe-product__tag-list .xe-product__tag-item {
  padding: 5px 10px;
  border: 1px solid #999999;
  border-radius: 50px;
  font-family: Pretendard, "Pretendard Variable";
  font-weight: 500;
  font-size: 13px;
  line-height: 26px;
  color: #000;
}

/* ìƒí’ˆìƒì„¸ ë³„ì&nbsp; &amp;ë¦¬ë·° */
.product-detail-review {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail-review .xe-product__star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-review .xe-product__star-rating .xe-product__star-score {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url(../../../img/icon_star.png);
}

.product-detail-review .xe-product__star-rating .xe-product__star-score.on {
  background-image: url(../../../img/icon_star_on.png);
}

.product-detail-review .detail-review-link {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  color: #484848;
  text-decoration: underline;
  margin-left: 6px;
}

.product-detail-review-section .section-xepage-star-point .xepage-star-point-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-review-section .section-xepage-star-point .xepage-star-point-list .xe-product__star-score {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  background-image: url(../../../img/icon_star.png);
}

.product-detail-review-section .section-xepage-star-point .xepage-star-point-list .xe-product__star-score.on {
  background-image: url(../../../img/icon_star_on.png);
}

.product-detail-review-section .review-total-score-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail-review-section .review-total-score-wrap .review-count {
  margin-right: 17px;
}

.product-detail-review-section .review-total-score-wrap .review-count .score-avg {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.product-detail-review-section .review-total-score-wrap .review-count .score-standard {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #aeaeae;
}

.product-detail-review-section .review-total-score-wrap .review-star-rating {
  margin: 0 -2px;
}

.product-detail-review-section .review-total-score-wrap .review-star-rating .xe-product__star-score {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin: 0 2px;
}

.product-detail-review-section .review-list-wrap {
  border-top: 1px solid #ececec;
}

.product-detail-review-section .review-list-wrap .review-list {
  border-bottom: 1px solid #ececec;
}

.product-detail-review-section .review-list-wrap .review-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}

.product-detail-review-section .review-list-wrap .review-list-item.review-collapse {
  max-height: 78px;
}

.product-detail-review-section .review-list-wrap .review-list-item.review-collapse .review-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-all;
}

.product-detail-review-section .review-list-wrap .review-list-item.review-collapse .review-info .review-info-content .review-info-content-date {
  display: none;
}

.product-detail-review-section .review-list-wrap .review-list-item.review-collapse .review-info .review-info-content .review-info-content-option {
  display: none;
}

.product-detail-review-section .review-list-wrap .review-list-item.review-collapse + .review-img-detail {
  display: none;
}

.product-detail-review-section .review-list-wrap .review-list-item.review-collapse ~ .review-user-option {
  display: none;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info-wrap {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  min-width: calc(100% - 63px);
  width: 100%;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-nickname {
  margin: 0;
  padding-left: 8px;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-nickname .user-info-link {
  font-size: 14px;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.2px;
  color: #484848;
  text-decoration: none;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content {
  margin-top: 6px;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-list-link {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -0.6px;
  color: #141414;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-list-link .review-text {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: -0.6px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  word-break: break-all;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-list-link .review-more {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-list-link .review-more i {
  color: #aeaeae;
  font-size: 20px;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-list-link .review-more.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-info-content-date {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.69;
  letter-spacing: -0.56px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 5px;
  display: block;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-info-content-option {
  display: block;
  margin-top: 16px;
  width: 100%;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-info-content-option .option-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-info-content-option .option-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-info-content-option .option-list-item .title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.4px;
  color: #141414;
  width: 80px;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-info .review-info-content .review-info-content-option .option-list-item .option-detail {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: -0.4px;
  color: #767676;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-img-thumbnail {
  width: 48px;
  margin-left: 15px;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-img-thumbnail .thumbnail-wrap {
  width: 48px;
  height: 48px;
}

.product-detail-review-section .review-list-wrap .review-list-item .review-img-thumbnail .thumbnail-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100%;
}

.product-detail-review-section .review-list-wrap .review-img-detail {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}

.product-detail-review-section .review-list-wrap .review-img-detail .thumbnail-wrap {
  width: 100%;
}

.product-detail-review-section .review-list-wrap .review-img-detail .thumbnail-wrap .col-md-6 {
  padding: 0px;
  margin-bottom: 1px;
}

.product-detail-review-section .review-list-wrap .review-img-detail .thumbnail-wrap a {
  position: relative;
  z-index: 1;
}

.product-detail-review-section .review-list-wrap .review-img-detail .thumbnail-wrap:last-child {
  margin-bottom: 15px;
}

.product-detail-review-section .review-list-wrap .review-img-detail .thumbnail-wrap .icon-wrap {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 24px;
  height: 24px;
}

.product-detail-review-section .review-list-wrap .review-img-detail .thumbnail-wrap .icon-wrap .icon-zoom {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100%;
  background-image: url(../../../img/icon-zoom.png);
  display: block;
}

.product-detail-review-section .review-list-wrap .review-img-detail .thumbnail-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100%;
}

.product-detail-review-section .review-list-wrap .review-user-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.product-detail-review-section .review-list-wrap .review-user-option .review-user-option-link {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: -0.4px;
  color: #767676;
  text-decoration: none;
}

.product-detail-review-section .review-list-wrap .review-user-option .review-user-option-link + .review-user-option-link {
  padding-left: 3px;
}

.product-detail-review-section .review-list-wrap .review-user-option .review-user-option-link + .review-user-option-link::before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #e0e0e0;
  display: inline-block;
  margin-right: 9px;
  margin-left: 3px;
}

.product-detail-review-section .review-list-wrap .review-answer {
  margin-bottom: 15px;
}

.product-detail-review-section .review-list-wrap .review-answer .review-answer-wrap {
  padding: 15px;
  background-color: #fbfbfb;
}

.product-detail-review-section .review-list-wrap .review-answer .review-answer-title {
  margin-bottom: 7px;
}

.product-detail-review-section .review-list-wrap .review-answer .review-answer-title .review-answer-store {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.2px;
  color: #141414;
}

.product-detail-review-section .review-list-wrap .review-answer .review-answer-title .review-answer-store:before {
  content: "\e942";
  font-family: 'xeicon';
  color: #d7d7d7;
  font-size: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  margin-right: 5px;
  margin-left: -5px;
}

.product-detail-review-section .review-list-wrap .review-answer .review-answer-title .review-answer-manager {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: -0.2px;
  color: #141414;
}

.product-detail-review-section .review-list-wrap .review-answer .review-answer-content {
  padding-left: 13px;
}

.product-detail-review-section .review-list-wrap .review-answer .review-answer-content .text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: -0.6px;
  color: #141414;
  margin: 0;
  padding-bottom: 7px;
}

.product-detail-review-section .review-list-wrap .review-answer .review-answer-content .date {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.69;
  letter-spacing: -0.56px;
  color: rgba(0, 0, 0, 0.4);
  margin: 0;
}

/* ìƒí’ˆìƒì„¸ ìƒí’ˆ ìƒë‹¨ ê°€ê²© ì&nbsp;•ë³´ ì˜ì—­ */
.section-xepage-product-info .product-detail-title-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price {
  font-family: Pretendard, "Pretendard Variable";
  display: flex;
  align-items: flex-end;
  column-gap: 10px;
  margin: 0;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price .final-price {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price .final-price.final-point {
  display: flex;
  column-gap: 10px;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price .final-price.final-point .price-unit-icon-bg {
  background: #F5322B;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  align-self: center;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price .final-price.final-point .price-unit-icon-bg .price-unit-icon {
  display: block;
  font-family: Pretendard, "Pretendard Variable";
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 4px 9px 4px 10px;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price .final-price .price-unit {
  font-weight: 400;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price .original-price {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-decoration-line: line-through;
  color: #999999;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price .sale-per {
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  color: #E50213;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price .text-muted {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: -0.4px;
  color: #9c9c9c !important;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price .product__sale .sale-num {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #ff0000;
  display: inline-block;
  margin-right: 8px;
}

.section-xepage-product-info .product-detail-title-info .product-detail__price .product__sale .sale-price {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #141414;
}

.section-xepage-product-info .product-detail-title-info .product-detail-coupon {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.section-xepage-product-info .product-detail-title-info .product-detail-coupon .product-detail-coupon-text {
  width: 100px;
  display: block;
  padding: 9px 8px;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid  #f5332b;
  color: #f5332b;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.4px;
  text-align: center;
  font-weight: 500;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  cursor: pointer;
}

.section-xepage-product-info .product-detail-title-info .product-detail-coupon .product-detail-coupon-text:hover {
  color: #fff;
  background-color: #f5332b;
}

/* ìƒí’ˆìƒì„¸ ê³µìœ&nbsp;, ì°œ */
.product-detail-function-content {
  border-top: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
}

.product-detail-function-content .function-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.product-detail-function-content .function-btn + .function-btn::before {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #ececec;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.product-detail-function-content .function-btn button {
  border: 0;
  width: 100%;
  background-color: #fff;
}

.product-detail-function-content .function-btn button .function-btn-text {
  font-size: 15px;
  color: #141414;
  line-height: 24px;
  letter-spacing: -0.4px;
  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;
  padding: 16px 0;
}

.product-detail-function-content .function-btn button .btn-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  margin-left: 7px;
}

.product-detail-function-content .function-btn .btn-share-wrap .share-icon {
  background-image: url(../../../img/icon_share.svg);
}

.product-detail-function-content .function-btn .btn-wish-wrap .wish-icon {
  background-image: url(../../../img/icon_like_black.svg);
}

.product-detail-function-content .function-btn .btn-wish-wrap[data-check="true"] .wish-icon {
  background-image: url(../../../img/icon_like_red.svg);
}

.product-detail-function-content .function-btn .xepage-button--wish {
  position: relative;
  display: block;
  border: none;
  background: transparent;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

/* ìƒí’ˆìƒì„¸ íƒ­ */
.xepage-shopping .is-sticky .section-xepage-item-nav {
  padding: 0px;
  margin: 0;
  height: 60px;
}

.xepage-shopping .is-sticky .section-xepage-item-nav.nav-full-width {
  margin: 0 -15px;
  left: 15px;
}

.xepage-shopping .section-xepage-item-nav {
  padding: 8px 0;
}

.xepage-shopping .section-xepage-item-nav.nav-full-width {
  width: 100vw !important;
  margin: 0;
}

.xepage-shopping .section-xepage-item-nav-wrap {
  padding: 0;
  margin: 0 -15px;
}

.xepage-shopping .section-xepage-item-nav {
  background-color: #fff;
  width: auto;
  padding: 0;
}

.xepage-shopping .section-xepage-item-nav .nav {
  border-bottom: 1px solid #ececec;
  font-size: 0;
  text-align: left;
  padding: 0 10px;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item {
  padding: 0 2.5px;
  font-size: 18px;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item.active .nav-link {
  color: #000;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item.active .nav-link::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item .nav-link {
  font-family: Pretendard, "Pretendard Variable";
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #AEAEAE;
  text-align: center;
  padding: 10px 12px;
  position: relative;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item .nav-link em {
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.47px;
  text-align: center;
  color: #f5332b;
  vertical-align: top;
}

.xepage-shopping .xe-brand-shop-top-detail {
  border-bottom: 8px solid #f8f8f8;
}

.xepage-shopping .xe-brand-shop-top-detail .section-xepage-border--top {
  padding-top: 20px;
}

/* ìƒí’ˆìƒì„¸ íƒ­ ìƒì„¸ì&nbsp;•ë³´ */
.section-xepage-shopping-detail {
  position: relative;
  border-bottom: 8px solid #f8f8f8;
  margin: 0 -15px 0;
  padding: 30px 0 0;
}

.section-xepage-shopping-detail .shopping-detail-content-inner {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 100%;
  max-height: 550px;
  overflow: hidden;
}

.section-xepage-shopping-detail .shopping-detail-content-inner::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 0;
  height: 282px;
  background: linear-gradient(0, #FFFFFF 20.83%, rgba(255, 255, 255, 0) 100%);
}

.section-xepage-shopping-detail .shopping-detail-content-inner.active::after {
  content: none;
}

.section-xepage-shopping-detail .shopping-detail-content-inner.active {
  max-height: none;
}

.section-xepage-shopping-detail .shopping-detail-content-info {
  padding: 0 15px 40px;
}

.product-detail-fold {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 9;
  display: none;
}

.product-detail-fold .fold-btn {
  font-family: Pretendard, "Pretendard Variable";
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  width: 100%;
  display: block;
  text-align: center;
  padding: 13px;
  background-color: transparent;
}

.product-detail-fold .fold-btn .fold-open {
  display: inline-block;
}

.product-detail-fold .fold-btn .fold-close {
  display: none;
}

.product-detail-fold .fold-btn.on .fold-open {
  display: none;
}

.product-detail-fold .fold-btn.on .fold-close {
  display: inline-block;
}

.product-detail-fold .fold-btn.on .fold-icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-detail-fold .fold-icon {
  color: #767676;
  padding-left: 5px;
}

.option-dimmed {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.option-dimmed.on {
  display: block;
}

.xepage-shopping .section-xepage-shopping-option-detail {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.xepage-shopping .section-xepage-shopping-option-detail.open {
  border-radius: 15px 15px 0 0;
  overflow: visible;
  z-index: 110;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.12);
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-detail__option-box {
  padding: 28px 0 68px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-detail__option {
  padding: 0 15px;
  max-height: 382px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-additional-box {
  margin-bottom: 20px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-additional-box .xu-form-group .xu-form-group__box {
  line-height: 20px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-additional-box .xu-form-group .xu-form-group__box .xu-form-group__control {
  border: solid 1px #e0e0e0;
  background-color: #fff;
  height: 40px;
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #484848;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-detail__button-box {
  top: -55px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-detail__button-box .option-detail__button {
  height: 100%;
  background-image: url(../../../img/icon_round_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step1 {
  display: none;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step2 {
  display: block;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step3 {
  display: none;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-notice {
  font-size: 15px;
  font-weight: 500;
  color: #141414;
  line-height: 24px;
  letter-spacing: -0.6px;
  margin-bottom: 8px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item {
  position: relative;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 0 0;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item .xepage-option-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item .xepage-option-item-image {
  width: 62px;
  display: inline-block;
  margin-right: 15px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item .xepage-option-item-image .option-item-image {
  display: block;
  padding-top: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item .xepage-option-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item .xepage-option-item-tit {
  font-size: 14px;
  font-weight: 400;
  color: #484848;
  letter-spacing: -0.2px;
  line-height: 20px;
  margin-bottom: 8px;
  margin-right: 40px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item .xepage-button__remove {
  top: 20px;
  right: 15px;
  background-color: transparent;
  border: 1px solid #141414;
  color: #141414;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item .xepage-button__remove:hover {
  border: 1px solid #9c9c9c;
  color: #9c9c9c;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item + .xepage-option-item {
  margin-top: 0;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .payment-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px 0 23px 0;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .payment-total-price .price-item {
  letter-spacing: -0.3px;
  font-size: 20px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .payment-total-price {
  font-family: Pretendard, "Pretendard Variable";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
}
.xepage-shopping .section-xepage-shopping-option-detail.open .payment-total-price .total-sub-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.86;
  letter-spacing: -0.4px;
  color: #484848;
}
.xepage-shopping .section-xepage-shopping-option-detail.open .payment-total-price .total-price-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.xepage-shopping .section-xepage-shopping-option-detail.open .payment-sale-price {
  font-family: Pretendard, "Pretendard Variable";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
}
.xepage-shopping .section-xepage-shopping-option-detail.open .payment-sale-price .sale-sub-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.86;
  letter-spacing: -0.4px;
  color: #484848;
}
.xepage-shopping .section-xepage-shopping-option-detail.open .payment-sale-price .sale-price-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #999999;
}
.xepage-shopping .section-xepage-shopping-option-detail.open .payment-final-price {
  font-family: Pretendard, "Pretendard Variable";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px;
}
.xepage-shopping .section-xepage-shopping-option-detail.open .payment-final-price .final-sub-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.xepage-shopping .section-xepage-shopping-option-detail.open .payment-final-price .final-price-item {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  color: #E50213;
}

.xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy {
  padding: 8px 5px;
  display: flex;
  column-gap: 20px;
}

.xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step1 {
  display: block;
}

.xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step2 {
  display: none;
}

.xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step2-pc {
  display: none;
}

.xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step3 {
  display: none;
}

.xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy button {
  font-family: Pretendard, "Pretendard Variable";
  margin: 0;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy button.btn-red {
  background-color: #E50213;
  color: #fff;
}

.xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy button.btn-red:hover {
  opacity: 0.8;
}

.xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy button.payment-button-step2 {
  background-color: #E50213;
  border-color: #E50213;
}

.xepage-shopping .section-xepage-shopping-option-detail .option-detail-bottom {
  display: none;
}

.xepage-shopping .detail-content-top .btn-share-wrap {
  display: none;
}

.xepage-shopping .xe-brand-product__contents-slide {
  margin: 16px -20px 0;
}

.xepage-shopping .xe-brand-product__contents-slide .product__list-slide_relation .slick-list {
  padding-left: 15px;
  padding-right: 15px;
}

.xepage-shopping .xe-brand-product__contents-slide.xe-brand-product__contents .product__item {
  margin-bottom: 0;
  padding: 0 5px;
}

.xepage-shopping .xf-option-count-box {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.xepage-shopping .option-select-dropdown-wrap {
  position: relative;
  margin-bottom: 12px;
}

.xepage-shopping .option-select-dropdown-wrap .select-box-btn {
  font-family: Pretendard, "Pretendard Variable";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e0e0e0;
  width: 100%;
  background-color: #ffff;
  text-align: left;
  padding: 9px 24px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #484848;
}

.xepage-shopping .option-select-dropdown-wrap .select-box-btn .icon {
  background-size: cover;
  background-repeat: no-repeat;
}

.xepage-shopping .option-select-dropdown-wrap .select-box-btn .icon-angle-down-thin {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 20px;
  height: 20px;
  background-image: url(../../../img/icon-angle-down-thin.svg);
}

.xepage-shopping .option-select-dropdown-wrap .select-box-btn:hover {
  border: 1px solid #999999;
}

.xepage-shopping .option-select-dropdown-wrap .select-box-btn.open {
  border: 1px solid #767676;
}

.xepage-shopping .option-select-dropdown-wrap .select-box-btn.open .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.xepage-shopping .option-select-dropdown-wrap .select-dropdown-box {
  border: 1px solid #767676;
  position: relative;
  top: -1px;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  max-height: 240px;
  overflow: auto;
  display: none;
}

.xepage-shopping .option-select-dropdown-wrap .select-dropdown-box .select-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.xepage-shopping .option-select-dropdown-wrap .select-dropdown-box .select-dropdown-list .select-dropdown-item .option-item {
  padding: 9px 15px 10px;
  font-size: 13px;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: -0.2px;
  color: #767676;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border-bottom: 1px solid #ececec;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xepage-shopping .option-select-dropdown-wrap .select-dropdown-box .select-dropdown-list .select-dropdown-item .option-item:hover {
  background-color: #f9f9f9;
  color: #141414;
}

.xepage-shopping .option-select-dropdown-wrap .select-dropdown-box .option-item-image {
  width: 62px;
  height: 62px;
  margin: 6px 15px 5px 0;
}

.xepage-shopping .option-select-dropdown-wrap .select-dropdown-box .option-item-image span {
  display: block;
  background-repeat: no-repeat;
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.xepage-page .xe-brand-shop__detail-content .btn-share-wrap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  margin-top: 0;
  display: block;
}
.xepage-page .xe-brand-shop__detail-content .btn-share-wrap .btn-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.xepage-page .xe-brand-shop__detail-content .btn-wish-wrap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  margin-top: 0;
  display: block;
  font-size: 26px;
  line-height: 26px;
}
.xepage-page .xe-brand-shop__detail-content .detail-content-top .btn-share-wrap {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  margin-top: 0;
  display: block;
}
.xepage-page .xe-brand-shop__detail-content .detail-content-top .btn-share-wrap .btn-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.xepage-page .xe-brand-shop__detail-content .detail-content-top .btn-share-wrap .share-icon {
  background-image: url(../../../img/icon_share.svg);
}
.xepage-page .xe-brand-shop__detail-content .btn-share-wrap .share-icon {
  background-image: url(../../../img/icon_share.svg);
}
.xepage-page .xe-brand-shop__detail-content .detail-content-top .btn-share-wrap:hover .share-icon {
  background-image: url(../../../img/icon_share_on.svg);
}
.xepage-page .xe-brand-shop__detail-content .btn-share-wrap:hover .share-icon {
  background-image: url(../../../img/icon_share_on.svg);
}

.xepage-page .section-xepage-table-column .xepage-table-column__title {
  padding: 10px 0 4px !important;
}
@media (min-width: 768px) {
  .xepage-shopping .section-xepage-product-slide .slick-list {
    border-radius: 12px;
    overflow: hidden;
  }
  .xepage-shopping .section-xepage-product-slide .slick-dots {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
  }
  .xepage-shopping .section-xepage-product-slide .slick-dots &gt; li {
    height: auto !important;
    max-width: calc(20% - (20px * 4) / 5);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - (20px * 4) / 5);
            flex: 0 0 calc(20% - (20px * 4) / 5);
  }
  .xepage-shopping .section-xepage-product-slide .slick-dots &gt; li.slick-active::before {
    content: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border: 1px solid #E50213;
    border-radius: 18px;
  }
  .xepage-shopping .section-xepage-product-slide .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: rgba(0, 0, 0, 0.2);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 0;
    border: 0;
    z-index: 89;
  }
  .xepage-shopping .section-xepage-product-slide .slick-arrow.slick-prev {
    left: 15px;
  }
  .xepage-shopping .section-xepage-product-slide .slick-arrow.slick-prev::after {
    content: "\e93c";
    font-family: 'xeicon' !important;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
  }
  .xepage-shopping .section-xepage-product-slide .slick-arrow.slick-next {
    right: 15px;
  }
  .xepage-shopping .section-xepage-product-slide .slick-arrow.slick-next::after {
    content: "\e93f";
    font-family: 'xeicon' !important;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
  }
  .xepage-shopping .section-xepage-product-slide .slide-img__box-inner {
    padding-top: 100%;
  }
  .xepage-shopping .section-xepage-product-slide .slide-img__box-inner .slide-img {
    padding-top: 100%;
    background-position: center center;
  }
  .xepage-shopping .section-xepage-product-master-wrap {
    border-bottom: 0;
    margin: 16px 0 0;
    border-radius: 12px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 8px;
  }
  .xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-content .master-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info.mobile-ver {
    display: none;
  }
  .xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info.pc-ver {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: block;
  }
  .xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-text .info-text-item {
    white-space: pre-wrap;
  }
  .xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-name-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .info-name-wrap .info-name {
    font-size: 20px;
  }
  .xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .master-detail-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xepage-shopping .section-xepage-product-master-wrap .section-xepage-product-master .master-info .master-detail-link .info-text-detail {
    margin-top: 0;
    border-left: 1px solid #ececec;
    padding: 6px 0 6px 16px;
    margin-left: 16px;
    display: block;
  }
  .xepage-page.xepage-shopping .section-xepage-product-slide {
    margin: 0;
  }
  .xepage-shopping .xe-brand-shop-top-detail {
    margin: 0 -7.5px;
    padding-bottom: 72px;
    border-bottom: none;
  }
  .xepage-shopping .xe-brand-shop-top-detail .section-xepage-border--top {
    padding-top: 0px;
    border-radius: 12px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 28px;
  }
  .xepage-shopping .xe-brand-shop-top-detail .col-md-6 {
    padding: 0 7.5px;
  }
  .xepage-shopping .xe-brand-shop-top-detail .col-lg-7 {
    padding: 0 7.5px;
  }
  .xepage-shopping .xe-brand-shop-top-detail .col-lg-8 {
    padding: 0 7.5px;
  }
  .xepage-shopping .xe-brand-shop-top-detail .col-xl-8 {
    padding: 0 7.5px;
  }
  .xepage-shopping .xe-brand-shop-top-detail .col-xl-4 {
    padding: 0 7.5px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box {
    padding: 20px 0 0;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .option-notice {
    font-family: Pretendard, "Pretendard Variable";
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #484848;
    margin-bottom: 20px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xu-form-group select.xu-form-group__control {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: -0.2px;
    color: #484848;
    border-radius: 0;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xu-form-group select.xu-form-group__control + .xu-form-group__icon {
    text-align: center;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xu-form-group select.xu-form-group__control + .xu-form-group__icon i {
    font-size: 18px;
    font-size: 300;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .payment-total-price {
    font-family: Pretendard, "Pretendard Variable";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .payment-total-price .total-sub-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.86;
    letter-spacing: -0.4px;
    color: #484848;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .payment-total-price .total-price-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .payment-sale-price {
    font-family: Pretendard, "Pretendard Variable";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .payment-sale-price .sale-sub-title {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.86;
    letter-spacing: -0.4px;
    color: #484848;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .payment-sale-price .sale-price-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #999999;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .payment-final-price {
    font-family: Pretendard, "Pretendard Variable";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    padding: 20px 0 0;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .payment-final-price .final-sub-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .payment-final-price .final-price-item {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #E50213;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item {
    position: relative;
    background-color: #fff;
    padding: 20px 0 0;
    margin: 0;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item:last-child {
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item .xepage-option-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item .xepage-option-item-image {
    width: 62px;
    display: inline-block;
    margin-right: 15px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item .xepage-option-item-image .option-item-image {
    display: block;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item .xepage-option-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item .xepage-option-item-tit {
    font-family: Pretendard, "Pretendard Variable";
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #484848;
    margin-bottom: 10px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item .xepage-button__remove {
    top: 20px;
    right: 15px;
    background-color: transparent;
    border: 1px solid #141414;
    color: #141414;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item .xepage-button__remove:hover {
    border: 1px solid #9c9c9c;
    color: #9c9c9c;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item + .xepage-option-item {
    margin-top: 4px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option .option-box {
    padding-top: 20px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 0;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step1 {
    display: none;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step2-pc {
    display: block;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step3 {
    display: block;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step3 .btn-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    vertical-align: middle;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step3 .btn-icon.wish-icon {
    background-image: url(../img/icon_like_black.png);
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy .payment-button-step3[data-check="true"] .wish-icon {
    background-image: url(../img/icon_like_red.png);
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail-bottom .option-detail-bottom-btn {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: -0.5px;
    color: #141414;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail-bottom .option-detail-bottom-btn:first-child::before {
    content: none;
    display: none;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail-bottom .option-detail-bottom-btn::before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: #ececec;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail-bottom .option-detail-bottom-btn.btn-wish-wrap .wish-icon {
    background-image: url(../../../img/icon_like_black.svg);
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail-bottom .option-detail-bottom-btn.btn-wish-wrap .btn-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    margin-left: 7px;
    vertical-align: text-bottom;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail-bottom .option-detail-bottom-btn.btn-wish-wrap[data-check="true"] .wish-icon {
    background-image: url(../../../img/icon_like_red.svg);
  }
  .xepage-shopping .product-detail-function-content {
    display: none;
  }
  .xepage-shopping .section-xepage-item-nav-wrap {
    padding: 0;
    margin: 0;
  }
  .xepage-shopping .section-xepage-item-nav {
    margin: 0;
  }
  .xepage-shopping .section-xepage-item-nav.nav-full-width {
    width: 100% !important;
  }
  .xepage-shopping .section-xepage-item-nav .nav {
    text-align: left;
  }
  .xepage-shopping .section-xepage-item-nav .nav .nav-item .nav-link {
    font-size: 24px;
    line-height: 29px;
  }
  .xepage-shopping .is-sticky .section-xepage-item-nav {
    padding: 0;
    height: 51px;
  }
  .xepage-shopping .detail-wrap-inner .section-xepage-title {
    margin-top: 70px;
  }
  .xepage-shopping .detail-wrap-inner .section-xepage-title .xepage-title__title {
    font-family: Pretendard, "Pretendard Variable";
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
  }
  .xepage-shopping .detail-wrap-inner .section-xepage-title .xepage-title__em {
    font-size: 20px;
  }
  .xepage-shopping .section-xepage-shopping-detail-wrap {
    position: relative;
    border-bottom: none;
    margin: 0 -15px;
  }
  .xepage-shopping .section-xepage-shopping-detail-wrap .no-cont-border-bottom {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
  }
  .xepage-shopping .section-xepage-shopping-detail-wrap .detail-wrap-inner {
    padding: 0 15px 32px;
  }
  .xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .section-xepage-paging {
    padding: 0;
  }
  .xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .xepage-title__more-box::after {
    content: '';
    display: block;
    clear: both;
  }
  .xepage-shopping .section-xepage-shopping-detail-wrap .section-xepage-bottom .btn-default {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.4px;
    text-align: center;
    color: #141414;
    width: 130px;
    background-color: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    padding: 11px 20px;
    display: block;
    float: right;
  }
  .xepage-shopping .option-select-dropdown-wrap {
    margin-bottom: 24px;
  }
  .xepage-shopping .option-select-dropdown-wrap .select-dropdown-box {
    max-height: 320px;
    position: absolute;
    top: 40px;
  }
  .xepage-shopping .xe-brand-product__contents-slide {
    margin: 8px 0px 0;
  }
  .xepage-shopping .xe-brand-product__contents-slide .product__list-slide_relation .slick-track {
    padding-top: 8px;
    margin: 0 -5px;
  }
  .xepage-shopping .xe-brand-product__contents-slide .product__list-slide_relation .slick-list {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container-layout .xepage-shopping.xe-brand-shop-container.xe-brand-shop-container {
    margin-top: 41px;
  }
  .container-layout .xepage-shopping.xe-brand-shop-container.xe-brand-shop-container::before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    width: 100vw;
    top: 0;
    left: -50vw;
    margin-left: 50%;
  }
  .container-layout .xepage-shopping.xe-brand-shop-container.xe-brand-shop-container .xe-brand-shop-container-bg {
    position: absolute;
    width: 100vw;
    height: 500px;
    top: -41px;
    left: -50vw;
    margin-left: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .container-layout .xepage-shopping.xe-brand-shop-container.xe-brand-shop-container .xe-brand-shop-container-bg::before {
    content: '';
    width: 100%;
    height: 500px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(255, 255, 255, 0)), to(#000));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 70%, #000);
    display: block;
    position: absolute;
    width: 100vw;
    top: 0;
    left: -50vw;
    margin-left: 50%;
  }
  .container-layout .xepage-shopping.xe-brand-shop-container.xe-brand-shop-container .xe-brand-shop-container-bg::after {
    content: '';
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    width: 100vw;
    top: 0;
    left: -50vw;
    margin-left: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(white));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, white 100%);
    z-index: 0;
  }
  .xepage-page .xe-brand-shop__detail-content .title-box {
    padding-bottom: 20px;
  }
  .xepage-page .xe-brand-shop__detail-content .detail-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xepage-page .xe-brand-shop__detail-content .detail-content-product-name {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000;
    margin: 40px 0 20px;
  }
  .xepage-page .xe-brand-shop__detail-content .info-box {
    padding: 20px 0;
  }
  .xepage-page .section-xepage-table-column .row &gt; div {
    font-family: Pretendard, "Pretendard Variable";
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #484848;
    border-right: none !important;
  }
  .xepage-page .section-xepage-table-column .xepage-table-column__title {
    color: #141414;
    padding: 10px 0 !important;
  }
  .xepage-page .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .xepage-table-column__title {
    padding: 10px 0 !important;
  }
  .xepage-page .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .xepage-table-column__text {
    padding: 10px 0 !important;
  }
  .xepage-page .xepage-product-notice {
    padding: 24px;
    border-bottom: 1px solid #ececec;
  }
  .xepage-page .xepage-product-notice p {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.14;
    letter-spacing: -0.6px;
    color: #141414;
  }
  .xepage-page .section-xepage-qna .section-xepage-qna-item {
    padding: 24px;
  }
  .xepage-page .section-xepage-qna .xepage-review-detail-contents {
    padding-left: 28px;
  }
  .xepage-page .section-xepage-qna .xepage-review-detail-contents .xepage-review-detail-contents-inner {
    padding: 24px 0 24px 14px;
  }
  .xepage-page .section-xepage-qna .xepage-review-detail-contents:before {
    top: 24px;
    left: 24px;
  }
  .xepage-page .review-total-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 24px;
  }
  .xepage-page .review-total-wrap .title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #000000;
    margin: 0 0 8px;
  }
  .section-xepage-product-info .product-detail-title-info .product-detail__price .product__sale .sale-num {
    font-size: 22px;
  }
  .section-xepage-product-info .product-detail-title-info .product-detail__price .product__sale .sale-price {
    font-size: 22px;
  }
  .section-xepage-product-info .product-detail-title-info .product-detail__price .text-muted {
    font-size: 14px;
    line-height: 1.43;
  }
  .section-xepage-shopping-detail {
    margin: 0;
    padding-top: 50px;
  }
  .section-xepage-shopping-detail .shopping-detail-content-info {
    padding: 0;
  }
  .product-detail-review-section .review-list-wrap .review-list-item {
    padding: 24px;
  }
  .product-detail-review-section .review-list-wrap .review-list-item.review-collapse {
    max-height: 98px;
  }
  .product-detail-review-section .review-list-wrap .review-img-detail .thumbnail-wrap .col-md-6 {
    padding: 8px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .xe-share-pop-wrap .modal-dialog {
    max-width: 410px;
    margin: 0 auto;
  }
  .section-xepage-shopping-detail {
    border-bottom: 0;
  }
  .section-xepage-shopping-detail .shopping-detail-content-inner {
    max-height: 1334px;
  }
  .xepage-shopping .section-xepage-product-master-wrap {
    margin-bottom: 0;
  }
  .xepage-shopping .section-xepage-list-column .prod-class-rating-wrap .icon-star {
    width: 12px;
    height: 12px;
  }
  .xepage-shopping .section-xepage-list-column .prod-class-rating-wrap .rating-text {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.49px;
    color: #9c9c9c;
  }
  .xepage-shopping .section-xepage-list-column .btn-red {
    position: absolute;
    top: 50%;
    right: 0;
    width: 178px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .xepage-shopping .section-xepage-list-column .column-list {
    border-bottom: 1px solid #ececec;
    padding: 24px 0 24px 35px;
    position: relative;
  }
  .xepage-shopping .section-xepage-list-column .column-list .column-num {
    position: absolute;
    left: 0;
    top: 16px;
    font-size: 19px;
  }
  .xepage-shopping .section-xepage-list-column .column-list .product-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0px;
    padding-right: 198px;
  }
  .xepage-shopping .section-xepage-list-column .column-list .product-thumbnail-wrap {
    width: 238px;
    min-width: 238px;
    margin-right: 15px;
  }
}

/* ì¿&nbsp;í° íŒì—… */
.xe-coupon-pop-wrap.modal {
  padding: 0 !important;
}

.xe-coupon-pop-wrap .modal-dialog {
  max-width: 375px;
  margin: 40px auto;
}

.xe-coupon-pop-wrap .coupon-pop-content {
  /*  max-width: 375px; */
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-head .coupon-pop-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #141414;
  letter-spacing: -0.4px;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-head .coupon-pop-close {
  font-size: 18px;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body {
  background-color: #f8f8f8;
  height: 100%;
  max-height: 530px;
  overflow-y: scroll;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 8px;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-info {
  padding: 16px;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-info .coupon-sale {
  font-size: 16px;
  font-weight: 500;
  color: #141414;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-info .coupon-sale .coupon-price {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.75px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-info .coupon-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #f5332b;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-info .coupon-description {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.19px;
  color: #767676;
  margin: 0;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-download-box {
  margin-left: auto;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-download-box .coupon-download-link {
  display: block;
  width: 70px;
  background-color: #f5332b;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-download-box .coupon-download-link.coupon-downloaded {
  background-color: #d7d7d7;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-download-box .coupon-download-link.coupon-downloaded .coupon-download-icon.downloaded {
  display: block;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-download-box .coupon-download-link.coupon-downloaded .coupon-download-icon.download-active {
  display: none;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-download-box .coupon-download-link .coupon-download-icon {
  color: #fff;
  margin: 0 auto;
  display: block;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-download-box .coupon-download-link .coupon-download-icon.downloaded {
  display: none;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-download-box .coupon-download-link .coupon-download-icon.download-active {
  display: block;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-pop-content-list .coupon-pop-content-item .coupon-download-box .coupon-download-link .coupon-download-icon i {
  font-size: 24px;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-total-download {
  padding: 7px 0;
}

.xe-coupon-pop-wrap .coupon-pop-content .coupon-pop-content-body .coupon-total-download .coupon-total-download-button {
  padding: 12px;
  border: solid 1px #e0e0e0;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.23px;
  text-align: center;
  width: 100%;
  color: #484848;
}

/* // ì¿&nbsp;í° íŒì—… */
/* ---------------------------------------------------------- */
/* ì£¼ë¬¸ header */
.xf-order-header-wrap {
  position: relative;
  padding: 22px 15px;
  margin: 0 -15px;
  background-color: #fff;
}

.xf-order-header-wrap .header-tit {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.16;
  letter-spacing: -0.9px;
  text-align: center;
  color: #141414;
}

.head-control-btn {
  position: absolute;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  margin-top: -12px;
}

.head-user-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}

.order-head-btn.order-home-btn {
  margin-left: 18px;
}

.order-head-btn.order-home-btn a {
  background-image: url(../img/icon-home.svg);
}

.order-head-btn.order-cart-btn a {
  background-image: url(../img/icon-cart.svg);
}

.order-head-btn.order-back-btn a {
  background-image: url(../img/icon-back.svg);
}

.order-head-btn a {
  width: 24px;
  height: 24px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 992px) {
  .xf-order-header-wrap {
    display: none;
  }
}

/* //ì£¼ë¬¸ header */
/* ê²°ì&nbsp;œ íŽ˜ì´ì§€ */
.xepage-graybackground {
  width: 100vw;
  height: 100%;
  background-color: #f1f1f3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* ì£¼ë¬¸ ëª¨ë‹¬ì°½ */
.xf-modal.modal {
  padding-right: 0 !important;
}

.xf-modal.modal .modal-dialog .modal-content .modal-header {
  padding: 20px;
  border-bottom-color: #ececec;
}

.xf-modal.modal .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.8px;
  color: #141414;
}

.xf-modal.modal .modal-dialog .modal-content .modal-header .close {
  padding: 0;
  margin: 0;
}

.xf-modal.modal .modal-dialog .modal-content .modal-header .close span {
  display: block;
  line-height: 20px;
}

.xf-modal.modal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}

.xf-modal.modal .modal-dialog .modal-content .modal-body.modal-body-coupon {
  background-color: #f2f4f6;
}

.xf-modal.modal .modal-dialog .modal-content .xf-modal-container .xf-modal-container-tit {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -1px;
  color: #141414;
  padding-bottom: 8px;
}

.xf-modal.modal .modal-dialog .modal-content .xf-modal-container .xf-modal-container-tit .tit-point {
  color: #f5332b;
}

.xf-modal.modal .modal-dialog .xf-modal-btn-wrap {
  margin-top: 24px;
}

.xf-modal.modal .modal-dialog .xf-modal-btn-wrap .modal-btn {
  border-radius: 8px;
  background-color: #f5332b;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: center;
  color: #fff;
  border: 0;
  padding: 12px;
}

/* //ì£¼ë¬¸ ëª¨ë‹¬ì°½ */
.xepage-shopping {
  margin-top: -20px;
  padding-bottom: 40px;
  /* ì„&nbsp;íƒ ì˜µì…˜ */
  /* ì¿&nbsp;í° */
}

.xepage-shopping .section-xepage-title .xepage-title__title {
  font-family: Pretendard, "Pretendard Variable";
  position: relative;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  margin: 0;
}

.xepage-shopping .section-xepage-title .xepage-title__title.xepage-title__title-img {
  padding-right: 36px;
}

.xepage-shopping .section-xepage-title .point-title-img {
  position: absolute;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 28px;
  background-image: url(../../../img/icon-point.png);
  top: 50%;
  right: 0;
  margin-top: -14px;
}

.xepage-shopping .section-xepage-title__notice .notice-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.49px;
  color: #767676;
  text-decoration: underline;
}

.xepage-shopping .section-xepage-border.section-xepage-border--top {
  border-top: 2px solid #000;
}

.xepage-shopping .section-xepage-border.section-xepage-border--bottom {
  border-bottom: 2px solid #000;
}

.xepage-shopping .section-xepage-border.section-xepage-border--top {
  border-top: 1px solid #000;
}

.xepage-shopping .section-xepage-border.section-xepage-border--bottom {
  border-bottom: 1px solid #000;
}

.xepage-shopping .xu-form-group select.xu-form-group__control:focus,
.xepage-shopping .xu-form-group input.xu-form-group__control:focus {
  padding: 0 12px 0 12px;
  border: 1px solid #dfe1e6;
  border-radius: 4px;
  background-color: #fff;
}

.xepage-shopping .xu-form-group input.xu-form-group__control:hover {
  background-color: #fff;
}

.xepage-shopping .xu-form-group.xu-form-group--large select.xu-form-group__control:focus {
  line-height: 45px;
}

.xepage-shopping .xepage-input-box input.xu-form-group__control::-webkit-input-placeholder {
  color: #aeaeae;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.6px;
  opacity: 1;
}

.xepage-shopping .xepage-input-box input.xu-form-group__control::-moz-placeholder {
  color: #aeaeae;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.6px;
  opacity: 1;
}

.xepage-shopping .xepage-input-box input.xu-form-group__control:-ms-input-placeholder {
  color: #aeaeae;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.6px;
  opacity: 1;
}

.xepage-shopping .xepage-input-box input.xu-form-group__control::-ms-input-placeholder {
  color: #aeaeae;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.6px;
  opacity: 1;
}

.xepage-shopping .xepage-input-box select.xu-form-group__control,
.xepage-shopping .xepage-input-box input.xu-form-group__control::placeholder {
  color: #aeaeae;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.6px;
  opacity: 1;
}

.xepage-shopping .xepage-input-box select.xu-form-group__control option {
  color: #141414;
}

.xepage-shopping .xepage-breadcrumb {
  margin: 0 -15px 10px;
  padding: 16px;
}

.xepage-shopping .xepage-breadcrumb .xepage--breadcrumb-item {
  vertical-align: middle;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.4px;
  color: #aeaeae;
  display: inline-block;
}

.xepage-shopping .xepage-breadcrumb .xepage--breadcrumb-item .active {
  font-size: 17px;
  margin: 0;
}

.xepage-shopping .xepage-breadcrumb .xepage--breadcrumb-item:not(:last-child) {
  margin-right: 3px;
}

.xepage-shopping .xepage-breadcrumb .xepage--breadcrumb-item:not(:last-child):after {
  content: url("../img/angle-right.svg");
  margin-left: 7px;
}

.xepage-shopping .total-price {
  font-size: 20px;
  letter-spacing: -0.8px;
}

.xepage-shopping .xepage--point-color {
  color: #f5332b !important;
}

.xepage-shopping .xepage--point-back-color {
  background-color: #f5332b !important;
}

.xepage-shopping .xepage--point-border-color {
  border-color: #f5332b !important;
}

.xepage-shopping .xepage--main-text-color {
  color: #141414 !important;
}

.xepage-shopping .xepage--sub-text-color {
  color: #767676 !important;
}

.xepage-shopping .xepage-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.xepage-shopping .xepage-a {
  text-decoration: none;
}

.xepage-shopping .xepage-font-bold {
  font-weight: 700;
}

.xepage-shopping .xepage-font-medium {
  font-weight: 500;
}

.xepage-shopping .xepage-font-normal {
  font-weight: 400;
}

.xepage-shopping .xepage-font-title {
  font-weight: 700;
}

.xepage-shopping .xepage-font-sub-title {
  font-weight: 500;
}

@media (min-width: 992px) {
  .xepage-shopping .xepage-font-title {
    font-weight: 500;
  }
  .xepage-shopping .xepage-font-sub-title {
    font-weight: 400;
  }
}

.xepage-shopping .xepage-notice {
  padding: 15px 24px 30px;
  margin: 0 -15px -28px;
  background-color: #fff6f6;
}

.xepage-shopping .xepage-notice .xepage-notice-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.xepage-shopping .xepage-notice .xepage-notice-item {
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: rgba(0, 0, 0, 0.6);
}

.xepage-shopping .xepage-payment-info {
  padding-top: 20px;
}

.xepage-shopping .xepage-payment-info .info-data {
  padding-top: 8px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.6px;
  color: #141414;
}

.xepage-shopping .xepage-payment-info .info-desc {
  margin-top: 4px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: -0.5px;
  color: #9c9c9c;
}

.xepage-shopping .form-box {
  position: relative;
}

.xepage-shopping .form-box .xu-form-group__box .xu-form-group__control {
  height: 46px;
}

.xepage-shopping .form-box .xu-form-group__box .xu-form-group__control:invalid {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #f5332b;
}

.xepage-shopping .form-box .xu-form-group__box .valid {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.5px;
  color: #f5332b;
  font-weight: 400;
}

.xepage-shopping .form-box + .form-box {
  border-top: 1px solid  #ececec;
}

.xepage-shopping .form-list .form-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 0;
}

.xepage-shopping .form-list .form-list-inner.form-list-bg {
  border-radius: 6px;
  background-color: #f8f8f8;
  padding: 12px 15px;
}

.xepage-shopping .form-list.form-list-sub .form-list-inner {
  padding: 8px 0;
}

.xepage-shopping .form-list.form-list-sub .form-list-inner .xu-label-checkradio .xu-label-checkradio__text {
  color: #484848 !important;
  font-size: 15px !important;
}

.xepage-shopping .form-list.form-list-sub .xu-form-group {
  padding-left: 36px;
}

.xepage-shopping .form-list .option-title {
  margin: 0;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #484848;
}

.xepage-shopping .form-list .form-option-notice .notice-item {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: right;
  color: #767676;
}

.xepage-shopping .form-list .option-item-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xepage-shopping .form-list .option-item-option .item-option-btn {
  margin-right: 12px;
  font-size: 13px;
  letter-spacing: -0.43px;
  color: #9c9c9c;
  font-weight: 400;
  text-decoration: underline;
}

.xepage-shopping .form-option-notice .notice-item {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: right;
  color: #767676;
}

.xepage-shopping .form-option-content .option-box .option-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xepage-shopping .form-option-content .option-box .option-list .option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
  border-radius: 8px;
  background-color: #f8f8f8;
  padding: 12px 15px;
  margin-bottom: 15px;
}

.xepage-shopping .form-option-content .option-box .option-list .option-item .item-type {
  padding: 0 3px;
}

.xepage-shopping .form-option-content .option-box .option-list .option-item .item-head .item-num {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #484848;
  display: inline-block;
  margin-right: 15px;
}

.xepage-shopping .form-option-content .option-box .option-list .option-item .item-head input {
  width: 84px;
  padding: 12px 15px;
  border-radius: 6px;
  border: solid 1px #d7d7d7;
  background-color: #fff;
  line-height: 20px;
  color: #141414;
  letter-spacing: -0.5px;
}

.xepage-shopping .form-option-content .option-box .option-list .option-item .item-figure {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.xepage-shopping .form-option-content .option-box .option-list .option-item .option-control-btn {
  border-radius: 6px;
  border: 1px dashed #d7d7d7;
  display: block;
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #484848;
}

.xepage-shopping .form-option-content .option-box .option-list .option-item .option-view {
  border-radius: 6px;
  background-color: #ececec;
  margin-bottom: 8px;
  padding: 12px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.xepage-shopping .form-option-content .option-box .option-list .option-item .option-view .option-view-text {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: #141414;
  display: block;
  padding-right: 18px;
}

.xepage-shopping .form-option-content .option-box .option-list .option-item .option-view .option-item-delete {
  color: #767676;
  font-size: 18px;
}

.xepage-shopping .form-option-content .method-step {
  padding-left: 36px;
}

.xepage-shopping .form-option-content .method-step .method-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3px;
}

.xepage-shopping .form-option-content .method-step .method-box .method-item {
  padding: 0 3px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.xepage-shopping .form-option-content .method-step .method-box .method-item .item-btn {
  display: block;
  text-align: center;
  padding: 12px;
  width: 100%;
  border-radius: 8px;
  border: solid 1px #d7d7d7;
  line-height: 21px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: center;
  color: #484848;
}

.xepage-shopping .form-option-content .method-step .method-box .method-item .item-btn.on {
  color: #fff;
  background-color: #f5332b;
}

.xepage-shopping .form-option-content .method-step .method-detail-info {
  padding: 16px 0 24px;
}

.xepage-shopping .form-option-content .method-step .method-detail-info .method-detail-item {
  display: none;
}

.xepage-shopping .form-option-content .method-step .method-detail-info .method-detail-item.on {
  display: block;
}

.xepage-shopping .form-option-content .method-step .method-detail-info .method-detail-item .method-info-notice {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.6px;
  color: #141414;
}

.xepage-shopping .form-option-btn .option-btn {
  display: block;
  padding: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #484848;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
  width: 100%;
}

.xepage-shopping .form-option-btn .option-btn.disabled {
  background-color: #ebecee;
  opacity: 0.9;
  color: #c0c0c0;
}

.xepage-shopping .form-option-btn .option-btn:disabled {
  background-color: #ebecee;
  opacity: 0.9;
  color: #c0c0c0;
}

.xepage-shopping .form-input-box {
  margin-top: 15px;
}

.xepage-shopping .xu-form-group .xu-form-group__box .xu-form-group__icon {
  text-align: center;
}

.xepage-shopping .xu-form-group .xu-form-group__box .xu-form-group__icon i {
  font-size: 16px;
  display: block;
  line-height: 20px;
}

.xepage-shopping .xu-form-group + label {
  margin-top: 12px;
}

.xepage-shopping .option-detail-content {
  display: none;
  width: 100%;
  padding-left: 36px;
}

.xepage-shopping .option-detail-content .option-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xepage-shopping .option-detail-content .option-detail-list .option-detail-item {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.54;
  letter-spacing: -0.4px;
  color: #767676;
}

.xepage-shopping .order-part-section {
  padding: 15px 0;
  border-bottom: 1px solid  #ececec;
}

.xepage-shopping .order-part-section.order-part-single-section {
  border-bottom: 0;
  padding: 15px 0 0;
}

.xepage-shopping .order-part-section .order-part-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.6px;
  color: #141414;
}

.xepage-shopping .order-part-section .order-list-type-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.xepage-shopping .order-part-section .order-list-type-list .order-list-type-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.5px;
  color: #767676;
}

.xepage-shopping .order-price-section {
  position: relative;
  padding-top: 20px;
}

.xepage-shopping .order-price-section .order-detail-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.xepage-shopping .order-price-section .order-detail-price .detail-title {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: -0.6px;
  color: #141414;
}

.xepage-shopping .order-price-section .order-detail-price .detail-result {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.6px;
  text-align: right;
  color: #f5332b;
}

.xepage-shopping .xf-coupon-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xepage-shopping .xf-coupon-list li + li {
  margin-top: 10px;
}

.xepage-shopping .xf-coupon-list .xf-coupon-item {
  width: 100%;
}

.xepage-shopping .xf-coupon-list .xf-coupon-item .coupon-info {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding: 16px;
  border-radius: 8px;
}

.xepage-shopping .xf-coupon-list .xf-coupon-item .coupon-info .coupon-sale {
  font-size: 16px;
  font-weight: 500;
  color: #141414;
  margin: 0 0 4px;
}

.xepage-shopping .xf-coupon-list .xf-coupon-item .coupon-info .coupon-sale .coupon-sale-per {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.75px;
  font-weight: 700;
}

.xepage-shopping .xf-coupon-list .xf-coupon-item .coupon-info .coupon-sale .coupon-sale-per .per-unit {
  font-size: 16px;
  font-weight: 500;
}

.xepage-shopping .xf-coupon-list .xf-coupon-item .coupon-info .coupon-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #ff635d;
}

.xepage-shopping .xf-coupon-list .xf-coupon-item .coupon-info .coupon-description {
  display: block;
  color: #767676;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.19px;
  line-height: 20px;
}

.xepage-shopping .xf-coupon-list .xf-coupon-item .coupon-info .coupon-period {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.19px;
  color: #767676;
  margin: 0;
}

.xepage-shopping .mypage-label {
  margin: 0;
  position: relative;
}

.xepage-shopping .xu-label-checkradio .xu-label-checkradio__helper {
  top: 2px;
}

.xepage-shopping .xu-label-checkradio .xu-label-checkradio__text {
  color: #141414 !important;
  font-size: 16px !important;
  font-weight: 500;
}

.xepage-shopping .xu-label-checkradio .xu-label-checkradio__text.down-step-text {
  color: #484848 !important;
  font-size: 15px !important;
}

.xepage-shopping .xu-label-checkradio .xu-label-checkradio__text-sub {
  letter-spacing: -0.6px;
  color: #aeaeae;
  font-weight: 500;
}

.xepage-shopping .xu-label-checkradio .xu-label-checkradio__text-desc {
  letter-spacing: -0.6px;
  color: #aeaeae;
  font-size: 13px;
  font-weight: 400;
}

.xepage-shopping .xf-popover-wrap {
  padding: 0;
  margin-right: auto;
}

.xepage-shopping .xu-form-group {
  margin: 0;
}

.xepage-shopping .xu-form-group .mypage-input-label {
  display: none;
}

.xepage-shopping .xu-form-group .xu-form-group__box.xu-form-group__box--icon-right .xu-form-group__control,
.xepage-shopping .xu-form-group .xu-form-group__box.xu-form-group__box--icon-right input.xu-form-group__control {
  border-radius: 6px;
  border: solid 1px #d7d7d7;
}

.xepage-shopping .xu-form-group .xu-form-group__box.xu-form-group__box--icon-right .xu-form-group__control:disabled,
.xepage-shopping .xu-form-group .xu-form-group__box.xu-form-group__box--icon-right input.xu-form-group__control:disabled {
  background-color: #ecedef;
  color: #9c9c9c;
}

.xepage-shopping .xu-form-group .xu-form-group__box.xu-form-group__box--icon-right .xu-form-group__control:disabled + .xu-form-group__icon i,
.xepage-shopping .xu-form-group .xu-form-group__box.xu-form-group__box--icon-right input.xu-form-group__control:disabled + .xu-form-group__icon i {
  color: #aeaeae;
}

.xepage-shopping .xu-form-group .xu-label-checkradio,
.xepage-shopping .xu-form-group .xu-form-group__label {
  margin: 0;
  padding: 0;
}

.xepage-shopping .xepage-ship-modal {
  padding-right: 0 !important;
}

.xepage-shopping .mypage-checkbox:checked ~ div {
  background-color: #e50213;
}

.xepage-shopping .mypage-checkbox-check {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-image: url("../img/check.svg");
  background-color: #e0e0e0;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  border-radius: 50%;
  cursor: pointer;
}

.xepage-shopping .mypage-section-title {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.6px;
  color: #141414;
  margin: 0;
  font-weight: 500;
}

.xepage-shopping .mypage-section-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #141414;
  margin: 0;
}

.xepage-shopping .mypage-section-tabs .nav-tabs {
  border-bottom: none;
}

.xepage-shopping .mypage-section-tabs .nav-tabs .nav-item {
  margin-bottom: 0;
}

.xepage-shopping .mypage-section-tabs .nav-tabs .nav-item:first-child {
  margin-right: 32px;
}

.xepage-shopping .mypage-section-tabs .nav-tabs .nav-item .nav-link {
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
  border: none;
}

.xepage-shopping .mypage-section-tabs .nav-tabs .nav-item .nav-link:hover {
  border: none;
}

.xepage-shopping .mypage-section-tabs .nav-tabs .nav-item .nav-link .mypage-checkbox-check {
  margin-right: 8px;
}

.xepage-shopping .mypage-section-tabs .nav-tabs .nav-item .nav-link.active {
  color: #141414;
  background-color: transparent;
  border: none;
}

.xepage-shopping .mypage-section-tabs .nav-tabs .nav-item .nav-link.active .mypage-checkbox-check {
  background-color: #e50213;
}

.xepage-shopping .mypage-section-tabs .tab-content {
  margin-top: 18px;
}

.xepage-shopping .xepage-tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xepage-shopping .xepage-tab:not(:last-child) {
  margin-right: 32px;
}

.xepage-shopping .xepage-tab .mypage-checkbox-check {
  margin-right: 8px;
}

.xepage-shopping .xepage-section {
  margin: 0 -15px;
  padding: 20px 15px 28px;
  background-color: #fff;
}

.xepage-shopping .xepage-section.xepage-space {
  /*  margin-bottom: 10px; */
  margin-top: 12px;
}

.xepage-shopping .xepage-section .xepage-title--arrow-box {
  height: 27px;
}

.xepage-shopping .xepage-section .xepage-title--arrow-box .xepage-title__arrow {
  background-image: url("../img/angle-up.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.xepage-shopping .xepage-section .xepage-title--arrow-box .xepage-title__arrow.open {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.xepage-shopping .xepage-section .section-xepage-noborder-contents {
  margin-top: 16px;
}

.xepage-shopping .xepage-section .section-xepage-contents {
  margin-top: 15px;
  border-top: 1px solid  #ececec;
}

.xepage-shopping .xepage-section .section-xepage-contents.contents-border-none {
  border-top: 0;
  padding-top: 0;
}

.xepage-shopping .xepage-section .section-xepage-contents .list-group .list-group-item {
  padding: 16px 0;
}

.xepage-shopping .xepage-section .section-xepage-contents .xepage-order-item-list {
  display: none;
}

.xepage-shopping .xepage-section .section-xepage-contents .xepage-order-item-list.open {
  display: block;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item__img {
  height: 70px;
  width: 70px;
  border-radius: 0;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-minishop .mypage-order-minishop__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.4px;
  color: #767676;
  padding-left: 20px;
  background-image: url("../../../img/home.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-minishop .mypage-order-minishop__link .mypage-order__minishop-name {
  font-weight: 500;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-order-item-title {
  padding: 0;
  margin: 0 0 8px 0;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-order-item-title .mypage-order__title-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.6px;
  color: #141414;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-order-item-details {
  color: #767676;
  line-height: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-order-item-details .mypage-order-item-option {
  margin-bottom: 4px;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-order-item-details .mypage-order-item-option:last-child {
  margin-bottom: 0;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-order-item-details .mypage-order-item-option .mypage-item__option-label {
  border: 1px solid #d7d7d7;
  font-size: 12px;
  letter-spacing: -1px;
  padding: 1px 5px 1px 4px;
  border-radius: 2px;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-order-item-details .mypage-order-item-option .mypage-item__option-text {
  font-size: 14px;
  letter-spacing: -0.4px;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-item-price {
  margin: 8px 0 0 0;
  font-size: 15px;
  line-height: 22px;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-item-price .mypage-item__price {
  font-weight: 400;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-item-price .mypage-item__price .font-weight-bold {
  font-weight: 700;
}

.xepage-shopping .xepage-section .section-xepage-contents .section-orderer-info {
  padding-top: 8px;
}

.xepage-shopping .xepage-section .section-xepage-contents .section-orderer-info .mypage-section-title {
  margin-bottom: 12px;
}

.xepage-shopping .xepage-section .section-xepage-contents .section-shipping-location-info .mypage-shipping-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 32px 0 26px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xepage-shopping .xepage-section .section-xepage-contents .section-shipping-location-info .mypage-shipping-title .mypage-label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

.xepage-shopping .xepage-section .section-xepage-contents .section-shipping-location-info .mypage-shipping-title .mypage-label .mypage-section-title {
  padding-right: 34px;
}

.xepage-shopping .xepage-section .section-xepage-contents .section-shipping-location-info .mypage-shipping-title .mypage-label .mypage-checkbox-check {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.xepage-shopping .xepage-section .section-xepage-contents .section-shipping-location-info .mypage-shipping-title .mypage-before-location {
  margin-left: 8px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -1px;
  color: #e50213;
  border: 1px solid #e50213;
  border-radius: 2px;
  padding: 0 6px 0 3px;
}

.xepage-shopping .xepage-section .section-xepage-contents .section-shipping-location-info .mypage-register-default {
  margin-top: 16px;
}

.xepage-shopping .xepage-section .section-xepage-contents .section-shipping-location-info .xepage-input-address {
  background-image: url("../img/search.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.xepage-shopping .xepage-section .section-xepage-contents .mypage-section-message {
  margin: 32px 0 10px 0;
}

.xepage-shopping .xepage-section .section-xepage-contents .xepage-deposit-details {
  display: none;
  margin-top: 16px;
}

.xepage-shopping .xepage-section-payment {
  display: none;
  margin: 0 0 0 -15px;
}

.xepage-shopping .xepage-section-payment-mobile {
  margin: 0 -15px;
}

.xepage-shopping .xepage-final-payment {
  margin: 10px 0 0 0;
}

.xepage-shopping .xepage-final-payment .border-bottom {
  border-bottom: 1px solid #000;
}

.xepage-shopping .xepage-final-payment .section-xepage-border--top {
  border-color: #d7d7d7;
}

.xepage-shopping .xepage-final-payment .list-group-item {
  padding: 0;
}

.xepage-shopping .xepage-final-payment .list-group-item:not(:last-child) {
  margin-bottom: 12px;
}

.xepage-shopping .xepage-final-payment .xepage-price__text {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.6px;
}

.xepage-shopping .xepage-terms-box {
  padding: 20px 15px 28px;
  background-color: #fafbfb;
}

.xepage-shopping .xepage-terms-box .terms-list-all {
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.xepage-shopping .xepage-terms-box .terms-list {
  list-style: none;
  padding: 20px 0 0;
  margin: 0;
}

.xepage-shopping .xepage-terms-box .terms-list li + li {
  margin-top: 8px;
}

.xepage-shopping .xepage-terms-box .terms-list .terms-item::after {
  content: '';
  display: block;
  clear: both;
}

.xepage-shopping .xepage-terms-box .terms-list .terms-item .xu-label-checkradio {
  float: left;
}

.xepage-shopping .xepage-terms-box .terms-list .terms-item .xu-label-checkradio .xu-label-checkradio__text {
  line-height: 1.73;
  letter-spacing: -0.5px;
  color: #484848 !important;
  font-size: 15px !important;
}

.xepage-shopping .xepage-terms-box .terms-list .terms-item .xu-label-checkradio .xu-label-checkradio__text .xu-label-checkradio__empase {
  color: #484848;
}

.xepage-shopping .xepage-terms-box .terms-list .terms-item .terms-list__term-button {
  float: right;
  font-size: 15px;
  text-decoration: underline;
  line-height: 1.63;
  letter-spacing: -0.6px;
  color: #141414;
}

.xepage-shopping .xepage-payment-btn-box {
  margin: 10px  0;
  padding: 0 15px;
}

.xepage-shopping .xepage-payment-btn-box .xepage-payment-btn {
  width: 100%;
  border-radius: 0;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.8px;
  padding: 16px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 8px;
}

.xepage-shopping .xepage-payment-btn-box .xepage-payment-btn + .xepage-payment-btn {
  margin-top: 6px;
}

.xepage-shopping .xepage-payment-btn-box .xepage-payment-btn.basic-btn {
  color: #484848;
  border: solid 1px #d7d7d7;
  background-color: #fff;
}

@media (min-width: 768px) {
  .xepage-breadcrumb {
    background-color: transparent;
    margin: 0 0 50px 0;
    padding: 0;
  }
  .xepage-breadcrumb .xepage--breadcrumb-item {
    vertical-align: middle;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #aeaeae;
    display: inline-block;
  }
  .xepage-breadcrumb .xepage--breadcrumb-item .active {
    color: #141414;
    font-size: 20px;
    margin: 0;
  }
  .xepage-breadcrumb .xepage--breadcrumb-item:not(:last-child) {
    margin-right: 3px;
  }
  .xepage-breadcrumb .xepage--breadcrumb-item:not(:last-child):after {
    content: url("../img/angle-right.svg");
    margin-left: 7px;
  }
  .xf-order-header-wrap {
    display: none;
  }
  .xepage-shopping {
    padding-top: 20px;
  }
  .xepage-shopping .xu-form-group .mypage-input-label {
    /* display: inline-flex;
          align-items: center;
          font-weight: 400;
          font-size: 15px;
          letter-spacing: -0.6px;
          color: #767676;
          height: 48px; */
  }
  .xepage-shopping .section-xepage-add-more-info {
    padding: 20px 24px;
    border: 2px solid #e0e0e0;
    background-color: #fafafa;
  }
  .xepage-shopping .xepage-section {
    padding: 24px 24px 28px;
    margin: 0;
  }
  .xepage-shopping .xepage-section.xepage-space {
    margin-top: 15px;
  }
  .xepage-shopping .xepage-section.xepage-space:first-child {
    margin-top: 0;
  }
  .xepage-shopping .xepage-section .section-xepage-contents .list-group .list-group-item {
    padding: 16px 0;
  }
  .xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-order-item-title {
    padding: 0;
    margin: 0 0 8px 0;
  }
  .xepage-shopping .xepage-section .section-xepage-contents .mypage-order-item .mypage-order-item-body .mypage-order-detail-list .mypage-item-price {
    margin: 0;
  }
  .xepage-shopping .xepage-section .section-xepage-contents .section-orderer-info {
    padding-top: 8px;
  }
  .xepage-shopping .xepage-section .section-xepage-contents .section-shipping-location-info {
    margin-top: 32px;
  }
  .xepage-shopping .xepage-section .section-xepage-contents .section-shipping-location-info .mypage-before-location {
    margin-left: 21px;
  }
  .xepage-shopping .xepage-section .section-xepage-contents .section-shipping-location-info .mypage-register-default {
    margin-top: 18px;
  }
  .xepage-shopping .xepage-section .section-xepage-contents .mypage-section-message {
    margin: 52px 0 16px 0;
  }
  .xepage-shopping .xepage-notice {
    margin: 0 -24px -28px;
  }
  .xepage-shopping .xepage-final-payment {
    margin-top: 0;
    display: block;
  }
  .xepage-shopping .xepage-payment-btn-box {
    margin: 15px 0 0 0;
    padding: 0;
  }
  .xepage-shopping .xepage-section-payment-mobile {
    display: none;
  }
  .xepage-shopping .xepage-section-payment {
    display: block;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .xepage-shopping .section-xepage-shopping-option-detail.open .payment-total-price {
    padding: 20px 0 0;
  }

  .xepage-shopping .section-xepage-shopping-option-detail.open .payment-sale-price {
    padding: 20px 0 0;
  }

  .xepage-shopping .section-xepage-shopping-option-detail.open .payment-final-price {
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  .xepage-shopping {
    padding-bottom: 62px;
  }
}

.xepage-item-content__item.xepage-item-content__item--title.goods-top-tit {
  display: none;
}

.only-pc.xepage-item-content__item-box--mobile-buttom {
  display: none;
}

/* ìž¥ë°”êµ¬ë‹ˆ  */
.xepage-page.xf-cart-page {
  /* ìž¥ë°”êµ¬ë‹ˆ ì°œ */
}

.xepage-page.xf-cart-page .xu-label-checkradio {
  color: #484848;
}

.xepage-page.xf-cart-page .xepage-button--wish .xepage-icon--on {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  margin-right: 4px;
}

.xepage-page.xf-cart-page .xepage-button--wish .xepage-icon--on.lik-on {
  background-image: url(../../../img/icon-heart-cart-on.svg);
}

.xepage-page.xf-cart-page .xepage-button--wish .xepage-icon--on.lik-off {
  background-image: url(../../../img/icon-heart-cart.svg);
}

.xepage-page.xf-cart-page .xf-cart-content {
  margin: 0 -15px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list {
  /* ìž¥ë°”êµ¬ë‹ˆ ëª©ë¡ */
  /* ëª©ë¡ ìƒí’ˆ ì&nbsp;•ë³´ */
  /* ìž¥ë°”êµ¬ë‹ˆ ëª©ë¡ í•˜ë‹¨ ìˆ˜ëŸ‰, ê¸ˆì•¡, ë°°ì†¡ë¹„ */
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 0;
  /* ìƒí’ˆ ìž…ì&nbsp;ì‚¬ */
  /* // ìƒí’ˆ ìž…ì&nbsp;ì‚¬ */
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li::after {
  display: none;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.xepage-item__thead {
  border-bottom: 1px solid  #ececec;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.xepage-item__thead .xepage-item-content__item--checkbox {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.xepage-item__thead .xepage-item-content__item--checkbox .xu-label-checkradio .xu-label-checkradio__text {
  font-size: 14px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.2px;
  color: #484848 !important;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.xepage-item__thead .xepage-item-content__item--checkbox button {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.2px;
  text-align: right;
  color: #484848;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #f7f8f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .cart-seller-name-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .cart-seller-name-mobile .seller-tit {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: -0.38px;
  color: #141414;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .cart-seller-name-mobile .seller-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../img/home.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  margin-left: 6px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .xf-cart-item-mobile {
  margin-left: auto;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .xf-cart-item-mobile .xepage-item-content__item .xepage-item-content__item-inner {
  padding: 0;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .xf-cart-item-mobile .xepage-item-content__item .xepage-item-content__item-inner .xepage-item-content__item-text .item-desc {
  color: #9c9c9c;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .xepage-item-content {
  position: relative;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .xepage-item-content.xf-cart-item-pc {
  display: none;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content {
  position: relative;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content .xepage-item-remove-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  color: #9c9c9c;
  font-size: 20px;
  padding: 0;
  background-color: transparent;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content .xepage-item-content-box {
  padding-left: 30px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__list-other {
  border-radius: 8px;
  background-color: #f8f8f8;
  padding: 12px 15px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item {
  position: relative;
  color: #484848;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--checkbox {
  /* width: 100%; */
  position: absolute;
  left: 0;
  top: 0;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--wish {
  position: absolute;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item-point.xepage-item-content__item-top {
  margin-top: -32px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item-point .xepage-item-content__item-inner {
  line-height: 22px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 95px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--title .xf-item-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  display: block;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--title .xf-item-thumbnail .card-img {
  border: 1px solid #e0e0e0;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--title .card-body {
  padding-left: 12px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--title .card-title {
  margin: 0;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  color: #141414;
  text-overflow: ellipsis;
  overflow: hidden;
  word-wrap: break-word;
  letter-spacing: -0.56px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  max-height: 22px;
  padding-right: 24px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--title .item-detail-list .detail-desc {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.43px;
  color: #767676;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xepage-item-content__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xepage-item-content__item-inner .xepage-item-content__item-text-item {
  line-height: 22px;
  letter-spacing: -0.4px;
  font-size: 14px;
  font-weight: normal;
  color: #484848;
  display: block;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xepage-item-content__item-inner .xepage-item-content__item-text {
  line-height: 22px;
  display: block;
  text-align: right;
  text-align: right;
  color: #141414;
  font-weight: 500;
  letter-spacing: -0.4px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xepage-item-content__item-inner .xepage-item-content__item-text.item-text-point {
  color: #ff2121;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xepage-item-content__item-inner .xepage-item-content__item-text em {
  color: #9c9c9c;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item-box--mobile-buttom {
  border-top: 0;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 30px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item-box--mobile-buttom .xepage-item-content__item.xepage-item-content__item--button-right {
  width: 100%;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item-box--mobile-buttom .xepage-item-content__item-inner {
  margin: 0 -3px;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .cart-item-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.22px;
  padding: 8px;
  border-radius: 4px;
  margin: 0 3px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .cart-item-btn:hover {
  color: #fff;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .cart-item-btn.btn-dark {
  background-color: #484848;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .cart-item-btn.btn-outline-secondary {
  border-color: #e0e0e0;
  color: #767676;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .cart-item-btn.btn-outline-secondary:hover {
  color: #141414;
  border-color: #666;
  background-color: #fff;
}

.xepage-page.xf-cart-page .xf-cart-content .xepage-list .cart-item-btn.xepage-button--wish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e0e0e0;
}

.xepage-page.xf-cart-page .xepage-more-info-list {
  padding: 0 15px;
}

.xepage-page.xf-cart-page .xf-cart-price-section {
  border-top: 1px solid #000  !important;
}

.xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column .xepage-table-column-header {
  padding: 15px;
}

.xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column .xepage-table-column-header .xepage-table-column-header__title {
  font-weight: 500;
}

.xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column .xepage-table-column-header .xepage-table-column-header__text {
  letter-spacing: -0.38px;
  font-family: 'Noto Sans KR';
}

.xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column .total-text {
  color: #e81c2e !important;
  font-weight: 700;
}

.xepage-page .xepage-option-count .xepage-option-count__button {
  border: 1px solid #999999;
}

.xepage-page .xepage-option-count .xepage-option-count__value-box {
  border: 1px solid #999999;
}

.xepage-page .xepage-option-count .xepage-option-count__value-box .xf-option-count-box {
  border: 0;
}

.xepage-page .xepage-option-count .xepage-option-count__value-box {
  width: 70px;
}

.xepage-page .xepage-option-count .xepage-option-count__button {
  flex: 0 0 36px;
  max-width: 36px;
  padding: 9px;
}

.xepage-option-item.position-relative.__purchase-item:last-child {
  border-bottom: 1px solid #333333;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .xepage-page.xf-cart-page .xepage-shopping-name-title-box::after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .xepage-page.xf-cart-page .xf-cart-content {
    margin: 0;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li + li {
    border-top: 1px solid #ececec;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li {
    padding: 15px;
    border-top: 0;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.xepage-item__thead .xepage-item-content__item.head-item-content-base {
    -webkit-box-flex: 0;
        -ms-flex: 0  0 64px;
            flex: 0  0 64px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.xepage-item__thead .xepage-item-content__item.xepage-item-content__item--checkbox {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
    text-align: left;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.xepage-item__thead .xepage-item-content__item.xepage-item-content__item--checkbox .xu-label-checkradio__text {
    width: auto;
    height: auto;
    position: relative;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clip: initial;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap {
    background-color: #f7f8f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #ececec;
    border-bottom: 0;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .cart-seller-name-mobile {
    display: none;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .cart-seller-name-mobile .seller-tit {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.73;
    letter-spacing: -0.38px;
    color: #141414;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .seller-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/home.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    margin-left: 6px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .xf-cart-item-mobile {
    display: none;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .xf-cart-item-mobile .xepage-item-content__item .xepage-item-content__item-inner {
    padding: 0;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .xf-cart-item-mobile .xepage-item-content__item .xepage-item-content__item-inner .xepage-item-content__item-text .item-desc {
    color: #9c9c9c;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list li.cart-seller-wrap .xepage-item-content.xf-cart-item-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content {
    display: block;
    padding: 0;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item {
    position: relative;
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--wish {
    position: relative;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.item-content-base {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--title {
    min-width: 205px;
    padding-bottom: 16px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--title .xepage-item-content__item-inner span {
    font-weight: 500;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item--info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 305px;
    max-width: 100%;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item-point .xepage-item-content__item-inner {
    padding-left: 0;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item.xepage-item-content__item-point.xepage-item-content__item-top {
    margin-top: 0px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xf-item-thumbnail .card-img {
    width: 90px;
    height: 90px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xf-item-thumbnail .card-body {
    padding-left: 24px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xf-item-thumbnail .card-title {
    margin: 0;
    margin-bottom: 8px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xf-item-thumbnail .card-title .card-link {
    font-size: 17px;
    line-height: 22px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xf-item-thumbnail .card-desc {
    font-size: 14px;
    line-height: 18px;
    color: #484848;
    padding: 0 !important;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xepage-item-content__item-inner {
    padding-left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xepage-item-content__item-inner .xepage-item-content__item-text {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xepage-item-content__item-inner .xepage-item-content__item-text em {
    display: inline-block;
    padding-top: 0;
    font-size: 15px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item .xepage-item-content__item-inner .xepage-item-content__item-text .desc-mobile {
    display: none;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item-box--mobile-buttom {
    border-top: 0;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item-box--mobile-buttom .xepage-item-content__item.xepage-item-content__item--button-right {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: none;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item-box--mobile-buttom .xepage-item-content__item-inner {
    margin: 0 -3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .xepage-item-content__item-box--mobile-buttom .cart-item-btn.btn {
    margin: 0 3px;
    padding: 8px;
    font-size: 14px;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .cart-item-btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 13px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: -0.22px;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 3px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .cart-item-btn .btn-mobile {
    display: none;
  }
  .xepage-page.xf-cart-page .xf-cart-content .xepage-list .cart-item-btn.btn-outline-secondary {
    border-color: #e0e0e0;
    color: #767676;
  }
  .xepage-page.xf-cart-page .cart-seller-name-mobile {
    display: none;
  }
  .xepage-page.xf-cart-page .only-pc.xepage-item-content__item-box--mobile-buttom {
    display: block;
  }
  .xepage-page.xf-cart-page .xf-cart-notice {
    padding-top: 8px;
  }
  .xepage-page.xf-cart-page .xf-cart-notice .btn {
    border-radius: 2px;
    border-color: #e0e0e0;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.19px;
    color: #767676;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 11px;
  }
  .xepage-page.xf-cart-page .xf-cart-price-section {
    border-top: 1px solid #000  !important;
  }
  .xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column {
    position: relative;
  }
  .xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .col--mobile-last {
    border-right: 0;
  }
  .xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column .xepage-table-column-header {
    padding: 30px;
  }
  .xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column .xepage-table-column-header.total-plus::before {
    content: '+';
    font-size: 20px;
    color: #141414;
    font-weight: 500;
    line-height: 22px;
    position: absolute;
    left: -8px;
  }
  .xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column .xepage-table-column-header.total-equals::before {
    content: '=';
    font-size: 20px;
    color: #141414;
    font-weight: 500;
    line-height: 22px;
    position: absolute;
    left: -8px;
  }
  .xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column .xepage-table-column-header .xepage-table-column-header__title {
    font-size: 17px;
  }
  .xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column .xepage-table-column-header .xepage-table-column-header__text {
    letter-spacing: -0.38px;
  }
  .xepage-page.xf-cart-page .xf-cart-price-section .section-xepage-table-column .total-text {
    color: #e81c2e !important;
    font-weight: 700;
  }
  .xepage-page.xf-cart-page .xf-cart-bottom-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xepage-page.xf-cart-page .xf-cart-bottom-btn button {
    width: 240px;
  }
  .xepage-page.xf-cart-page .xf-cart-bottom-btn a {
    width: 240px;
    border-color: #e0e0e0;
  }
}

.xf-commerce-tab-content {
  display: none;
  padding: 0;
}

.xf-commerce-tab-content.on {
  display: block;
}

.xf-page-tab-box .xf-page-tab-list {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  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;
}

.xf-page-tab-box .xf-page-tab-list .xf-page-tab-item {
  /* flex: 0 1 auto; */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: center;
  position: relative;
}

.xf-page-tab-box .xf-page-tab-list .xf-page-tab-item.on .tab-item-text {
  position: relative;
}

.xf-page-tab-box .xf-page-tab-list .xf-page-tab-item.on .tab-item-text::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #f5332b;
}

.xf-page-tab-box .xf-page-tab-list .xf-page-tab-item.on .tab-item-text {
  color: #f5332b;
  background-color: #fef5f4;
}

.xf-page-tab-box .xf-page-tab-list .xf-page-tab-item .tab-item-text {
  display: block;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #aeaeae;
  background-color: #f8f8f8;
}

.xf-page-tab-box .xf-page-tab-list .xf-page-tab-item .tab-item-num {
  padding-left: 4px;
}

.xepage-shopping .detail-wrap-inner .section-xepage-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.xepage-shopping .detail-wrap-inner .section-xepage-title .xepage-title__more-box {
  border: 1px solid #999999;
}

.xepage-shopping .detail-wrap-inner .section-xepage-title .xepage-title__more-box .btn-default {
  padding: 10px 20px;
  border: 0;
  color: #000000;
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item:first-child {
  padding-left: 0;
}
.xepage-page .xe-brand-shop__detail-content .title-box .title-box-icon-wrap {
  display: flex;
  column-gap: 20px;
}
.xepage-page .xe-brand-shop__detail-content .title-box .title-box-icon-wrap &gt; button {
  position: relative;
  display: flex;
  align-items: center;
}
.xepage-page .xe-brand-shop__detail-content .title-box .title-box-icon-wrap &gt; button::after {
  content: '';
  position: absolute;
  left: calc(100% + 10px);
  height: calc(100% - 6px);
  width: 1px;
  background: #ECECEC;
}
.xepage-page .xe-brand-shop__detail-content .title-box .title-box-icon-wrap &gt; button:last-child:after {
  content: none;
}
  @media (min-width: 768px) {
  .xf-commerce-tab-content {
    display: none;
  }
  .xf-commerce-tab-content.on {
    display: block;
  }
  .xf-page-tab-box {
    padding-bottom: 16px;
  }
  .xf-page-tab-box .xf-page-tab-list {
    margin: 0 -1px;
  }
  .xf-page-tab-box .xf-page-tab-list .xf-page-tab-item {
    padding: 0 1px;
  }
  .xf-page-tab-box .xf-page-tab-list .xf-page-tab-item .tab-item-text {
    font-size: 17px;
    font-weight: 500;
    padding: 18px;
    line-height: 24px;
    color: #484848;
    background-color: #fafafa;
  }
  .xf-sub-top-menu-breadcrumb .xf-breadcrumb-item a {
    font-size: 18px;
  }

  .xepage-page .xe-brand-shop__detail-content .info-box-detail-text {
    line-height: 26px;
  }
  .section-xepage-product-info .product-detail-title-info .product-detail__price .final-price {
    font-size: 32px;
    line-height: 38px;
  }
  .section-xepage-product-info .product-detail-title-info .product-detail__price .original-price {
    font-size: 24px;
    line-height: 29px;
  }
  .section-xepage-product-info .product-detail-title-info .product-detail__price .sale-per {
    font-size: 32px;
    line-height: 38px;
  }
  .xe-product__tag-wrap .xe-product__tag-list {
    gap: 10px;
  }
  .xe-product__tag-wrap .xe-product__tag-list .xe-product__tag-item {
    font-size: 16px;
    line-height: 26px;
  }

  .xepage-page .xe-brand-shop__detail-content .xepage-table-column__text {
    padding: 10px 0 !important;
  }
  .xepage-shopping .section-xepage-product-slide .slick-dots .xepage-slide-dot-img {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    aspect-ratio: 1/1;
    margin: 0;
    border: 1px solid #F2F2F2;
    border-radius: 18px;
  }
  .xepage-shopping .section-xepage-product-slide .slick-dots .slick-active .xepage-slide-dot-img {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    aspect-ratio: 1/1;
    border: 1px solid #E50213;
    border-radius: 18px;
    overflow: hidden;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy button {
    margin: 0;
    border-radius: 6px;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
    color: #4C4C4C;
    text-align: center;
  }
  .product-detail-fold .fold-btn {
    font-size: 26px;
    line-height: 31px;
  }

  .xepage-shopping .section-xepage-item-nav .nav .nav-item {
    padding: 0 5px;
    font-size: 18px;
  }
}

/*# sourceMappingURL=commerces.css.map */
</pre></body></html>