/* 회파중(simwooin88) — 운영서버(회파중.com) 동일 블루 테마 */

:root {
    --sw88-main: #30b7f3;
    --sw88-main-dark: #163d63;
    --sw88-money: #30b7f3;
    --sw88-gray: #828282;
    --sw88-border: #d6d6d6;
}

body.site-simwooin88,
body.site-simwooin88 * {
    box-sizing: border-box;
}

body.site-simwooin88 {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.4;
}

/* 차량목록 필터 스킨(공통 모듈) 색상은 사이트 메인색만 주입 */
.car-list-page {
    --clf-brand: var(--sw88-main);
    --clf-accent: var(--sw88-main);
    --clf-submit-bg: var(--sw88-main);
    --clf-mobile-submit-bg: var(--sw88-main);
}

.sw88-page-shell {
    min-width: 1200px;
}

.sw88-container {
    width: 1200px;
    margin: 0 auto;
}

.sw88-util-link {
    color: #3d3d3d;
    text-decoration: none;
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    font-size: 12px;
    line-height: 1;
}

.sw88-util-link:hover {
    color: var(--sw88-main);
}

.sw88-util-sep {
    margin: 0 5px;
    color: #3d3d3d;
    font-size: 12px;
    line-height: 1;
}

/* 헤더 — 상단 유틸 */
.sw88-top-bar {
    width: 100%;
    background: #fff;
    height: 32px;
}

