@charset "utf-8";

/* rb.latest.thumb_t.news — 썸 상단 + 본문 하단(.rb_latest_tl_news_top / .bbs_main_wrap_thumb_top_news_con) */

/* 모듈 폭 안에서만 배치 + 더보기를 목록 텍스트열(ul2) 우측과 동일선상(우 padding 16px) */
.rb_latest_tl_news_top {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  /* skew 카테고리 좌측이 잘리지 않도록(썸·제목과 좌측 정렬 유지) */
  overflow: visible;
}
/* 테마 Swiper 가 리스트에 % 폭을 줄 때 부모 min-width 로 넘치지 않게 */
.rb_latest_tl_news_top.bbs_main {
  min-width: 0;
  max-width: 100%;
}
.rb_latest_tl_news_top .rb_swiper,
.rb_latest_tl_news_top .rb_swiper_inner,
.rb_latest_tl_news_top .rb-swiper-wrapper {
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}
.rb_latest_tl_news_top .rb-swiper-slide > .rb_swiper_list,
.bbs_main_wrap_thumb_top_news_con .rb_swiper_list {
  min-width: 0;
  max-width: 100%;
}
/* Swiper 기본·테마 flex 가 슬라이드 높이를 잘못 잡아 다음 항목과 겹칠 때 대비 */
.rb_latest_tl_news_top .rb_swiper_inner,
.rb_latest_tl_news_top .rb_swiper .swiper-wrapper {
  height: auto !important;
}
.rb_latest_tl_news_top .rb-swiper-slide.swiper-slide {
  height: auto !important;
  align-items: flex-start;
  align-content: flex-start;
  overflow: visible;
}
.rb_latest_tl_news_top .rb-swiper-slide > .rb_swiper_list {
  height: auto !important;
}
/* 인라인 display:block 은 flex 를 막아 더보기가 제목 아래로 내려감 → 클래스로 숨김만 처리 */
.rb_latest_tl_news_top .bbs_main_wrap_tit {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  /* 우측 여백 최소화(더보기·제목과 리스트 정렬) */
  padding-right: 12px !important;
  list-style: none;
}
.rb_latest_tl_news_top .bbs_main_wrap_tit.rb_latest_tl_tit_hide {
  display: none !important;
}
.rb_latest_tl_news_top .bbs_main_wrap_tit_l {
  float: none !important;
  flex: 1 1 auto;
  min-width: 0;
}
.rb_latest_tl_news_top .bbs_main_wrap_tit_l h2 {
  overflow-wrap: anywhere;
  word-break: keep-all;
}
.rb_latest_tl_news_top .bbs_main_wrap_tit_r {
  float: none !important;
  flex: 0 0 auto;
}
/* 더보기: 회색 텍스트 + > (테마 pill 버튼 무시) */
.rb_latest_tl_news_top .bbs_main_wrap_tit .more_btn_plain {
  height: auto;
  min-height: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: #777;
  padding: 0;
  margin-left: 0;
  font-size: 12px;
  font-weight: 300;
  font-family: inherit;
  line-height: 1.35;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.rb_latest_tl_news_top .bbs_main_wrap_tit .more_btn_plain:hover {
  color: #333;
  border-color: transparent;
}
.rb_latest_tl_news_top .bbs_main_wrap_tit .more_btn_plain .more_btn_chev {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1;
  opacity: 0.95;
}
.rb_latest_tl_news_top .bbs_main_wrap_tit .cb {
  display: none !important;
}

@media all and (max-width: 1024px) {
  .rb_latest_tl_news_top .bbs_main_wrap_tit {
    padding-left: 16px;
    padding-right: 12px !important;
    flex-wrap: wrap;
  }
}

/* PC: 더보기 > 를 화면 우측에서 약 20px 안쪽으로 */
@media all and (min-width: 1025px) {
  .rb_latest_tl_news_top .bbs_main_wrap_tit {
    padding-right: 32px !important;
  }
}

/* 썸네일 상단 전체폭 + 본문 하단(가로형 thumb_w 와 구분) */
.bbs_main_wrap_thumb_top_news_con {
  --rb-tl-thumb-gap: 16px;
  box-sizing: border-box;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.bbs_main_wrap_thumb_top_news_con dd {position: relative;}
.bbs_main_wrap_thumb_top_news_con dd:last-child {margin-bottom: 0px;}

/* 최신글 행 간격 (swiper: rb_swiper_list 가 rb-swiper-slide 안으로 이동) */
.bbs_main_wrap_thumb_top_news_con .rb_swiper_list {
  margin-bottom: 15px;
  overflow: visible;
}
.bbs_main_wrap_thumb_top_news_con .rb-swiper-slide:last-child .rb_swiper_list:last-child,
.bbs_main_wrap_thumb_top_news_con .rb-swiper-wrapper > .rb_swiper_list:last-child {
  margin-bottom: 0;
}

.bbs_main_wrap_thumb_top_news_con .rb_latest_tl_row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  gap: var(--rb-tl-thumb-gap);
  box-sizing: border-box;
  position: relative;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}
/* 썸네일 미사용: flex 행 해제 */
.bbs_main_wrap_thumb_top_news_con .rb_latest_tl_row.rb_latest_tl_no_thumb {
  display: block;
}
.bbs_main_wrap_thumb_top_news_con .rb_latest_tl_row.rb_latest_tl_no_thumb .rb_latest_news_body {
  min-height: 0 !important;
  justify-content: flex-start !important;
}

/* 테마 .bbs_main_wrap_con .bbs_main_wrap_con_ul1 { position:absolute } 와 충돌 시에도 흐름 유지 */
.bbs_main.rb_latest_tl_news_top .bbs_main_wrap_thumb_top_news_con ul.bbs_main_wrap_con_ul1 {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
}
/* 썸: 상단 전체폭, 3:2 비율 */
.bbs_main_wrap_thumb_top_news_con .bbs_main_wrap_con_ul1 {
  position: static;
  flex: 0 0 auto;
  align-self: stretch;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  display: block;
}
.bbs_main_wrap_thumb_top_news_con .bbs_main_wrap_con_ul1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.bbs_main_wrap_thumb_top_news_con .bbs_main_wrap_con_ul1 img {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.35s ease;
  will-change: transform;
}
.bbs_main_wrap_thumb_top_news_con .rb_latest_tl_row:hover .bbs_main_wrap_con_ul1 img {
  transform: scale(1.05);
}
/* 본문: 썸 아래 — 하단 여백으로 우측 최신글 리스트와 시각적 높이 맞춤 */
.bbs_main_wrap_thumb_top_news_con .rb_latest_news_body {
  flex: 0 1 auto;
  min-width: 0;
  width: 100%;
  padding: 4px 0 18px 0;
  min-height: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  overflow: visible;
}

.bbs_main_wrap_thumb_top_news_con .rb_news_cat {
  margin: 0 0 8px 0;
  overflow: visible;
}
/* 카테고리: rb.latest.thumb_w.news 와 동일 텍스트·패딩 규칙, 뱃지 형태만 transform-origin 유지 */
.bbs_main_wrap_thumb_top_news_con .rb_news_cat_link {
  display: inline-flex;
  align-items: stretch;
  text-decoration: none;
  line-height: 1;
}
.bbs_main_wrap_thumb_top_news_con .rb_news_cat_txt {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  margin-right: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  transform: skewX(-18deg);
  transform-origin: bottom left;
  border-radius: 2px;
}
.bbs_main_wrap_thumb_top_news_con .rb_news_cat_lbl {
  display: inline-block;
  transform: skewX(18deg);
}
.bbs_main_wrap_thumb_top_news_con .rb_news_cat_txt::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: -8px;
  width: 2px;
  background: #fff;
  transform: skewX(-18deg);
  opacity: 0.95;
  pointer-events: none;
}
.bbs_main_wrap_thumb_top_news_con .rb_news_cat_link:hover .rb_news_cat_txt { filter: brightness(0.96); }

