/* ===========================================================
  ★★★★★★ 통합몰 헤더 영역(가맹점몰하고 다름) ★★★★★★
=========================================================== */

/* ===========================================================
  (통합)카테고리 메뉴
=========================================================== */
.unified-main-bar .container-1280{position: relative; z-index: 1000;}
#unifiedMegaMenu{
  /* position: absolute; top: 100%; left: 0.9375rem;  */
  position: absolute; top: 87px; left: 0.9375rem; 
  margin-left: 0; 
  width: auto; min-width: 440px;
  background-color: #fff; 
  border: 1px solid #e2e2e2;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  display: none; z-index: 887; overflow: hidden;
}

#unifiedMegaMenu.active{display: block !important;}
.mega-menu-inner{display: flex; width: 100%; height: 450px;}

.menu-column{flex: 1; height: 100%; border-right: none; margin-right: 0; overflow-y: auto;}
.menu-column.depth-1{background-color: #ffffff; border-right: 1px solid #e2e2e2; flex: 0 0 220px;}
.menu-column.depth-2{background-color: #fff; border-right: 1px solid #e2e2e2; flex: 0 0 220px;}
.menu-column.depth-3{background-color: #fff; border-right: none; flex: 0 0 auto;}
.menu-column:last-child{border-right: none; margin-right: 0;}
.d3-group{display: none; width: 220px;}

.menu-column ul{list-style: none; margin: 0;}
.d1-item a, .d2-item a, .depth-3 li a{
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 25px; color: #333;
  font-size: 15px; transition: all 0.2s;
}
.d1-item.active, .d2-item:hover, .depth-3 li:hover{background-color: #FDF2F7;}
.d2-item.active{background-color: #FDF2F7; font-weight: bold;}
.d1-item.active a, .d2-item.active a{color: #D41367; font-weight: 600;}

.d2-group, .d3-group{display: none;}
.d2-group.active, .d3-group.active{display: block;}

.menu-column::-webkit-scrollbar{width: 5px;}
.menu-column::-webkit-scrollbar-thumb{background: #e2e2e2; border-radius: 10px;}



/* ===========================================================
  BEST Product
  통합몰 BEST Product 영역 (3:4 비율)
=========================================================== */
.integrated-best .flat-title, .integrated-new .flat-title{align-items: flex-start !important; margin-bottom: 20px !important;}
.integrated-best .tf-sw-product-sell .swiper-slide::before{content: none !important; display: none !important;}

/* ===========================================================
  NEW Product
=========================================================== */
.flat-spacing-5.integrated-new{padding: 1rem 0 5.3125rem 0 !important;}





/* ===========================================================
  추가 반응형
=========================================================== */
@media (max-width: 61.99875rem){ /* (max-width: 991.98px) */
  .tf-slideshow{margin-top: 100px;}
  
}