@charset "UTF-8";
/* 카테고리메인 상단 배너*/
.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;
}

/* 위젯 타이틀 */
.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 {
  padding-right: 80px;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--left-box .xepage-shopping-item-list-num {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.4px;
  height: auto;
  color: #484848;
}

.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: 13px;
  padding: 0 2px;
}

.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;
}

.xe-brand-widget-product__header .xepage-shopping-item-list-info .xepage-shopping-item-list--right-box .xu-dropdown .xu-button .xu-button__text {
  color: #484848;
  padding-right: 0;
}

.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 {
  border: solid 1px #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  min-width: 130px;
  z-index: 80;
}

.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;
}

/* 상품 정렬버튼 */
.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;
  margin: 0 -7.5px;
  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: 0 7.5px;
  margin-bottom: 40px;
}

.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 .product__thumbnail-img {
  width: 100%;
  padding-top: 135%;
  background-size: cover;
}

.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 {
  margin-top: 15px;
}

.xe-brand-product__contents .product__item .product__info .product__tit {
  letter-spacing: -0.6px;
  color: #141414;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 40px;
  margin-bottom: 10px;
}

.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 {
  color: #ff5230;
  display: inline-block;
  margin-right: 4px;
}

.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-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) {
  /* 위젯 타이틀 */
  .xe-brand-widget-product__header {
    margin: 0 0 16px;
  }
  .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--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 {
    padding: 0 8px;
  }
  .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 .xu-button__text {
    color: #484848;
    padding-right: 0;
  }
  .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 {
    border: solid 1px #e0e0e0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    min-width: 130px;
    z-index: 80;
  }
  .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;
  }
  /* 상품 정렬버튼 */
  .xe-brand-product__sort {
    display: none;
  }
  /* 상품목록 */
  .xe-brand-product__contents .product__item {
    width: 33.333%;
    margin-bottom: 40px;
  }
  .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;
  }
  .xe-brand-product__contents .product__item .product__thumbnail .product__thumbnail-img {
    width: 100%;
    padding-top: 135%;
    background-size: cover;
  }
  .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-product-slide {
  margin-bottom: 0;
  margin: 0 -15px;
}

.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 {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  width: 100%;
}

.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;
  z-index: 15;
  position: absolute;
  bottom: 30px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

.xepage-shopping .section-xepage-product-slide .slick-dots > 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 > 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 > 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-table-column.section-xepage-table-column--no-border-lr .row:last-child > div {
  border-bottom: 1px solid #000;
}

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

.xepage-shopping .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .xepage-table-column__title {
  color: #141414;
  padding: 13px 15px;
}

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

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

.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: 0;
}

.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;
}

.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: 16px 0;
}

.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;
}

/* 공유하기 팝업 */
.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 {
  line-height: 24px;
  font-size: 12px;
  color: #141414;
  letter-spacing: -.17px;
}

.xf-sub-top-menu-breadcrumb .xf-breadcrumb-item:after {
  content: ' > ';
  color: #141414;
}

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

/* 상품상세 상품 타이틀 */
.xepage-page .xe-brand-shop__detail-content .info-box {
  padding: 20px 0;
}

.xepage-page .xe-brand-shop__detail-content .detail-content-product-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.8px;
  color: #141414;
}

.xepage-page .xe-brand-shop__detail-content .title-box {
  padding-bottom: 20px;
}

.xepage-page .xe-brand-shop__detail-content .info-box-detail-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: -0.6px;
  color: #767676;
  word-break: break-all;
}

.xepage-page .xe-brand-shop__detail-content .xepage-table-column__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
  color: #484848;
}

.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: 3px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.0277em;
  color: #9c9c9c;
}

.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.svg);
  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 .section-xepage-paging .xepage-paging-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.03px;
  color: #000000;
  margin: 0;
}

.xepage-page .section-xepage-paging .xepage-paging-item.xepage-paging-item--prev {
  display: none;
}

.xepage-page .section-xepage-paging .xepage-paging-item.xepage-paging-item--active {
  background-color: transparent;
  color: #000;
  border-radius: 0;
  text-decoration: underline;
}

.xepage-page .section-xepage-paging .xepage-paging-item:hover {
  text-decoration: underline;
}

.xepage-page .section-xepage-paging .xepage-paging-item:hover.xepage-paging-item--active {
  color: #000;
}

