/* ================================================
   sw_bbs2 - 풀하이트 카드 스와이퍼 (탭 ON/OFF, WSA_MAIN_04 스타일)
   ★ 모든 선택자에 .bbstab5 프리픽스 사용 (bbstab4 충돌 방지)
   ================================================ */

/* 100vw 브레이크아웃 가로 스크롤 방지 */
.bbstab5 {
  overflow: hidden;
}

/* 헤더 영역 (타이틀 + 더보기) */
.bbstab5 .sw_bbs1_header {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: clamp(16px, calc(1.56vw + 11px), 30px);
}

.bbstab5 .sw_bbs1_titles {
  width: 100%;
  float: left;
}

.bbstab5 .sw_bbs1_more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, calc(0.47vw + 6.5px), 14px);
  font-size: clamp(14px, calc(0.31vw + 13px), 18px);
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.bbstab5 .sw_bbs1_more:hover {
  color: var(--more-hover-color, var(--primary, #111827));
}

.bbstab5 .sw_bbs1_more:hover .sw_more_circle {
  background: var(--more-hover-color, var(--primary, #111827));
}

.bbstab5 .sw_bbs1_more:hover .sw_more_txt::after {
  background: var(--more-hover-color, var(--primary, #111827));
}

.bbstab5 .sw_bbs1_more .sw_more_txt {
  display: inline;
}

.bbstab5 .sw_bbs1_more .sw_more_txt::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9ca3af;
  margin-left: clamp(8px, calc(0.47vw + 6.5px), 14px);
  vertical-align: middle;
}

.bbstab5 .sw_bbs1_more .sw_more_circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, calc(1.09vw + 28.5px), 46px);
  height: clamp(32px, calc(1.09vw + 28.5px), 46px);
  border-radius: 50%;
  background: #1f2937;
  color: #fff;
  font-size: clamp(16px, calc(0.47vw + 14.5px), 22px);
  transition: background 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.bbstab5 .sw_bbs1_more:hover .sw_more_circle {
  transform: translateX(2px);
  will-change: transform;
}

/* hymore_wrap 기본 위치 (MORE 스타일 사용 시) - header 기준 */
.bbstab5 .sw_bbs1_header .hymore_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ================================================
   더보기 위치 프리셋 (data-more-pos) - sw_bbs1_header 기준
   ================================================ */

/* 제목 밑 */
.bbstab5 .sw_bbs1_header[data-more-pos="below"] .sw_bbs1_more,
.bbstab5 .sw_bbs1_header[data-more-pos="below"] .hymore_wrap {
  position: static;
  margin-top: clamp(8px, calc(0.47vw + 6.5px), 14px);
}

/* 우측 상단 */
.bbstab5 .sw_bbs1_header[data-more-pos="right_top"] .sw_bbs1_more,
.bbstab5 .sw_bbs1_header[data-more-pos="right_top"] .hymore_wrap {
  top: 0;
  bottom: auto;
}

/* 우측 중앙 */
.bbstab5 .sw_bbs1_header[data-more-pos="right_center"] .sw_bbs1_more,
.bbstab5 .sw_bbs1_header[data-more-pos="right_center"] .hymore_wrap {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.bbstab5 .sw_bbs1_header[data-more-pos="right_center"] .sw_bbs1_more:hover .sw_more_circle {
  transform: translateX(2px);
}

/* 우측 하단 (기본과 동일하지만 명시) */
.bbstab5 .sw_bbs1_header[data-more-pos="right_bottom"] .sw_bbs1_more,
.bbstab5 .sw_bbs1_header[data-more-pos="right_bottom"] .hymore_wrap {
  right: 0;
  bottom: 0;
  top: auto;
}

/* 커스텀 오프셋 (CSS변수 오버라이드) - header 기준 */
.bbstab5 .sw_bbs1_header[style*="--mt"] .sw_bbs1_more,
.bbstab5 .sw_bbs1_header[style*="--mt"] .hymore_wrap {
  top: var(--mt, auto);
}
.bbstab5 .sw_bbs1_header[style*="--mr"] .sw_bbs1_more,
.bbstab5 .sw_bbs1_header[style*="--mr"] .hymore_wrap {
  right: var(--mr, 0);
}
.bbstab5 .sw_bbs1_header[style*="--mb"] .sw_bbs1_more,
.bbstab5 .sw_bbs1_header[style*="--mb"] .hymore_wrap {
  bottom: var(--mb, auto);
}
.bbstab5 .sw_bbs1_header[style*="--ml"] .sw_bbs1_more,
.bbstab5 .sw_bbs1_header[style*="--ml"] .hymore_wrap {
  left: var(--ml, auto);
}

/* 데코 라인 (타이틀 ↔ 더보기 사이 수평선) */
.bbstab5 .sw_bbs1_header[data-deco-line]::after {
  content: '';
  position: absolute;
  left: var(--dl-left, 30%);
  right: var(--dl-right, 70px);
  top: var(--dl-top, auto);
  bottom: var(--dl-bottom, auto);
  height: var(--dl-h, 1px);
  background: var(--dl-color, #ddd);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}

/* ================================================
   모바일 더보기 위치 (data-more-pos-mo) - sw_bbs1_header 기준
   ================================================ */
@media only all and (max-width:767px) {
  /* 제목 밑 */
  .bbstab5 .sw_bbs1_header[data-more-pos-mo="below"] .sw_bbs1_more,
  .bbstab5 .sw_bbs1_header[data-more-pos-mo="below"] .hymore_wrap {
    position: static;
    margin-top: 8px;
  }

  /* 우측 상단 */
  .bbstab5 .sw_bbs1_header[data-more-pos-mo="right_top"] .sw_bbs1_more,
  .bbstab5 .sw_bbs1_header[data-more-pos-mo="right_top"] .hymore_wrap {
    top: 0; bottom: auto;
  }

  /* 우측 중앙 */
  .bbstab5 .sw_bbs1_header[data-more-pos-mo="right_center"] .sw_bbs1_more,
  .bbstab5 .sw_bbs1_header[data-more-pos-mo="right_center"] .hymore_wrap {
    top: 50%; bottom: auto; transform: translateY(-50%);
  }

  /* 우측 하단 */
  .bbstab5 .sw_bbs1_header[data-more-pos-mo="right_bottom"] .sw_bbs1_more,
  .bbstab5 .sw_bbs1_header[data-more-pos-mo="right_bottom"] .hymore_wrap {
    right: 0; bottom: 0; top: auto;
  }

  /* 모바일 커스텀 오프셋 */
  .bbstab5 .sw_bbs1_header[style*="--mt-mo"] .sw_bbs1_more,
  .bbstab5 .sw_bbs1_header[style*="--mt-mo"] .hymore_wrap {
    top: var(--mt-mo) !important;
  }
  .bbstab5 .sw_bbs1_header[style*="--mr-mo"] .sw_bbs1_more,
  .bbstab5 .sw_bbs1_header[style*="--mr-mo"] .hymore_wrap {
    right: var(--mr-mo) !important;
  }
  .bbstab5 .sw_bbs1_header[style*="--mb-mo"] .sw_bbs1_more,
  .bbstab5 .sw_bbs1_header[style*="--mb-mo"] .hymore_wrap {
    bottom: var(--mb-mo) !important;
  }
  .bbstab5 .sw_bbs1_header[style*="--ml-mo"] .sw_bbs1_more,
  .bbstab5 .sw_bbs1_header[style*="--ml-mo"] .hymore_wrap {
    left: var(--ml-mo) !important;
  }
}

/* ================================================
   탭 영역
   ================================================ */
.bbstab5 .sw_bbs1_tab_area {
  width: 100%;
  float: left;
}

.bbstab5 .sw_bbs1_tabs {
  width: 100%;
  float: left;
  display: flex;
  gap: 0;
  border-bottom: 2px solid #e5e7eb;
  margin-bottom: clamp(16px, calc(1.56vw + 11px), 30px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.bbstab5 .sw_bbs1_tabs::-webkit-scrollbar {
  display: none;
}

.bbstab5 .sw_bbs1_tabs .sw_tab {
  position: relative;
  padding: clamp(12px, calc(0.47vw + 10.5px), 18px) clamp(16px, calc(0.94vw + 13px), 28px);
  font-size: clamp(16px, calc(0.47vw + 14.5px), 22px);
  font-weight: 500;
  color: #9ca3af;
  background: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.25s ease, border-color 0.25s ease;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

.bbstab5 .sw_bbs1_tabs .sw_tab:hover {
  color: #374151;
}

.bbstab5 .sw_bbs1_tabs .sw_tab.on {
  color: var(--tab-color, #111827);
  font-weight: 700;
  border-bottom-color: var(--tab-color, #111827);
}

.bbstab5 .hide-label .label_css,
.bbstab5 .hide-label .card_label {
  display: none !important;
}

/* 탭 패널 */
.bbstab5 .sw_bbs1_panel {
  width: 100%;
  float: left;
}

.bbstab5 .sw_bbs1_panel[hidden] {
  display: none !important;
}

/* 로딩 스피너 */
.bbstab5 .lazy-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  width: 100%;
}

.bbstab5 .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid var(--main-color, #333);
  border-radius: 50%;
  animation: sw_spin2 1s linear infinite;
}

@keyframes sw_spin2 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* ================================================
   ★ WSA_MAIN_04 핵심: 풀스크린 스와이퍼 래퍼
   sw_bbs1_swiper_wrap 자체가 브레이크아웃하여 100vw 확장
   ================================================ */
.bbstab5 .sw_bbs1_swiper_wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

/* content-swiper */
.bbstab5 .sw_bbs1_swiper_wrap .content-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* FOUC 방지 (초기화 전) */
.bbstab5 .sw_bbs1_swiper_wrap .content-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  overflow: hidden;
  height: 100%;
}

.bbstab5 .sw_bbs1_swiper_wrap .content-swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
  width: 25%;
  min-width: 0;
  height: 100%;
}

.bbstab5 .sw_bbs1_swiper_wrap .content-swiper:not(.swiper-initialized) .swiper-slide img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ================================================
   ★ WSA_MAIN_04 카드 디자인 (풀하이트 다크 카드)
   ================================================ */

/* 슬라이드 */
.bbstab5 .sw_bbs1_swiper_wrap .swiper-wrapper {
  height: 100%;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-slide {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-slide:last-child {
  border-right: none;
}

/* 카드셋 */
.bbstab5 .sw_bbs1_swiper_wrap .cardset {
  display: block;
  width: 100%;
  height: 100%;
}

/* 카드 이미지 영역 */
.bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.75);
  transition: transform 0.5s ease;
  object-position: center 30%;
}

.bbstab5 .sw_bbs1_swiper_wrap .cardset:hover .cardset-figure img {
  transform: scale(0.85);
}

/* 그라데이션 오버레이 (::after) */
.bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.55) 100%);
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}

.bbstab5 .sw_bbs1_swiper_wrap .cardset:hover .cardset-figure::after {
  opacity: 0.5;
}

/* 호버 컬러 오버레이 (::before) */
.bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-figure::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 2;
}

.bbstab5 .sw_bbs1_swiper_wrap .cardset:hover .cardset-figure::before {
  height: 100%;
  background: rgba(var(--secondary-rgb), 0.8);
  opacity: 1;
  visibility: visible;
}

/* 카드 텍스트 (body-bottom: 하단 고정) */
.bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-body {
  padding: 6rem;
}

.bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-body.body-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  box-sizing: border-box;
}

.bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: calc(var(--tx-sm-size, 14px) * 1.1);
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: "Pretendard Variable", sans-serif;
}

.bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-subtit {
  margin-top: 0.4rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: calc(var(--tit-md-size, 24px) * 0.9);
  color: #e8e8e8;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "Pretendard Variable", sans-serif;
  line-height: 120%;
}

.bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-subtit2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: calc(var(--tx-sm-size, 14px) * 1.4);
  color: #fff;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: "Pretendard Variable", sans-serif;
}

.bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-desc {
  -webkit-line-clamp: 4;
  height: 0;
  min-height: 0;
  margin: 0;
  opacity: 0;
  color: #e8e8e8;
  transition: 0.3s;
  font-size: calc(var(--tx-sm-size, 14px) * 1.0);
  font-weight: 500;
  letter-spacing: -1px;
  font-family: "Pretendard Variable", sans-serif;
  line-height: 130%;
}

.bbstab5 .sw_bbs1_swiper_wrap .cardset:hover .cardset-desc {
  height: auto;
  min-height: 5.6rem;
  margin-top: 4rem;
  opacity: 1;
}

/* ================================================
   하단 페이징 영역
   ================================================ */
/* 하단 페이징 숨김 (WSA_MAIN_04는 우측 원형 버튼 사용) */
.bbstab5 .sw_bbs1_swiper_wrap .paging-wrap {
  display: none;
}

.bbstab5 .sw_bbs1_swiper_wrap .btn-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.bbstab5 .sw_bbs1_swiper_wrap .btn-prev,
.bbstab5 .sw_bbs1_swiper_wrap .btn-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(40px, calc(1.25vw + 36px), 56px);
  height: clamp(40px, calc(1.25vw + 36px), 56px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: clamp(18px, calc(0.47vw + 16.5px), 24px);
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
}

.bbstab5 .sw_bbs1_swiper_wrap .btn-prev:hover,
.bbstab5 .sw_bbs1_swiper_wrap .btn-next:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
}

.bbstab5 .sw_bbs1_swiper_wrap .btn-prev.swiper-button-disabled,
.bbstab5 .sw_bbs1_swiper_wrap .btn-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-pagination {
  position: relative;
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #fff;
  border-radius: 2px;
}

/* ================================================
   관리자 뱃지
   ================================================ */
.bbstab5 .sw_bbs1_badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #059669, #10b981);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
}