.sw88-top-bar-inner {
    width: 1200px;
    height: 32px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sw88-top-util {
    font-size: 12px;
    line-height: 32px;
}

.sw88-header-pc {
    background: #fff;
}

.sw88-header-main {
    width: 100%;
    background: #fff;
}

.sw88-header-inner {
    width: 1200px;
    margin: 36px auto 32px;
    text-align: center;
}

.sw88-logo-wrap {
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.sw88-logo-wrap a {
    display: inline-block;
    line-height: 0;
}

.sw88-logo-wrap img {
    display: block;
    width: 222px;
    height: 66px;
    max-width: none;
    margin: 0 auto;
    border: 0;
}

.sw88-top-menu {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 32px auto 22px;
    padding: 0 104px;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
    box-sizing: border-box;
}

.sw88-menu-cell {
    width: 130px;
    flex-shrink: 0;
}

.sw88-menu-item {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 47px 25px 48px;
    text-decoration: none;
    white-space: nowrap;
}

.sw88-menu-item:hover,
.sw88-menu-item.is-on {
    color: var(--sw88-main);
}

/* 푸터 링크 그리드 */
.sw88-bottom-links {
    background: #f1f1f1;
    clear: both;
}

.sw88-bottom-links-grid {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sw88-bottom-links-grid > li {
    flex: 1;
    border-right: 2px solid #e1e1e1;
    padding: 74px 0;
    text-align: center;
}

.sw88-bottom-links-grid > li:first-child {
    border-left: 2px solid #e1e1e1;
}

.sw88-bottom-links-grid h6 {
    font-size: 25px;
    font-weight: 800;
    color: #5a5a5a;
    margin: 0 0 30px;
}

.sw88-bottom-links-grid a {
    display: block;
    font-size: 18px;
    line-height: 2;
    color: #5a5a5a;
    font-weight: 600;
    text-decoration: none;
}

.sw88-bottom-links-grid a:hover {
    color: var(--sw88-main);
}

/* SNS 바 */
.sw88-sns-bar {
    background: #f2f2f2;
    border-top: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
}

.sw88-sns-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
}

.sw88-sns-left a {
    margin-right: 20px;
}

.sw88-sns-left img,
.sw88-sns-right img {
    vertical-align: middle;
}

/* 푸터 */
.sw88-footer {
    background: #fff;
    padding: 30px 0 50px;
}

.sw88-footer-links {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    gap: 0;
}

.sw88-footer-links li {
    border-right: 1px solid #fff;
    padding: 0 20px;
}

.sw88-footer-links li:first-child {
    padding-left: 0;
}

.sw88-footer-links a {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}

.sw88-footer-info {
    text-align: left;
    line-height: 1.45;
}

/* 서브페이지 공통 — 운영 #ascontents margin-top:50px (홈·상담 히어로 제외) */
.sw88-subpage {
    padding: 0 0 60px;
}

.sw88-community-page,
.sw88-legal-page {
    margin-top: 50px;
}

body.site-simwooin88 .encar-detail-page.epc-car-detail-page {
    margin-top: 50px;
}

.sw88-subpage-card {
    width: 1200px;
    margin: 0 auto;
}

.sw88-subpage-card h1 {
    margin: 0 0 16px;
    font-size: 28px;
}

/* 상담 페이지 */
.sw88-counsel-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 24px;
}

.sw88-counsel-tab {
    padding: 12px 28px;
    border: 2px solid var(--sw88-main);
    border-radius: 999px;
    color: var(--sw88-main);
    font-weight: 700;
    text-decoration: none;
}

.sw88-counsel-tab.is-on {
    background: var(--sw88-main);
    color: #fff;
}

.sw88-counsel-page-box {
    width: 420px;
    margin: 0 auto;
    background: var(--sw88-main);
    border-radius: 10px;
    padding: 24px 20px;
    color: #fff;
}

.sw88-counsel-page-title {
    margin: 0 0 8px;
    font-size: 22px;
}

.sw88-counsel-page-desc {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.5;
}

.sw88-counsel-policy--page label {
    color: #fff;
}

.sw88-legal-title {
    margin: 0 0 20px;
    font-size: 28px;
}

.sw88-legal-body {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 24px;
}

.sw88-legal-empty {
    color: #666;
}

/* 회파중 메인 페이지 */

.sw88-visual-wrap {
    width: 100%;
    background: #fff;
}

.sw88-visual-stage {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.sw88-visual-ban {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 2;
}

.sw88-visual-slide {
    display: none;
}

.sw88-visual-slide.is-active {
    display: block;
}

.sw88-visual-slide img {
    display: block;
    margin: auto;
}

.sw88-visual-pager {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 18px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.sw88-visual-pager button {
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: #3253e2;
    opacity: 0.4;
    cursor: pointer;
    font-size: 0;
}

.sw88-visual-pager button.is-active {
    opacity: 1;
}

.sw88-section {
    width: 100%;
}

.sw88-section--one {
    padding-top: 40px;
}

.sw88-row-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sw88-counsel-box {
    width: 388px;
    height: 412px;
    flex-shrink: 0;
    background: var(--sw88-main);
    padding: 18px 16px;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
}

.sw88-counsel-box .sw88-counsel-title {
    margin-bottom: 8px;
}

.sw88-counsel-box .sw88-counsel-desc {
    margin-bottom: 8px;
    line-height: 1.35;
}

.sw88-counsel-box .sw88-counsel-field {
    margin-bottom: 5px;
}

.sw88-counsel-box .sw88-counsel-field input[type="text"] {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.3;
}

.sw88-counsel-box .sw88-counsel-policy {
    margin-top: 6px;
}

.sw88-counsel-box .sw88-counsel-policy label {
    font-size: 14px;
    line-height: 1.5;
}

.sw88-counsel-box .sw88-counsel-submit {
    margin-top: 6px;
    height: 50px;
    font-size: 20px;
}

.sw88-counsel-title {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.08rem;
}

.sw88-counsel-desc {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.06rem;
    line-height: 1.45;
}

.sw88-home-counsel,
.sw88-page-counsel {
    width: 350px;
    margin: 0 auto;
}

.sw88-counsel-field {
    margin-bottom: 8px;
}

.sw88-counsel-field input[type="text"] {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 11px;
    font-size: 15px;
    color: #000;
    outline: 0;
    background: #fff;
}

.sw88-counsel-policy {
    margin-top: 8px;
}

.sw88-counsel-policy input[type="checkbox"] {
    display: none;
}

.sw88-counsel-policy label {
    display: block;
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
    cursor: pointer;
}

.sw88-counsel-policy label::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: #aaa;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.8);
}

.sw88-counsel-policy input:checked + label::before {
    content: "✓";
    text-align: center;
    color: var(--sw88-main);
    line-height: 16px;
    font-size: 14px;
    background: #fff;
}

.sw88-counsel-policy button {
    border: 0;
    background: none;
    color: inherit;
    padding: 0;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
}

.sw88-counsel-submit {
    display: block;
    width: 100%;
    margin-top: 6px;
    height: 60px;
    border: 0;
    border-radius: 12px;
    background: var(--sw88-main-dark);
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
}

.sw88-ticker-panel {
    width: 395px;
    height: 412px;
    flex-shrink: 0;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
    padding: 24px 10px;
    box-sizing: border-box;
}

.sw88-panel-title {
    margin: 0 0 24px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.63px;
    color: var(--sw88-main);
}

.sw88-ticker-box {
    height: 330px;
    overflow: hidden;
}

.sw88-ticker {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.8s ease;
}

.sw88-ticker-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 94%;
    margin: 0 auto 10px;
    padding: 0 6px;
    border-bottom: 1px solid var(--sw88-border);
    min-height: 44px;
}

.sw88-ticker-text {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
}

.sw88-ticker-badge {
    flex-shrink: 0;
    width: 68px;
    height: 30px;
    background: #bcbcbc;
    color: #fff;
    font-size: 14px;
    border-radius: 7px;
    line-height: 30px;
    text-align: center;
}

.sw88-row-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 26px;
}