.xepage-page .xepage-product-notice {
  padding: 15px 10px;
  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;
}

/* 상품상세 별점 &리뷰 */
.product-detail-review {
  margin-bottom: 16px;
  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: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  background-image: url(../img/icon_star.svg);
}

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

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

/* 상품상세 상품 상단 가격 정보 영역 */
.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 .text-muted {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: -0.4px;
  color: #aeaeae !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  #ff5630;
  color: #ff5630;
  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: #ff5630;
}

/* 상품상세 공유, 찜 */
.product-detail-function-content {
  border-top: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

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

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

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

.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: 8px 15px;
}

.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: 100% !important;
  margin: 0;
}

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

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

.xepage-shopping .section-xepage-item-nav .nav {
  width: 100%;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ececec;
}

.xepage-shopping .section-xepage-item-nav .nav li + li {
  border-left: solid 1px #ececec;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item {
  width: 25%;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item.active .nav-link {
  background-color: #141414;
  color: #fff;
}

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

.xepage-shopping .section-xepage-item-nav .nav .nav-item .nav-link {
  font-size: 14px;
  letter-spacing: -0.4px;
  text-align: center;
  line-height: 20px;
  color: #767676;
  background-color: #f8f8f8;
  padding: 8px 4px 10px;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item .nav-link em {
  margin-top: 0;
  color: #767676;
  font-size: 13px;
  font-weight: 400;
}

.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;
}

/* 상품상세 탭 상세정보 */
.section-xepage-shopping-detail {
  position: relative;
  border-bottom: 8px solid #f8f8f8;
  margin: 25px -15px 0;
}

.section-xepage-shopping-detail .shopping-detail-content-inner {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 24px;
  height: 700px;
  overflow: hidden;
}

.section-xepage-shopping-detail .shopping-detail-content-inner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(255, 255, 255, 0)), color-stop(77%, #fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 16%, #fff 77%);
}

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

.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;
}

.product-detail-fold .fold-btn {
  border: solid 1px #484848;
  border-radius: 5px;
  font-size: 15px;
  width: 100%;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #141414;
  display: block;
  text-align: center;
  padding: 13px;
  background-color: #fff;
}

.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 {
  border-top: 1px solid #ececec;
  -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;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-detail__option-box {
  padding: 20px 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;
}

.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: #f8f8f8;
  padding: 15px;
}

.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: 10px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item .xepage-button__remove {
  top: 15px;
  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: 4px;
}

.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 .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy {
  padding: 8px 5px;
}

.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 {
  margin: 0 3px;
  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.payment-button-step2 {
  background-color: #ff5630;
  border-color: #ff5630;
}

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

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

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

.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: 8px;
}

.xepage-shopping .option-select-dropdown-wrap .select-box-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #e0e0e0;
  width: 100%;
  background-color: #ffff;
  text-align: left;
  padding: 9px 12px 10px 15px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: -0.2px;
  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 #767676;
}

.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: absolute;
  top: 40px;
  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;
}