.bbstab5 .sw_bbs1_badge:hover {
  background: linear-gradient(135deg, #047857, #059669);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.bbstab5 .sw_bbs1_badge i {
  font-size: 14px;
}

/* ================================================
   오른쪽 화면 끝까지 확장 (full-right)
   ================================================ */
.bbstab5 .sw_bbs1_swiper_wrap.full-right .content-swiper {
  clip-path: inset(0 -100vw 0 0);
}

/* 호버 시 이미지 확대 - cardset에서 처리 */
.bbstab5 .sw_bbs1_swiper_wrap .card_item:hover .card_img_inner img {
  transform: none;
}

/* latest 스킨 내부 swiper-paging-btn (WSA_MAIN_04 스타일 원형 버튼) */
.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  z-index: 100;
  width: 15.5rem;
  height: 15.5rem;
  background: none;
  border: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn:hover {
  opacity: 1;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn.back .ico-arrow {
  transform: translate(-50%, -50%) scaleX(-1);
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn::before,
.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.6s;
  background: #fff;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn::before {
  width: calc(100% - 6.5rem);
  height: calc(100% - 6.5rem);
  opacity: 0.8;
  z-index: 2;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn::after {
  width: 0;
  height: 0;
  opacity: 0;
  z-index: 1;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn:hover::before {
  width: 0;
  height: 0;
  opacity: 0;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn:hover::after {
  width: 80%;
  height: 80%;
  opacity: 1;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn:hover .ico-text {
  filter: invert(70%);
  -webkit-filter: invert(70%);
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn i,
.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-style: normal;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn .ico-text {
  width: calc(100% - 2.5rem);
  height: calc(100% - 2.5rem);
  animation: bbstab5_textRotate 10s linear infinite;
  transition: filter 0.3s;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn .ico-text svg {
  width: 100%;
  height: 100%;
}

.bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn .ico-arrow {
  width: 3.6rem;
  height: 3.6rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6z' fill='%23242629'/%3E%3C/svg%3E") no-repeat center/cover;
  transition: 0.3s;
}

@keyframes bbstab5_textRotate {
  0% { transform: translate(-50%, -50%) rotate(0); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ================================================
   모바일 / 태블릿
   ================================================ */
@media only all and (max-width: 992px) {
  .bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-body {
    padding: 2.4rem 1.6rem 5rem;
  }

  .bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-tit + .cardset-subtit {
    margin-top: 1.4rem;
  }

  .bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-subtit + .cardset-desc {
    margin-top: 2.4rem;
  }

  .bbstab5 .sw_bbs1_swiper_wrap .cardset .cardset-desc {
    -webkit-line-clamp: 3;
    height: auto;
    min-height: auto;
    opacity: 1;
  }

  .bbstab5 .sw_bbs1_swiper_wrap .cardset:hover .cardset-desc {
    min-height: auto;
  }
}

@media only all and (max-width: 767px) {
  .bbstab5 .sw_bbs1_header {
    margin-bottom: 14px;
  }

  .bbstab5 .sw_bbs1_more {
    font-size: 13px;
    gap: 6px;
  }

  .bbstab5 .sw_bbs1_more .sw_more_txt::after {
    width: 3px;
    height: 3px;
    margin-left: 6px;
  }

  .bbstab5 .sw_bbs1_more .sw_more_circle {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .bbstab5 .sw_bbs1_tabs {
    margin-bottom: 14px;
  }

  .bbstab5 .sw_bbs1_tabs .sw_tab {
    padding: 10px 14px;
    font-size: 15px;
  }

  .bbstab5 .sw_bbs1_swiper_wrap .paging-wrap {
    padding: 1.5rem 1.6rem;
    gap: 10px;
  }

  .bbstab5 .sw_bbs1_swiper_wrap .btn-prev,
  .bbstab5 .sw_bbs1_swiper_wrap .btn-next {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn {
    top: 1.5rem;
    right: 1.5rem;
    transform: none;
    width: 7.75rem;
    height: 7.75rem;
  }

  .bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn::before,
  .bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn::after {
    width: 7.75rem;
    height: 7.75rem;
  }

  .bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn .ico-text {
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
  }

  .bbstab5 .sw_bbs1_swiper_wrap .swiper-paging-btn .ico-arrow {
    width: 2.4rem;
    height: 2.4rem;
  }
}
