/* life-info 전용 */
.left-ad .ad-card,
.right-ad .ad-card{
  min-height:300px;
}

/* ── 생활정보 내부 카테고리 서브 배너 (가로 배치, 낮은 높이) ── */
.catad-sub-desktop{
  display:block;
  width:100%;
  margin:10px 0 6px;
}
.catad-sub-desktop .catad-sub-stack{
  display:block;
  width:100%;
}
/* 가로 배너 카드 */
.catad-sub-desktop .catad-card{
  min-height:80px !important;
  height:80px !important;
  border-radius:12px !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  padding:0 !important;
}
/* 아이콘 영역 — 왼쪽 고정 */
.catad-sub-desktop .catad-icon{
  flex:0 0 64px !important;
  width:64px !important;
  height:80px !important;
  margin:0 !important;
  border-radius:12px 0 0 12px !important;
  background:rgba(0,0,0,.12) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.catad-sub-desktop .catad-icon svg{
  width:28px !important;
  height:28px !important;
}
/* 텍스트 영역 — 가로 배치 */
.catad-sub-desktop .catad-text{
  flex:1 1 0% !important;
  min-height:unset !important;
  height:80px !important;
  padding:0 14px 0 16px !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:10px !important;
  text-align:left !important;
}
.catad-sub-desktop .catad-text-body{
  display:flex;
  flex-direction:column;
  flex:1 1 0%;
  min-width:0;
  gap:2px;
}
.catad-sub-desktop .catad-title{
  font-size:14px !important;
  margin:0 !important;
  text-align:left !important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.catad-sub-desktop .catad-subtitle{
  font-size:13px !important;
  margin:0 !important;
  text-align:left !important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.catad-sub-desktop .catad-desc{
  display:none !important;
}
.catad-sub-desktop .catad-cta{
  flex:0 0 auto !important;
  margin-top:0 !important;
  height:26px !important;
  font-size:13px !important;
  white-space:nowrap !important;
}
/* 이미지 배너일 때 */
.catad-sub-desktop .catad-image-box{
  flex:0 0 120px !important;
  height:80px !important;
  border-radius:12px 0 0 12px !important;
  overflow:hidden !important;
}
.catad-sub-desktop .catad-image-box img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
/* 모바일에서는 숨김 (사이드 배너가 인라인으로 삽입되므로) */
@media(max-width:991px){
  .catad-sub-desktop{
    display:none;
  }
}

.catad-top-desktop .slider-card{
  background:linear-gradient(90deg,#ff7d3f 0%,#ff9961 100%);
}

.catad-mobile-top .slider-card{
  background:linear-gradient(90deg,#ff7d3f 0%,#ff9961 100%);
}