@media (min-width: 768px) {
  .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: 10px;
  }
  .xepage-shopping .section-xepage-product-slide .slick-dots > li {
    height: auto !important;
    max-width: 14.4%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.4%;
            flex: 0 0 14.4%;
  }
  .xepage-shopping .section-xepage-product-slide .slick-dots > li.slick-active::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border: 1.5px solid #141414;
  }
  .xepage-shopping .section-xepage-product-slide .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -58px;
    -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: 135%;
  }
  .xepage-shopping .section-xepage-product-slide .slide-img__box-inner .slide-img {
    padding-top: 135%;
  }
  .xepage-shopping .section-xepage-border--top {
    padding-top: 0px;
  }
  .xepage-shopping .section-xepage-product-slide {
    margin: 0;
  }
  .xepage-shopping .xe-brand-shop-top-detail {
    margin: 0 -30px;
    padding-bottom: 72px;
    border-bottom: none;
  }
  .xepage-shopping .xe-brand-shop-top-detail .col-md-6 {
    padding: 0 30px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box {
    padding: 32px 0;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .option-notice {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: -0.2px;
    color: #141414;
    margin-bottom: 12px;
  }
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 31px 0 3px;
  }
  .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 .price-item {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.29px;
    color: #141414;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item {
    position: relative;
    border-radius: 5px;
    background-color: #f8f8f8;
    padding: 15px;
  }
  .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-size: 14px;
    font-weight: 400;
    color: #484848;
    letter-spacing: -0.2px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item .xepage-button__remove {
    top: 15px;
    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 {
    margin-bottom: 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;
  }
  .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 .product-detail-function-content {
    display: none;
  }
  .xepage-shopping .section-xepage-item-nav-wrap {
    padding: 0;
  }
  .xepage-shopping .section-xepage-item-nav {
    margin: 0;
  }
  .xepage-shopping .section-xepage-item-nav .nav .nav-item .nav-link {
    padding: 13px 4px 15px;
  }
  .xepage-shopping .is-sticky .section-xepage-item-nav {
    padding: 0;
  }
  .xepage-shopping .section-xepage-title {
    margin-top: 70px;
  }
  .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 .select-dropdown-box {
    max-height: 320px;
  }
  .container-layout .xepage-shopping.xe-brand-shop-container.xe-brand-shop-container {
    margin-top: 41px;
  }
  .xepage-page .xe-brand-shop__detail-content .title-box {
    padding-bottom: 32px;
  }
  .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-top .btn-share-wrap {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    margin-top: 6px;
    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 .detail-content-top .btn-share-wrap:hover .share-icon {
    background-image: url(../img/icon-share-on.svg);
  }
  .xepage-page .xe-brand-shop__detail-content .detail-content-product-name {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.46;
    letter-spacing: -1px;
    color: #141414;
  }
  .xepage-page .xe-brand-shop__detail-content .info-box {
    padding: 32px 0;
  }
  .xepage-page .section-xepage-table-column .row > div {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: -0.2px;
    color: #141414;
    border-right: none !important;
  }
  .xepage-page .section-xepage-table-column .xepage-table-column__title {
    color: #141414;
    padding: 13px 32px;
  }
  .xepage-page .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .xepage-table-column__title {
    padding: 13px 32px;
  }
  .xepage-page .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .xepage-table-column__text {
    padding: 13px 24px;
  }
  .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;
  }
  .product-detail-review {
    margin-bottom: 20px;
  }
  .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: 62px 0;
  }
  .section-xepage-shopping-detail .shopping-detail-content-info {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .xe-share-pop-wrap .modal-dialog {
    max-width: 410px;
    margin: 0 auto;
  }
  .product-detail-fold {
    display: none;
  }
  .section-xepage-shopping-detail {
    border-bottom: 0;
  }
  .section-xepage-shopping-detail .shopping-detail-content-inner {
    height: auto;
  }
}

.container-layout .xepage-shopping.xepage-shopping {
  padding-left: 15px;
  padding-right: 15px;
}

.container-layout .xepage-shopping.xe-brand-shop-container {
  margin-top: -40px;
  padding-left: 15px;
  padding-right: 15px;
}

/*# sourceMappingURL=commerces.css.map */





/* product show start */

.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-product-slide {
  margin-bottom: 0;
  margin: 0 -15px;
}

.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 {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
  width: 100%;
}

.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;
  z-index: 15;
  position: absolute;
  bottom: 30px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.xepage-shopping .section-xepage-product-slide .slick-dots > 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 > 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 > 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-table-column.section-xepage-table-column--no-border-lr .row:last-child > div {
  border-bottom: 1px solid #000;
}

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

.xepage-shopping .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .xepage-table-column__title {
  color: #141414;
  padding: 13px 15px;
}

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

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

.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: 0;
}

.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;
}

.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: 16px 0;
}

.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;
}

/* 공유하기 팝업 */
.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 {
  line-height: 24px;
  font-size: 12px;
  color: #141414;
  letter-spacing: -.17px;
}

.xf-sub-top-menu-breadcrumb .xf-breadcrumb-item:after {
  content: ' > ';
  color: #141414;
}

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

/* 상품상세 상품 타이틀 */
.xepage-page .xe-brand-shop__detail-content .info-box {
  padding: 20px 0;
}

.xepage-page .xe-brand-shop__detail-content .detail-content-product-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.8px;
  color: #141414;
}

.xepage-page .xe-brand-shop__detail-content .title-box {
  padding-bottom: 20px;
}

.xepage-page .xe-brand-shop__detail-content .info-box-detail-text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  letter-spacing: -0.6px;
  color: #767676;
  word-break: break-all;
}