.bbs_main_wrap_thumb_top_news_con .rb_news_head { min-width: 0; margin: 0; }
.bbs_main_wrap_thumb_top_news_con .rb_news_body_nocat .rb_news_head { margin-top: 0; }
.bbs_main_wrap_thumb_top_news_con .rb_news_title {
  margin: 0;
  margin-block: 0;
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: -0.2px;
  min-width: 0;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.bbs_main_wrap_thumb_top_news_con .rb_news_title a {
  color: #111;
  text-decoration: none;
  flex: 1 1 auto;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.bbs_main_wrap_thumb_top_news_con .rb_news_title a:hover {
  text-decoration: none !important;
  color: var(--rb-main-color, #AA20FF) !important;
}
.bbs_main_wrap_thumb_top_news_con .rb_news_title img,
.bbs_main_wrap_thumb_top_news_con .rb_news_title i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  flex-shrink: 0;
}
.bbs_main_wrap_thumb_top_news_con .rb_news_title .title_icon { max-height: 18px; width: auto; }

.bbs_main_wrap_thumb_top_news_con .rb_news_meta {
  display: flex;
  gap: 0;
  align-items: center;
  margin-top: 10px;
  padding: 6px 0 12px;
  color: #777;
  font-size: 14px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.bbs_main_wrap_thumb_top_news_con .rb_news_meta_item { display: inline-flex; gap: 6px; align-items: center; }
/* 메타 줄 카테고리 텍스트(뱃지 대신) — 작성일·조회와 동일 줄, 구분선은 기존 ::after */
.bbs_main_wrap_thumb_top_news_con .rb_news_meta_cat .rb_news_meta_cat_link {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}
.bbs_main_wrap_thumb_top_news_con .rb_news_meta_cat .rb_news_meta_cat_link:hover {
  color: var(--rb-main-color, #AA20FF);
}
.bbs_main_wrap_thumb_top_news_con .rb_news_meta_item:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  color: rgba(0, 0, 0, 0.14);
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  user-select: none;
}
.bbs_main_wrap_thumb_top_news_con .rb_news_meta_item img { width: 14px; height: 14px; opacity: 0.7; }
.bbs_main_wrap_thumb_top_news_con .rb_news_meta_item .rb_news_ico { display: inline-flex; color: #777; opacity: 0.85; }
.bbs_main_wrap_thumb_top_news_con .rb_news_meta_item .rb_news_ico svg { display: block; }

.bbs_main_wrap_thumb_top_news_con .rb_news_sep {
  display: block;
  width: 100%;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin: 4px 0 14px !important;
  padding: 0 !important;
  height: 0;
  opacity: 1;
}

.bbs_main_wrap_thumb_top_news_con .rb_news_excerpt {
  margin: 4px 0 0 !important;
  margin-block-end: 0 !important;
  padding: 0 !important;
  font-size: 15px;
  line-height: 1.62;
  color: #2b2b2b;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

/* 태블릿·좁은 PC */
@media all and (max-width: 1024px) and (min-width: 641px) {
  .bbs_main_wrap_thumb_top_news_con {
    --rb-tl-thumb-gap: 14px;
  }
  .bbs_main_wrap_thumb_top_news_con .rb_latest_tl_row {
    padding-bottom: 12px;
  }
}

@media all and (max-width: 1024px) {
  .bbs_main_wrap_thumb_top_news_con .rb_news_title { font-size: 26px; line-height: 1.32; }
  .bbs_main_wrap_thumb_top_news_con .rb_news_cat { margin-bottom: 12px; }
  .bbs_main_wrap_thumb_top_news_con .rb_news_meta { margin-top: 8px; padding: 5px 0 10px; }
  .bbs_main_wrap_thumb_top_news_con .rb_news_meta_item:not(:last-child)::after { margin: 0 8px; }
  .bbs_main_wrap_thumb_top_news_con .rb_news_sep { margin: 2px 0 12px !important; }
  .bbs_main_wrap_thumb_top_news_con .rb_news_excerpt { font-size: 14px; line-height: 1.58; -webkit-line-clamp: 3; margin-top: 6px; }
  /* 결합형(좌 대표+우 목록): 좌측 추출문 = 우측 .bbs_main_wrap_con_cont a(15px·#666) */
  .rb_latest_thumb_news_combo .bbs_main_wrap_thumb_top_news_con .rb_news_excerpt {
    font-size: 15px;
    line-height: 1.55;
    color: #666;
  }
  .bbs_main_wrap_thumb_top_news_con .rb_latest_news_body { padding-bottom: 16px; }
}

/* 모바일: 썸 상단 전체폭 카드 + 본문 하단 — 옆에 쪼그만 썸·큰 빈칸 방지 */
@media all and (max-width: 640px) {
  /* skew 뱃지 좌측이 모듈 overflow:hidden·swiper_inner 에 잘리지 않게 */
  .rb_latest_tl_news_top {
    overflow: visible;
  }
  .rb_latest_tl_news_top .rb_swiper .rb_swiper_inner {
    overflow: visible !important;
  }
  .rb_latest_tl_news_top .rb_swiper .swiper-wrapper {
    overflow: visible !important;
  }
  .bbs_main_wrap_thumb_top_news_con {
    --rb-tl-thumb-gap: 12px;
  }
  /* 모바일: 본문 카드형에서 제목 가독성 */
  .bbs_main_wrap_thumb_top_news_con .rb_news_title {
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: -0.35px;
  }
  .bbs_main_wrap_thumb_top_news_con .rb_swiper_list {
    position: relative;
    z-index: 0;
    display: flow-root;
    overflow: visible;
    margin-bottom: 6px;
  }
  /* 한 슬라이드에 2건일 때 테마 인라인 gap 보다 세로 간격만 좁힘 */
  .rb_latest_tl_news_top .rb-swiper-slide.swiper-slide {
    row-gap: 6px !important;
  }
  .bbs_main_wrap_thumb_top_news_con .rb_latest_tl_row {
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    gap: var(--rb-tl-thumb-gap);
    padding-bottom: 6px;
    overflow: visible;
  }
  .bbs_main_wrap_thumb_top_news_con .bbs_main_wrap_con_ul1 {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    /* PC·태블릿과 동일 비율(3:2), 폭만 100% */
    aspect-ratio: 3 / 2;
  }
  .bbs_main_wrap_thumb_top_news_con .rb_latest_news_body {
    /* flex:1 1 0 + line-clamp 조합이 일부 모바일에서 본문 높이가 과소 계산되는 경우 방지 */
    flex: none;
    flex-grow: 0;
    flex-shrink: 0;
    min-height: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 0 14px 0;
    overflow: visible;
  }
  .rb_latest_thumb_news_combo .bbs_main_wrap_thumb_top_news_con .rb_news_excerpt {
    font-size: 15px;
    line-height: 1.55;
    color: #666;
  }
}

/* -------------------------------------------------------------------------- */
/* rb.latest.thumb_news — 좌(thumb_t) + 우(thumb_h) 결합 + 우측 목록 스타일     */
/* -------------------------------------------------------------------------- */

/* 모듈 폭 밖으로만 paint 차단(내부 리스트·absolute 썸은 visible 유지) */
.rb_latest_thumb_news_combo {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.module_display_wrap:has(.rb_latest_thumb_news_combo),
.display_radius:has(.rb_latest_thumb_news_combo) {
  overflow: visible;
}

.rb_latest_thumb_news_combo .rb_thumb_news_combo_body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 28px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow: visible;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_left {
  flex: 1 1 0;
  min-width: 0;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right {
  flex: 0 0 38%;
  max-width: 420px;
  min-width: 0;
  width: 38%;
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 0;
  overflow: visible;
}
/* 우측 목록 상단 = 좌측 썸네일 상단과 동일 선(모듈 타이틀 아래 기준) */
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con.rb_thumb_news_combo_right_list {
  margin-top: 0;
  padding-top: 0;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb_swiper,
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb_swiper_inner,
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb-swiper-wrapper {
  margin-top: 0;
  padding-top: 0;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_left .bbs_main_wrap_thumb_top_news_con .rb_thumb_news_featured_slide {
  margin-bottom: 0;
}
/* 좌측 대표 썸네일만 1px 테두리 */
.rb_latest_thumb_news_combo .rb_thumb_news_combo_left .bbs_main_wrap_thumb_top_news_con .bbs_main_wrap_con_ul1 img {
  border: 1px solid #d0d4d8;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
  .bbs_main_wrap_thumb_top_news_con .bbs_main_wrap_con_ul1 img,
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_ul1 img {
    transition: none;
  }
  .bbs_main_wrap_thumb_top_news_con .rb_latest_tl_row:hover .bbs_main_wrap_con_ul1 img,
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb_swiper_list:hover .bbs_main_wrap_con_ul1 img {
    transform: none;
  }
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_nodata {
  padding: 20px 0;
  box-sizing: border-box;
}

@media all and (max-width: 1024px) {
  .rb_latest_thumb_news_combo {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_body {
    flex-direction: column;
    gap: 22px;
    width:100%;
    max-width:100%;
    padding-left:0 !important;
    padding-right:0 !important;
    box-sizing:border-box;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right {
    flex: 1 1 auto;
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_left {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
}

/* thumb_left — 우측 목록열 (rb.latest.thumb_left 와 동일 레이아웃·타이포) */
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right.rb_latest_thumb_right,
.rb_latest_thumb_right.bbs_main {
  min-width: 0;
  max-width: 100%;
}
.rb_latest_thumb_right .rb_swiper,
.rb_latest_thumb_right .rb_swiper_inner,
.rb_latest_thumb_right .rb-swiper-wrapper {
  min-width: 0;
  max-width: 100%;
}
.rb_latest_thumb_right .rb-swiper-slide > .rb_swiper_list,
.rb_latest_thumb_right .bbs_main_wrap_thumb_left_con .rb_swiper_list {
  min-width: 0;
  max-width: 100%;
}
.rb_latest_thumb_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_ul2 {
  min-width: 0;
}

.rb_latest_thumb_right .bbs_main_wrap_tit .more_btn_plain {
  height: auto;
  min-height: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
  color: #777;
  padding: 0;
  margin-left: 0;
  font-size: 12px;
  font-weight: 300;
  font-family: inherit;
  line-height: 1.35;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.rb_latest_thumb_right .bbs_main_wrap_tit .more_btn_plain:hover {
  color: #333;
  border-color: transparent;
}
.rb_latest_thumb_right .bbs_main_wrap_tit .more_btn_plain .more_btn_chev {
  font-size: 0.9em;
  font-weight: 300;
  line-height: 1;
  opacity: 0.95;
}

.rb_latest_thumb_news_combo .rb_thumb_news_combo_right_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* rb.latest.thumb_left 타이포 — 우측 컬럼 목록 (텍스트 좌 / 썸 우) */
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con {
  box-sizing: border-box;
  width: 100%;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con dd {
  position: relative;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con dd:last-child {
  margin-bottom: 0;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_ul1 {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_ul1 img {
  width: 115px;
  height: 95px;
  border-radius: 10px;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 0.35s ease;
  will-change: transform;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb_swiper_list:hover .bbs_main_wrap_con_ul1 img {
  transform: scale(1.05);
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_ul2 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding-left: 0;
  padding-right: 144px;
  min-height: 95px;
  box-sizing: border-box;
  overflow: visible;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_subj {
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_cont {
  font-size: 14px;
  color: #666;
  word-break: keep-all;
  margin-top: 13px;
  min-height: 32px;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_cont a {
  color: #666;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  transition: color 0.25s ease;
}
/* 본문: 호버·행 호버 시에도 색상 유지 (#666) */
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_cont a:hover,
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb_swiper_list:hover .bbs_main_wrap_con_cont a {
  color: #666 !important;
  text-decoration: none !important;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_info {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_writer {
  margin-top: 10px;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_writer span {
  display: inline-block;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .prof_tiny_image img {
  width: 30px;
  height: auto;
  border-radius: 50%;
  margin-right: 5px;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .prof_tiny_name {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  margin-right: 10px;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_list_label {
  line-height: 17px;
  font-size: 11px;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_list_label.label1 { background-color: #FFC700; color: #fff; }
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_list_label.label2 { background-color: #00A3FF; color: #fff; }
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_list_label.label3 { background-color: #8ED100; color: #fff; }
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_list_label.label4 { background-color: #AA20FF; color: #fff; }
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_list_label.label5 { background-color: #25282B; color: #fff; }
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_list_label.label6 { background-color: #D6DCE0; color: #000; }
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con a.cut_subj {
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  max-width: 100%;
  box-sizing: border-box;
  color: #111;
  text-decoration: none;
  transition: color 0.25s ease;
}
/* 우측 목록: 제목 링크에만 호버 강조색 (본문·행 호버 시 제목 색 변경 없음) */
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con a.cut_subj:hover {
  text-decoration: none !important;
  color: var(--rb-main-color, #AA20FF) !important;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_list_label_inline {
  display: inline-block;
  font-size: 9px;
  line-height: 100%;
  padding: 4px 5px;
  vertical-align: middle;
  margin-top: -4px;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .comments_span {
  font-size: 14px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  line-height: 100%;
}

/* 우측 목록: Swiper slide gap(md_gap) + margin-bottom 이중 여백 방지 */
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .rb-swiper-slide.swiper-slide {
  row-gap: 8px !important;
  column-gap: 8px !important;
  gap: 8px !important;
}
/* head.sub html.rb-swiper-boot: .rb_swiper_inner opacity:0 + 최대 3초 대기 — 우측 목록만 부트 중에도 표시 */
html.rb-swiper-boot .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .rb_swiper .rb_swiper_inner {
  opacity: 1 !important;
}
html.rb-swiper-boot .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .rb_swiper::after {
  display: none !important;
}
/* 우측 목록: Swiper pending·overflow로 absolute 썸네일이 잘리거나 깜빡이는 현상 방지 */
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .rb_swiper.rb-swiper-pending .rb_swiper_inner {
  visibility: visible;
  opacity: 1;
}
/* Swiper 초기화 전 항목·본문이 한곳에 겹치거나 가로로 밀리는 현상 완화 */
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .rb_swiper.rb-swiper-pending .rb-swiper-wrapper {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  height: auto !important;
  transform: none !important;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .rb_swiper.rb-swiper-pending .rb-swiper-slide.swiper-slide {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .rb-swiper-slide.swiper-slide {
  overflow: visible !important;
  align-items: flex-start;
  height: auto !important;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb_swiper_list {
  margin-bottom: 0 !important;
  box-sizing: border-box;
  position: relative;
  min-height: 95px;
  min-width: 0;
  max-width: 100%;
  width: 100% !important;
  overflow: visible;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_ul1 {
  z-index: 2;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb-swiper-slide:last-child .rb_swiper_list:last-child,
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb-swiper-wrapper > .rb_swiper_list:last-child {
  margin-bottom: 0 !important;
}
/* 항목 내부(제목·본문·메타) 세로 간격 축소 */
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_cont {
  margin-top: 8px;
  min-height: 0;
}
.rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_info {
  margin-top: 3px;
}

@media all and (max-width: 1024px) {
  .rb_latest_thumb_right .bbs_main_wrap_tit {
    display: flex !important;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    box-sizing: border-box;
    list-style: none;
  }
  .rb_latest_thumb_right .bbs_main_wrap_tit_l,
  .rb_latest_thumb_right .bbs_main_wrap_tit_r {
    float: none !important;
  }
  .rb_latest_thumb_right .bbs_main_wrap_tit_l {
    flex: 1 1 auto;
    min-width: 0;
  }
  .rb_latest_thumb_right .bbs_main_wrap_tit_l h2 {
    overflow-wrap: anywhere;
    word-break: keep-all;
  }
  .rb_latest_thumb_right .bbs_main_wrap_tit_r {
    flex: 0 0 auto;
  }
  .rb_latest_thumb_right .bbs_main_wrap_tit .cb {
    display: none !important;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb_swiper_list {
    min-height: 88px;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_ul1 img {
    width: 88px;
    height: 88px;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_ul2 {
    padding-right: 102px;
    padding-left: 0;
    min-height: 88px;
  }
}

/* 모바일: 우측 목록 — 순정 thumb_left 타이포·여백(전역 .rb_swiper_inner) */
@media all and (max-width: 640px) {
  .rb_latest_thumb_news_combo {
    width: 100%;
    max-width: 100%;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_body,
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_left,
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right,
  .rb_latest_thumb_news_combo .bbs_main_wrap_thumb_top_news_con {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .rb_latest_thumb_news_combo .bbs_main_wrap_thumb_top_news_con .rb_latest_news_body {
    padding: 4px 0 14px 0;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .rb_swiper_list {
    min-height: 96px;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_ul1 img {
    width: 96px;
    height: 96px;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_ul2 {
    padding-right: 112px;
    padding-left: 0;
    min-height: 96px;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .rb-swiper-slide.swiper-slide {
    row-gap: 6px !important;
    gap: 6px !important;
  }
}

/* Tablet tuning: keep the stacked layout but scale typography up from mobile defaults. */
@media all and (min-width: 641px) and (max-width: 1024px) {
  .rb_latest_thumb_news_combo .bbs_main_wrap_thumb_top_news_con .rb_news_title {
    font-size: 44px !important;
    line-height: 1.28;
    letter-spacing: -0.25px;
  }
  .rb_latest_thumb_news_combo .bbs_main_wrap_thumb_top_news_con .rb_news_meta,
  .rb_latest_thumb_news_combo .bbs_main_wrap_thumb_top_news_con .rb_news_meta_cat .rb_news_meta_cat_link,
  .rb_latest_thumb_news_combo .bbs_main_wrap_thumb_top_news_con .rb_news_meta_item {
    font-size: 15px;
  }
  .rb_latest_thumb_news_combo .bbs_main_wrap_thumb_top_news_con .rb_news_excerpt {
    font-size: 15px;
    line-height: 1.55;
    color: #666;
  }
}

/* Tablet preview panes can report a desktop-ish CSS width; keep titles enlarged there too. */
@media all and (min-width: 1025px) and (max-width: 1280px) {
  .rb_latest_thumb_news_combo .bbs_main_wrap_thumb_top_news_con .rb_news_title {
    font-size: 48px !important;
    line-height: 1.28;
    letter-spacing: -0.25px;
  }
  .rb_latest_thumb_news_combo .rb_thumb_news_combo_right .bbs_main_wrap_thumb_left_con .bbs_main_wrap_con_subj {
    font-size: 20px;
  }
}