.sw88-side-banners {
    width: 390px;
    flex-shrink: 0;
    font-size: 0;
    line-height: 0;
}

.sw88-side-banner-img {
    display: block;
    width: 390px;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

.sw88-stats-box {
    width: 790px;
    height: 274px;
    flex-shrink: 0;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff;
    padding: 30px 70px;
    box-sizing: border-box;
}

.sw88-stats-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.sw88-stat {
    flex: 1;
    text-align: center;
    min-width: 0;
}

.sw88-stat-label {
    display: inline-block;
    border-radius: 22px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
    border: 2px solid var(--sw88-main);
    background: #fff;
    color: var(--sw88-main);
    font-size: 20px;
    padding: 6px 10px;
    margin-bottom: 26px;
}

.sw88-stat-value {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.08rem;
    color: var(--sw88-gray);
    margin-bottom: 20px;
}

.sw88-stat-value.is-accent {
    color: var(--sw88-main);
}

.sw88-stat-desc {
    margin: 0;
    font-size: 15px;
    line-height: 1.45;
    color: #333;
}

.sw88-stat-desc br {
    display: block;
}

.sw88-section--brand {
    margin: 60px 0;
}

.sw88-brand-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.sw88-brand-image,
.sw88-brand-video {
    flex: 1;
    text-align: center;
}

.sw88-brand-image img {
    max-width: 100%;
    height: auto;
}

.sw88-brand-video iframe {
    width: 560px;
    max-width: 100%;
    height: 315px;
    border: 0;
}

.sw88-section--midbanner {
    margin-top: 100px;
    background: #fcfcfc;
    padding: 40px 0;
}

.sw88-midbanner-img {
    display: block;
    width: 100%;
    height: auto;
}

.sw88-section--reviews {
    padding: 78px 0 0;
    margin: 20px auto 0;
}

.sw88-reviews-head {
    text-align: center;
    margin: 0;
}

.sw88-reviews-head img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.sw88-reviews-carousel-wrap {
    padding-top: 60px;
    min-height: 300px;
}

.sw88-review-empty {
    text-align: center;
    color: var(--sw88-main);
    padding: 20px;
    border: 2px solid var(--sw88-main);
    background: #fff;
}

.sw88-review-stage {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.sw88-review-viewport {
    width: 1200px;
    overflow: hidden;
}

.sw88-review-track {
    display: flex;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.3s ease;
    will-change: transform;
}

.sw88-review-item {
    flex: 0 0 290px;
    width: 290px;
    margin-right: 8px;
    text-align: left;
}

.sw88-review-frame {
    width: 290px;
    height: 230px;
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    background: #fff;
}

.sw88-review-img {
    width: 290px;
    height: 230px;
    overflow: hidden;
}

.sw88-review-img a {
    display: block;
    line-height: 0;
}

.sw88-review-img img {
    display: block;
    width: 290px;
    height: 230px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.sw88-review-item:hover .sw88-review-img img {
    transform: scale(1.2);
}

.sw88-review-oneline {
    width: 240px;
    min-height: 48px;
    margin: 0 auto;
    padding: 6px 7px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    position: relative;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(130, 142, 153, 0.25);
    transition: all 0.4s ease;
    box-sizing: border-box;
}

.sw88-review-oneline a {
    color: #000;
    text-decoration: none;
}

.sw88-review-item:hover .sw88-review-oneline {
    background: #5470ff;
    top: -24px;
}

.sw88-review-item:hover .sw88-review-oneline a {
    color: #fff;
}

.sw88-review-nav {
    position: absolute;
    top: 84px;
    width: 40px;
    height: 55px;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
    font-size: 0;
    opacity: 1;
}

.sw88-review-nav--prev {
    left: -17px;
}

.sw88-review-nav--next {
    right: -17px;
}

/* 회파중 서브페이지 */

.epc-subpage-shell.sw88-page-shell {
    min-width: 1200px;
}

body.epc-subpage-minimal .sw88-bottom-links {
    margin-top: 0;
}

.pabokhoe-list-page {
    --pb-brand: var(--sw88-main, #30b7f3);
}

/* ── 소개 / 매매가이드 / 오시는길 ── */
.sw88-intro-page {
    padding: 0;
    margin: 0;
}

.sw88-intro-shell {
    width: 1200px;
    margin: 50px auto 0;
    text-align: left;
}

.sw88-intro-topsub {
    width: 100%;
    clear: both;
}

.sw88-intro-menulist {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sw88-intro-menulist li {
    float: left;
    font-size: 18px;
    color: #424242;
    padding: 14px 0;
    text-align: center;
    font-weight: 900;
    font-family: 'Nanum Gothic', 'Malgun Gothic', sans-serif;
    background: #ddd;
    cursor: pointer;
}

.sw88-intro-menulist--half li {
    width: 50%;
}

.sw88-intro-menulist--full li {
    width: 100%;
}

.sw88-intro-menulist li a,
.sw88-intro-menulist li span {
    display: block;
    color: inherit;
    text-decoration: none;
}

.sw88-intro-menulist li.is-on {
    background: var(--sw88-main);
    color: #fff;
}

.sw88-intro-content {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.sw88-intro-banner {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
}

.sw88-intro-empty {
    padding: 40px 0;
    text-align: center;
}

.sw88-intro-empty h1 {
    margin: 0 0 12px;
    font-size: 24px;
}

.sw88-map {
    margin: 30px auto 0;
}

.sw88-traffic {
    margin-top: 0;
    margin-bottom: 120px;
}

.sw88-traffic__title {
    font-family: 'NanumSquare', 'Nanum Gothic', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
}

.sw88-traffic__sub {
    width: 50%;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.08rem;
    display: flex;
    align-items: flex-start;
    float: left;
    margin-bottom: 28px;
    font-family: 'NanumSquare', 'Nanum Gothic', sans-serif;
}

.sw88-traffic__sub--address {
    width: 100%;
    float: none;
    display: block;
}

.sw88-traffic__sub img {
    flex-shrink: 0;
    display: block;
    width: 82px;
    height: 82px;
    max-width: none;
}

.sw88-traffic__content {
    margin-left: 16px;
    line-height: 32px;
    font-family: 'NanumSquare', 'Nanum Gothic', sans-serif;
}

.sw88-traffic__box::after {
    display: block;
    content: '';
    clear: both;
}

.sw88-traffic__sub--width {
    width: 100%;
}

.sw88-traffic__footer {
    clear: both;
    font-size: 21px;
    margin-top: 51px;
    font-weight: 400;
    font-family: 'NanumSquare', 'Nanum Gothic', sans-serif;
    text-align: left;
}

/* ── 내차사기 / 내차팔기 ── */
.sw88-counsel-page {
    width: 100%;
}

.sw88-counsel-form {
    margin: 0;
}

.sw88-counsel-hero {
    width: 100%;
    background: #fbfbfb;
    text-align: center;
    padding: 14px 0;
}

.sw88-counsel-tabs-wrap {
    padding-bottom: 40px;
}

.sw88-counsel-title-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 355px;
    height: 64px;
    border-radius: 12px;
    background: #646464;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
}

.sw88-counsel-title-btn:first-child {
    margin-left: 0;
}

.sw88-counsel-title-btn.is-on {
    background: #30b7f3;
}

.sw88-counsel-car {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    height: auto;
}

.sw88-counsel-hero-title {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.96px;
    color: #30b7f3;
    margin: 40px 0 0;
}

.sw88-counsel-hero-sub {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -0.75px;
    color: #000;
    margin: 10px 0 0;
}

.sw88-counsel-counter-row {
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style: none;
}

.sw88-counter-box {
    width: 350px;
    padding: 18px 0 19px;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    text-align: center;
}

.sw88-counter-txt {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.6px;
    color: #000;
    padding: 15px 0 9px;
}

.sw88-counter-val {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.84px;
    color: #000;
}

.sw88-counter-val span {
    margin-top: 9px;
    font-size: 37px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1.11px;
    color: #30b7f3;
}

.sw88-counsel-body {
    width: 724px;
    margin: 0 auto;
    text-align: center;
}

.sw88-counsel-form-box {
    margin: 40px 8px;
    padding: 34px;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    background: #fcfcfc;
}

.sw88-counsel-field {
    margin-bottom: 8px;
}

.sw88-counsel-field input[type="text"] {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    padding: 11px;
    color: #9e9e9e;
    font-size: 15px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #d8d8d8;
    background: #fff;
    font-family: 'NanumSquare', 'Noto Sans KR', sans-serif;
}

.sw88-counsel-field input::placeholder {
    color: #9e9e9e;
}

.sw88-counsel-policy {
    margin-top: 8px;
}

.sw88-counsel-policy input[type="checkbox"] {
    display: none;
}

.sw88-counsel-policy label {
    width: 100%;
    text-align: left;
    line-height: 1.7em;
    padding-left: 26px;
    font-size: 15px;
    margin-top: 8px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    letter-spacing: -0.04rem;
    color: #000;
    font-family: 'NanumSquare', 'Noto Sans KR', sans-serif;
}

.sw88-counsel-policy label::before {
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    content: "";
    background-color: rgb(170, 170, 170);
}

.sw88-counsel-policy input[type="checkbox"]:checked + label::before {
    text-align: center;
    color: #147dc2;
    line-height: 15px;
    font-size: 15px;
    content: "\2713";
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

.sw88-counsel-policy button {
    border: 0;
    background: transparent;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
}

.sw88-counsel-submit-btn {
    width: 100%;
    height: 64px;
    border-radius: 6px;
    background: #30b7f3;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.78px;
    border: 0;
    margin-top: 20px;
    cursor: pointer;
    font-family: 'NanumSquare', 'Noto Sans KR', sans-serif;
}

.sw88-counsel-bottom-img {
    display: block;
    width: 711px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* ── 고객후기 게시판 ── */
.sw88-community-page {
    margin-bottom: 80px;
}

.sw88-community-topsub {
    width: 100%;
    clear: both;
}

.sw88-community-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.sw88-community-tabs li {
    flex: 1;
    font-size: 18px;
    color: #424242;
    padding: 14px 0;
    text-align: center;
    font-weight: 900;
    background: #ddd;
}

.sw88-community-tabs li a,
.sw88-community-tabs li span {
    display: block;
    color: inherit;
    text-decoration: none;
}

.sw88-community-tabs li.is-on {
    background: var(--sw88-main);
    color: #fff;
}

.sw88-community-body {
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

.sw88-community-body .epc-community-skin {
    width: 100%;
    max-width: 1020px;
}

.sw88-community-body .sw21-bbs-album,
.sw88-community-body #bbslist.sw21-bbs-album {
    margin: 0 auto;
}

.sw88-community-body .sw21-bbs-album ul {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.sw88-community-body .sw21-bbs-album ul::after {
    content: '';
    display: block;
    clear: both;
}

.sw88-community-body .sw21-bbs-album li {
    width: 240px;
    position: relative;
    background: #fff;
    float: left;
    margin: 0 13px 10px 0;
}

.sw88-community-body .sw21-bbs-album .img {
    width: 240px;
    height: 180px;
    overflow: hidden;
}

.sw88-community-body .sw21-bbs-album .img a {
    display: block;
    line-height: 0;
}

.sw88-community-body .sw21-bbs-album .img img {
    display: block;
    width: 240px;
    height: 180px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.sw88-community-body .sw21-bbs-album .img img:hover {
    transform: scale(1.2);
}

.sw88-community-body .sw21-bbs-album .subject {
    font-size: 15px;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw88-community-body .sw21-bbs-album .subject a {
    color: #000;
    text-decoration: none;
}

.sw88-community-body .sw21-bbs-empty {
    text-align: center;
    color: var(--sw88-main);
    padding: 20px;
    border: 2px solid var(--sw88-main);
    background: #fff;
}

/* 고객후기 상세 */
.sw88-community-body .sw21-bbs-view {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    text-align: left;
}

.sw88-community-body .sw21-bbs-view-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px;
    word-break: keep-all;
}

.sw88-community-body .sw21-bbs-view-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.sw88-community-body .sw21-bbs-view-meta .sep {
    margin: 0 8px;
    color: #ccc;
}

.sw88-community-body .sw21-bbs-view-content {
    line-height: 1.7;
    font-size: 16px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.sw88-community-body .sw21-bbs-view-content img,
.sw88-community-body .sw21-bbs-view-content table,
.sw88-community-body .sw21-bbs-view-content iframe,
.sw88-community-body .sw21-bbs-view-content video {
    max-width: 100%;
    height: auto;
}

.sw88-community-body .sw21-bbs-view-content table {
    display: block;
    overflow-x: auto;
}

.sw88-community-body .sw21-bbs-view-bottom {
    margin-top: 32px;
    text-align: center;
}

.sw88-community-body .sw21-bbs-list-btn {
    display: inline-block;
    padding: 10px 28px;
    background: var(--sw88-main);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
}

.sw88-community-body .sw21-bbs-list-btn:hover {
    opacity: 0.92;
}

/* 파복회/회파중 고객후기 페이징 (pabokhoe_album) */
.epc-community-skin--pabokhoe_album {
    --pbs-accent: var(--epc-site-main, var(--clf-brand, #147dc2));
    --pbs-accent-soft: var(--epc-site-main-light, color-mix(in srgb, var(--pbs-accent) 10%, #fff));
}

body.site-simwooin88 .epc-community-skin--pabokhoe_album {
    --pbs-accent: #30b7f3;
    --pbs-accent-soft: #e8f7fe;
}

body.site-simwooin21 .epc-community-skin--pabokhoe_album {
    --pbs-accent: #147dc2;
    --pbs-accent-soft: #e8f3fa;
}

body.site-simwooin91 .epc-community-skin--pabokhoe_album {
    --pbs-accent: var(--epc-site-main, #ef7000);
    --pbs-accent-soft: #fff3e6;
}

body.site-simwooin24 .epc-community-skin--pabokhoe_album {
    --pbs-accent: #5470ff;
    --pbs-accent-soft: #eef1ff;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin: 24px 0 8px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__nums {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__num,
.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #444;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__num:hover,
.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__nav:not(.is-disabled):hover {
    border-color: var(--pbs-accent, #30b7f3);
    color: var(--pbs-accent, #30b7f3);
    background: var(--pbs-accent-soft, #e8f7fe);
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__num.is-current {
    border-color: var(--pbs-accent, #30b7f3);
    background: var(--pbs-accent, #30b7f3);
    color: #fff;
    font-weight: 700;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 34px;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__nav--prev,
.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__nav--next {
    min-width: 52px;
    font-size: 13px;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__nav.is-disabled {
    border-color: #ececec;
    background: #f7f7f7;
    color: #c4c4c4;
    cursor: default;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging--mo {
    gap: 4px;
    margin: 16px 0 6px;
    padding: 0 8px;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging--mo .pabokhoe-bbs-paging__num,
.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging--mo .pabokhoe-bbs-paging__nav {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border-radius: 8px;
    font-size: 13px;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging--mo .pabokhoe-bbs-paging__nav--prev,
.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging--mo .pabokhoe-bbs-paging__nav--next {
    min-width: 36px;
    font-size: 18px;
    font-weight: 700;
}

.epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging--mo .pabokhoe-bbs-paging__nums {
    gap: 3px;
}

/* 고객후기 상세 — 본문 이미지·표 넘침 방지 */
.epc-community-skin--pabokhoe_album .sw21-bbs-view {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.epc-community-skin--pabokhoe_album .sw21-bbs-view-content {
    line-height: 1.7;
    font-size: 16px;
    overflow-wrap: anywhere;
    word-break: break-word;
    overflow: hidden;
}

.epc-community-skin--pabokhoe_album .sw21-bbs-view-content img,
.epc-community-skin--pabokhoe_album .sw21-bbs-view-content table,
.epc-community-skin--pabokhoe_album .sw21-bbs-view-content iframe,
.epc-community-skin--pabokhoe_album .sw21-bbs-view-content video {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.epc-community-skin--pabokhoe_album .sw21-bbs-view-content table {
    display: block;
    overflow-x: auto;
}