.xepage-page .xe-brand-shop__detail-content .xepage-table-column__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  letter-spacing: -0.2px;
  color: #484848;
}

.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: 3px 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.0277em;
  color: #9c9c9c;
}

.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.svg);
  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 .section-xepage-paging .xepage-paging-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.03px;
  color: #000000;
  margin: 0;
}

.xepage-page .section-xepage-paging .xepage-paging-item.xepage-paging-item--prev {
  display: none;
}

.xepage-page .section-xepage-paging .xepage-paging-item.xepage-paging-item--active {
  background-color: transparent;
  color: #000;
  border-radius: 0;
  text-decoration: underline;
}

.xepage-page .section-xepage-paging .xepage-paging-item:hover {
  text-decoration: underline;
}

.xepage-page .section-xepage-paging .xepage-paging-item:hover.xepage-paging-item--active {
  color: #000;
}

.xepage-page .xepage-product-notice {
  padding: 15px 10px;
  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;
}

/* 상품상세 별점 &리뷰 */
.product-detail-review {
  margin-bottom: 16px;
  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: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  background-image: url(../img/icon_star.svg);
}

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

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

/* 상품상세 상품 상단 가격 정보 영역 */
.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 .text-muted {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54;
  letter-spacing: -0.4px;
  color: #aeaeae !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  #ff5630;
  color: #ff5630;
  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: #ff5630;
}

/* 상품상세 공유, 찜 */
.product-detail-function-content {
  border-top: 1px solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}

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

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

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

.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: 8px 15px;
}

.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: 100% !important;
  margin: 0;
}

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

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

.xepage-shopping .section-xepage-item-nav .nav {
  width: 100%;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ececec;
}

.xepage-shopping .section-xepage-item-nav .nav li + li {
  border-left: solid 1px #ececec;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item {
  width: 25%;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item.active .nav-link {
  background-color: #141414;
  color: #fff;
}

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

.xepage-shopping .section-xepage-item-nav .nav .nav-item .nav-link {
  font-size: 14px;
  letter-spacing: -0.4px;
  text-align: center;
  line-height: 20px;
  color: #767676;
  background-color: #f8f8f8;
  padding: 8px 4px 10px;
}

.xepage-shopping .section-xepage-item-nav .nav .nav-item .nav-link em {
  margin-top: 0;
  color: #767676;
  font-size: 13px;
  font-weight: 400;
}

.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;
}

/* 상품상세 탭 상세정보 */
.section-xepage-shopping-detail {
  position: relative;
  border-bottom: 8px solid #f8f8f8;
  margin: 25px -15px 0;
}

.section-xepage-shopping-detail .shopping-detail-content-inner {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 24px;
  height: 700px;
  overflow: hidden;
}

.section-xepage-shopping-detail .shopping-detail-content-inner::after {
  content: '';
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(255, 255, 255, 0)), color-stop(77%, #fff));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 16%, #fff 77%);
}

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

.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;
}

.product-detail-fold .fold-btn {
  border: solid 1px #484848;
  border-radius: 5px;
  font-size: 15px;
  width: 100%;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #141414;
  display: block;
  text-align: center;
  padding: 13px;
  background-color: #fff;
}

.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 {
  border-top: 1px solid #ececec;
  -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;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .option-detail__option-box {
  padding: 20px 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;
}

.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: #f8f8f8;
  padding: 15px;
}

.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: 10px;
}

.xepage-shopping .section-xepage-shopping-option-detail.open .xepage-option-item .xepage-button__remove {
  top: 15px;
  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: 4px;
}

.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 .option-detail__payment .option-detail__payment-button-box.option-detail__payment-button-box--buy {
  padding: 8px 5px;
}

.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 {
  margin: 0 3px;
  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.payment-button-step2 {
  background-color: #ff5630;
  border-color: #ff5630;
}

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

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

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

.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: 8px;
}

.xepage-shopping .option-select-dropdown-wrap .select-box-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e0e0e0;
  width: 100%;
  background-color: #ffff;
  text-align: left;
  padding: 9px 12px 10px 15px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: -0.2px;
  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 #767676;
}

.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: absolute;
  top: 40px;
  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;
}

