/***************************
  공통
***************************/
/* 상품목록 2열 */
.list-row-2 {
  display: inline-grid;
  grid-template-rows: repeat(2, auto);
  grid-auto-flow: column;
  column-gap: 1.1vw; /* 4 */
  row-gap: 4.4vw; /* 16 */
  padding-right: 0.5555555556vw; /* 2 */
}
.list-row-2-item {
  width: 28.5vw !important;
  min-height: 64.2vw;
}
.list-row-2-item .tile-body {
  margin-right: 2.22vw; /* 8 */
}
/* 레이아웃 */
.container-sm {
  padding: 0 4.16vw;
}
/* 비디오 */
/* .spot-visual.st-video:has(.is-hide):after {
  content: none;
} */

/***************************
  기획전/매거진/이벤트
***************************/
/* 탭배너 코너 */
[data-component-pin="spc-mgz-evt-view"] .promotion-DSP_TAB_BANNER_GOD {
  margin-bottom: 11.2vw !important; /* 40 */
}
[data-component-pin="spc-mgz-evt-view"] .promotion-DSP_TAB_BANNER_GOD .tile-list .tile-brand {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
/* 기획전목록 */
.spot-dropdown.dropdown-window.st-sm {
  width: 44.44vw;
  max-width: 44.44vw;
}
.spot-dropdown.dropdown-window.st-sm .hole-item-horizon:not(:first-child) {
  margin-top: 4.45vw;
}
.spot-dropdown.dropdown-window.st-sm .hole-body {
  width: 100%;
  margin-left: 0;
}
.spot-dropdown.dropdown-window.st-sm .hole-body .hole-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.billboard-visual.pb-100-percent {
  height: auto;
  overflow: hidden;
}
.billboard-visual.pb-100-percent:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.billboard-visual.pb-100-percent img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.billboard-addon.col-6.m-sm:nth-of-type(2n) ~ .billboard-addon.col-6.m-sm {
  margin-top: 11.1vw;
}

/* 댓글 */
.article .article-text.st-br br {
  display: block;
}

/***************************
  팝업
***************************/
/* 쇼핑라이브 팝업 */
#cloud-shoplive-layer-modal-player { position: relative; z-index: 900; } /* modal: 9999 */

/***************************
  상품상세
***************************/
/* 공지사항 */
#dv_noti { margin-bottom: 11.112vw; }
/* 탭 */
.nav-scrollspy--viewgoods { margin-top: 0 !important; }
/* 상세정보 */
.view-goods-imgs { height: auto !important; max-height: 361.1111111111vw !important; }
.view-goods-imgs.active { max-height: none !important; }
/* 추천 */
.view-goods-img-recommend > div + div { margin-top: 5.5555555556vw; }
/* 코디 */
.horizon-product-carousel .tile-list .tile-item .tile-thumb {
  width: 16.67vw !important;
}
.horizon-product-carousel .tile-list .tile-item .tile-brand {
    font-size: 3.0555555556vw !important;
}

/***************************
  LNB
***************************/
/* 탑텐몰 */
.page-utility .utility-start[aria-label="TOPTEN"] .utility-label {
  margin-left: 0;
}
.lnb-header-topten { border-bottom: none !important; height: auto !important; }
.lnb-header-topten .utility-start { display: block !important; flex : 1; }
.lnb-header-topten .utility-start .gnb-search-container { padding: 1.1vw 0 1.1vw 5vw !important; } /* 5 0 5 18 */
.lnb-header-topten .modal-close { padding: 0 2vw 0 2vw !important; }
.lnb-header-topten .icon-x-page-utility { width: 9vw; height: 9vw; }