@media (min-width: 768px) {
  .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: 10px;
  }
  .xepage-shopping .section-xepage-product-slide .slick-dots > li {
    height: auto !important;
    max-width: 14.4%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.4%;
    flex: 0 0 14.4%;
  }
  .xepage-shopping .section-xepage-product-slide .slick-dots > li.slick-active::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border: 1.5px solid #141414;
  }
  .xepage-shopping .section-xepage-product-slide .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -58px;
    -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: 135%;
  }
  .xepage-shopping .section-xepage-product-slide .slide-img__box-inner .slide-img {
    padding-top: 135%;
  }
  .xepage-shopping .section-xepage-border--top {
    padding-top: 0px;
  }
  .xepage-shopping .section-xepage-product-slide {
    margin: 0;
  }
  .xepage-shopping .xe-brand-shop-top-detail {
    margin: 0 -30px;
    padding-bottom: 72px;
    border-bottom: none;
  }
  .xepage-shopping .xe-brand-shop-top-detail .col-md-6 {
    padding: 0 30px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box {
    padding: 32px 0;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .option-notice {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: -0.2px;
    color: #141414;
    margin-bottom: 12px;
  }
  .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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 31px 0 3px;
  }
  .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 .price-item {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.29px;
    color: #141414;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item {
    position: relative;
    border-radius: 5px;
    background-color: #f8f8f8;
    padding: 15px;
  }
  .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-size: 14px;
    font-weight: 400;
    color: #484848;
    letter-spacing: -0.2px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .xepage-shopping .section-xepage-shopping-option-detail .option-detail__option-box .xepage-option-item .xepage-button__remove {
    top: 15px;
    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 {
    margin-bottom: 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;
  }
  .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 .product-detail-function-content {
    display: none;
  }
  .xepage-shopping .section-xepage-item-nav-wrap {
    padding: 0;
  }
  .xepage-shopping .section-xepage-item-nav {
    margin: 0;
  }
  .xepage-shopping .section-xepage-item-nav .nav .nav-item .nav-link {
    padding: 13px 4px 15px;
  }
  .xepage-shopping .is-sticky .section-xepage-item-nav {
    padding: 0;
  }
  .xepage-shopping .section-xepage-title {
    margin-top: 70px;
  }
  .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 .select-dropdown-box {
    max-height: 320px;
  }
  .container-layout .xepage-shopping.xe-brand-shop-container.xe-brand-shop-container {
    margin-top: 41px;
  }
  .xepage-page .xe-brand-shop__detail-content .title-box {
    padding-bottom: 32px;
  }
  .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-top .btn-share-wrap {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    margin-top: 6px;
    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 .detail-content-top .btn-share-wrap:hover .share-icon {
    background-image: url(../img/icon-share-on.svg);
  }
  .xepage-page .xe-brand-shop__detail-content .detail-content-product-name {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.46;
    letter-spacing: -1px;
    color: #141414;
  }
  .xepage-page .xe-brand-shop__detail-content .info-box {
    padding: 32px 0;
  }
  .xepage-page .section-xepage-table-column .row > div {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.54;
    letter-spacing: -0.2px;
    color: #141414;
    border-right: none !important;
  }
  .xepage-page .section-xepage-table-column .xepage-table-column__title {
    color: #141414;
    padding: 13px 32px;
  }
  .xepage-page .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .xepage-table-column__title {
    padding: 13px 32px;
  }
  .xepage-page .section-xepage-table-column.section-xepage-table-column--no-border-lr .row .xepage-table-column__text {
    padding: 13px 24px;
  }
  .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;
  }
  .product-detail-review {
    margin-bottom: 20px;
  }
  .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: 62px 0;
  }
  .section-xepage-shopping-detail .shopping-detail-content-info {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .xe-share-pop-wrap .modal-dialog {
    max-width: 410px;
    margin: 0 auto;
  }
  .product-detail-fold {
    display: none;
  }
  .section-xepage-shopping-detail {
    border-bottom: 0;
  }
  .section-xepage-shopping-detail .shopping-detail-content-inner {
    height: auto;
  }
}

.container-layout .xepage-shopping.xepage-shopping {
  padding-left: 15px;
  padding-right: 15px;
}

.container-layout .xepage-shopping.xe-brand-shop-container {
  margin-top: -40px;
  padding-left: 15px;
  padding-right: 15px;
}

/* product show end */
