/* 리품카(simwooin91) — 운영서버(리품카.com) 동일 오렌지 테마 */

:root {
    --sw91-main: #ef7000;
    --sw91-main-dark: #c45a00;
    --sw91-money: #ef7000;
    --sw91-gray: #828282;
    --sw91-border: #d6d6d6;
    --epc-site-main: var(--sw91-main);
    --epc-site-main-dark: var(--sw91-main-dark);
    --epc-site-main-light: #fff3e6;
}

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

body.site-simwooin91 {
    font-family: 'Noto Sans KR', 'Malgun Gothic', '맑은 고딕', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.4;
    --pb-brand: var(--sw91-main);
    --pb-brand-light: #fff3e6;
    --pb-text: #2c3136;
    --pb-muted: #8b939a;
    --pb-border: #e4e9ee;
    --pb-bg: #f6f8fa;
    --pb-radius: 10px;
    --pb-shadow: 0 2px 16px rgba(239, 112, 0, 0.08);
    --pb-shadow-hover: 0 8px 28px rgba(239, 112, 0, 0.14);
}

.car-list-page {
    --clf-brand: var(--sw91-main);
    --clf-accent: var(--sw91-main);
    --clf-submit-bg: var(--sw91-main);
    --clf-mobile-submit-bg: var(--sw91-main);
}

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

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

.sw91-util-link {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
}

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

.sw91-util-sep {
    margin: 0 5px;
    color: #3d3d3d;
    font-size: 12px;
}

.sw91-top-bar {
    width: 100%;
    background: #fff;
    height: 32px;
}

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

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

.sw91-header-wrap {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid var(--sw91-main);
}

.sw91-header-shell {
    width: 1200px;
    margin: 0 auto;
}

.sw91-header-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 40px auto 48px;
}

.sw91-header-side {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: center;
}

.sw91-header-side a {
    display: inline-block;
    line-height: 0;
}

.sw91-header-logo {
    text-align: center;
}

.sw91-header-logo img {
    display: block;
    margin: 0 auto;
}

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

.top-menu a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 47px 25px 48px;
    text-decoration: none;
}

.top-menu .on,
.top-menu a:hover {
    color: var(--sw91-main);
}

.top-menu a:last-child {
    display: contents;
}

.sw91-bottom-links {
    width: 100%;
    background: #f1f1f1;
    padding: 30px 0;
}

.sw91-bottom-links-grid {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sw91-bottom-links-grid > li {
    width: 25%;
    text-align: left;
}

.sw91-bottom-links-grid h6 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
}

.sw91-bottom-links-grid a {
    display: block;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: none;
}

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

.sw91-sns-bar {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 16px 0;
}

.sw91-sns-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sw91-sns-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sw91-login-link {
    display: inline-block;
    line-height: 0;
}

.sw91-login-link img {
    display: block;
}

.sw91-sns-left {
    display: flex;
    gap: 10px;
}

.sw91-sns-left img {
    display: block;
}

.sw91-footer {
    background: #fff;
    padding: 30px 0 40px;
}

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

.sw91-footer-links a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.sw91-footer-links a:hover {
    color: var(--sw91-main);
}

.sw91-footer-info {
    font-size: 13px;
    color: #252525;
    line-height: 1.45;
}

.sw91-listcar {
    clear: both;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.sw91-listcar ul.listimg {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    overflow: visible;
}

.sw91-listcar ul.listimg > li.carso {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    border: 1px solid var(--pb-border);
    border-radius: var(--pb-radius);
    background: #fff;
    overflow: hidden;
    box-shadow: var(--pb-shadow);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.sw91-listcar ul.listimg > li.carso:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--pb-brand) 25%, var(--pb-border));
    box-shadow: var(--pb-shadow-hover);
}

.sw91-listcar .carso .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    background: var(--pb-bg);
}

.sw91-listcar .carso .img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.04));
    pointer-events: none;
}

.sw91-listcar .carso .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.sw91-listcar .carso:hover .img img {
    transform: scale(1.06);
}

.sw91-listcar .carso .text > div {
    width: 100%;
    margin: 0;
    padding: 14px 14px 10px;
    border-bottom: 1px solid var(--pb-border);
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: var(--pb-text);
    letter-spacing: -0.03em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw91-listcar .carso .text .car2 {
    font-weight: 700;
    color: #444;
}

.sw91-listcar .homecarinfo {
    width: auto;
    margin: 0;
    padding: 12px 14px 16px;
    overflow: hidden;
    list-style: none;
}

.sw91-listcar .homecarinfo li {
    overflow: hidden;
    width: 100%;
    line-height: 1.5;
    margin: 0;
    padding: 2px 0;
    float: none;
}

.sw91-listcar .homecarinfo dt {
    float: left;
    font-size: 12px;
    color: var(--pb-muted);
    margin: 0;
}

.sw91-listcar .homecarinfo dd {
    float: right;
    font-size: 13px;
    color: var(--pb-text);
    font-weight: 500;
    margin: 0;
}

.sw91-listcar .homecarinfo .money dd {
    font-size: 15px;
    color: var(--pb-brand);
    font-weight: 700;
}

@media screen and (max-width: 999px) {
    .sw91-listcar ul.listimg {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .sw91-listcar .carso .img {
        height: 140px;
    }

    .sw91-listcar .carso .text > div {
        font-size: 14px;
        padding: 10px 10px 8px;
    }
}

/* ── 양사이드 플로팅 배너 (운영 leftbanner / rightbanner) ── */
#leftbanner.sw91-side-left,
#rightbanner.sw91-side-right {
    position: fixed;
    z-index: 1000;
    width: 192px;
    top: 0;
    left: 0;
    margin: 0;
    visibility: hidden;
    pointer-events: none;
    transition: none !important;
}

.sw91-side-left img {
    display: block;
    width: 192px;
    height: auto;
}

.sw91-side-counsel {
    width: 192px;
    background: #fdfdfd;
    text-align: center;
}

.sw91-side-counsel-head {
    display: block;
    width: 100%;
    height: auto;
}

.sw91-side-counsel-body {
    padding: 8px;
    border: 1px solid #c1c1c1;
    background: #fff;
}

.sw91-side-counsel-tab {
    float: left;
    width: 50%;
    padding: 8px 0;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    background: #f0f0f0;
    color: var(--epc-site-main);
}

.sw91-side-counsel-tab.is-on {
    background: var(--epc-site-main);
    color: #fff;
}

.sw91-side-counsel input[type='text'] {
    width: 100%;
    padding: 8px;
    margin-top: 6px;
    border: 1px solid #ccc;
    font-size: 13px;
    box-sizing: border-box;
}

.sw91-side-counsel-policy {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    cursor: default;
}

.sw91-side-counsel-submit {
    width: 100%;
    padding: 10px 0;
    margin-top: 6px;
    border: 0;
    border-radius: 0;
    background: var(--epc-site-main);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

/* ── 최근 본 차량 (공통 epc_side_recent_viewed 모듈) ── */
.sw91-side-right .epc-recent-view {
    margin-top: 10px;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    font-family: 'Noto Sans KR', sans-serif;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.sw91-side-right .epc-recent-title {
    margin: 0;
    padding: 9px 0;
    font-size: 18px;
    font-weight: 700;
    color: #010101;
    border-bottom: 1px solid #eee;
}

.sw91-side-right .epc-recent-empty {
    margin: 0;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    border: 1px solid #d0d0d0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 8px;
}

.sw91-side-right .epc-recent-list {
    padding: 8px;
    display: grid;
    gap: 8px;
    min-width: 0;
}

.sw91-side-right .epc-recent-card {
    display: block;
    text-decoration: none;
    color: #000;
    min-width: 0;
    overflow: hidden;
}

.sw91-side-right .epc-recent-thumb {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
}

.sw91-side-right .epc-recent-name {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sw91-side-right .epc-recent-card.is-placeholder {
    pointer-events: none;
}

.sw91-side-right .epc-recent-card.is-placeholder .epc-recent-name {
    visibility: hidden;
}

.sw91-side-right .epc-recent-pagination {
    margin: 0;
    padding: 6px 8px 8px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 6px;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.sw91-side-right .epc-recent-page-btn {
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #333;
    border-radius: 4px;
    height: 26px;
    min-width: 28px;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
}

.sw91-side-right .epc-recent-page-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

.sw91-side-right .epc-recent-page-text {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.sw91-side-right .epc-recent-top-btn {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 8px 0;
    border: 0;
    background: var(--epc-site-main);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

/* 리품카 메인 페이지 */

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

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

.sw91-visual-ban {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 2;
    width: 1920px;
    height: 500px;
}

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

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

.sw91-visual-slide img {
    display: block;
    margin: auto;
    width: 1920px;
    height: 500px;
    object-fit: cover;
}

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

.sw91-visual-pager button {
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    background: var(--sw91-main);
    opacity: 0.4;
    cursor: pointer;
    font-size: 0;
}

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

.sw91-section {
    width: 100%;
}

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

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

.sw91-counsel-box {
    width: 316px;
    height: 382px;
    flex-shrink: 0;
    padding: 20px 16px;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid #ffd2ab;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.sw91-counsel-title {
    margin: 0 0 10px;
    color: var(--sw91-main);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.08rem;
}

.sw91-home-counsel {
    width: 282px;
    margin: 0 auto;
}

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

.sw91-counsel-field input[type="text"] {
    width: 100%;
    height: 44px;
    border: 1px solid #a8a8a8;
    border-radius: 12px;
    padding: 0 11px;
    font-size: 15px;
    color: #000;
    outline: 0;
    background: #fff;
    box-sizing: border-box;
}

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

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

.sw91-counsel-policy label {
    display: block;
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    line-height: 1.7;
    color: #9e9e9e;
    cursor: pointer;
    letter-spacing: -0.04rem;
}

.sw91-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);
}

.sw91-counsel-policy input[type="checkbox"]:checked + label::before {
    text-align: center;
    color: var(--sw91-main);
    line-height: 15px;
    font-size: 15px;
    content: "✓";
    background: #fff;
}

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

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

.sw91-youtube-panel {
    margin-left: 18px;
    margin-right: 8px;
    flex-shrink: 0;
}

.sw91-youtube-panel iframe {
    display: block;
    border: 0;
}

.sw91-mid-banners {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex-shrink: 0;
}

.sw91-mid-banners a {
    display: block;
    line-height: 0;
}

.sw91-mid-banners img {
    display: block;
    width: 294px;
    height: 129px;
}

.sw91-row-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 26px;
}

.sw91-side-banners {
    width: 406px;
    flex-shrink: 0;
}

.sw91-side-banner-img {
    display: block;
    width: 406px;
    height: 143px;
    margin: 0;
}

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

.sw91-stats-grid {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.sw91-stat {
    text-align: center;
    flex: 1;
}

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

.sw91-stat-value {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.08rem;
    color: #828282;
    margin-bottom: 20px;
    line-height: 1;
}

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

.sw91-stat-desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    color: #383d41;
}

.sw91-section--cars {
    padding-top: 64px;
    background: #fff;
}

.sw91-section-heading {
    margin: 0;
    color: var(--sw91-main);
    font-size: 36px;
    text-align: center;
    font-weight: 600;
    padding: 45px 0 10px;
    letter-spacing: -0.08rem;
}

.sw91-section-subheading {
    margin: 0 0 20px;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.08rem;
}

.sw91-more-wrap {
    text-align: center;
    margin: 40px auto 0;
}

.sw91-more-btn {
    display: inline-block;
    min-width: 220px;
    padding: 14px 36px;
    border: 3px solid var(--sw91-main);
    color: var(--sw91-main);
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.4s;
}

.sw91-more-btn:hover {
    color: #fff;
    background: var(--sw91-main);
    border-color: #fff;
}

.sw91-car-placeholder {
    text-align: center;
    color: #888;
    padding: 40px 0;
}

.sw91-section--reviews {
    padding: 20px 0 60px;
}

.sw91-reviews-carousel-wrap {
    padding-top: 60px;
}

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

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

.sw91-review-track {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.4s ease;
}

.sw91-review-item {
    flex: 0 0 303.5px;
    margin-right: 0;
    float: none;
}

.sw91-review-frame {
    width: 290px;
    height: 230px;
    border: 1px solid #c1c1c1;
    margin: 0 auto;
    overflow: hidden;
}

.sw91-review-img img {
    display: block;
    width: 290px;
    height: 230px;
    object-fit: cover;
}

.sw91-review-oneline {
    width: 290px;
    margin: 8px auto 0;
    text-align: center;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw91-review-oneline a {
    color: #333;
    text-decoration: none;
}

.sw91-review-oneline a:hover {
    color: var(--sw91-main);
}

.sw91-review-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 52px;
    border: 0;
    background: transparent center center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
    font-size: 0;
}

.sw91-review-nav--prev {
    left: -40px;
}

.sw91-review-nav--next {
    right: -40px;
}

.sw91-review-empty {
    text-align: center;
    color: #888;
    padding: 40px 0;
}

/* 리품카 서브페이지 */

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

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

.pabokhoe-list-page {
    --pb-brand: var(--epc-site-main, var(--sw91-main, #ef7000));
    --pb-brand-dark: var(--epc-site-main-dark, var(--sw91-main-dark, #c45a00));
    --pb-brand-light: var(--epc-site-main-light, #fff3e6);
    --pb-accent: var(--epc-site-main, var(--sw91-main, #ef7000));
}

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

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

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

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

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

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

.sw91-community-tabs li.is-on {
    background: var(--epc-site-main, var(--sw91-main));
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sw91-intro-page {
    margin-top: 50px;
    padding: 0;
}

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

.sw91-intro-topsub-inner {
    width: 1200px;
    margin: 0 auto;
}

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

.sw91-intro-topsub .menulist li {
    float: left;
    font-size: 18px;
    color: #424242;
    padding: 14px 0;
    text-align: center;
    font-weight: 600;
    font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    background: #ddd;
    cursor: pointer;
    box-sizing: border-box;
}

.sw91-intro-topsub .menulist li a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.sw91-intro-topsub .menulist li.on {
    background: var(--sw91-main, #ef7000);
    color: #fff;
}

.sw91-intro-content {
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

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

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

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

.sw91-map {
    margin: 30px auto 120px;
}

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

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

.sw91-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;
}

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

.sw91-traffic__sub img {
    flex-shrink: 0;
    display: block;
}

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

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

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

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

/* ── 고객상담신청 ── */
.sw91-counsel-page {
    width: 1200px;
    max-width: 100%;
    margin: 50px auto 80px;
    padding: 0 16px;
    box-sizing: border-box;
}

.sw91-counsel-page .sw91-home-counsel {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.sw91-counsel-tabs {
    display: flex;
    flex-wrap: wrap;
    max-width: 520px;
    margin: 0 auto 20px;
    gap: 2px;
}

.sw91-counsel-tab {
    flex: 1 1 calc(50% - 2px);
    min-width: calc(50% - 2px);
    padding: 14px 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #ef7000;
    background: #fff;
    border: 1px solid #ef7000;
    text-decoration: none;
    box-sizing: border-box;
}

.sw91-counsel-tab.is-on {
    background: #ef7000;
    color: #fff;
}

.sw91-counsel-page .sw91-counsel-box {
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
    padding: 28px 24px 32px;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #ffd2ab;
    background: #fff;
}

.sw91-counsel-page .sw91-counsel-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 24px;
}

.sw91-counsel-page .sw91-counsel-field input[type="text"] {
    height: 48px;
    font-size: 16px;
}

.sw91-counsel-page .sw91-counsel-submit {
    height: 54px;
    font-size: 18px;
    margin-top: 12px;
}

/* 개인정보처리방침 · 이용약관 */
.sw91-legal-page {
    width: 1100px;
    max-width: 100%;
    margin: 28px auto 60px;
    padding: 0 16px;
    box-sizing: border-box;
}
.sw91-legal-inner {
    max-width: 960px;
    margin: 0 auto;
}
.sw91-legal-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}
.sw91-legal-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #6b7280;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.sw91-legal-tab:hover {
    color: var(--epc-site-main, var(--sw91-main, #ef7000));
    border-color: var(--epc-site-main, var(--sw91-main, #ef7000));
}
.sw91-legal-tab.is-on {
    background: var(--epc-site-main, var(--sw91-main, #ef7000));
    border-color: var(--epc-site-main, var(--sw91-main, #ef7000));
    color: #fff;
}
.sw91-legal-card {
    background: #fff;
    border: 1px solid #eceff3;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    padding: 32px 36px 40px;
}
.sw91-legal-title {
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #eef2f7;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #111827;
}
.sw91-legal-body {
    font-size: 14px;
    line-height: 1.85;
    color: #374151;
    word-break: keep-all;
    overflow-wrap: anywhere;
}
.sw91-legal-body p {
    margin: 0 0 1em;
}
.sw91-legal-body p:last-child {
    margin-bottom: 0;
}
.sw91-legal-empty {
    margin: 0;
    padding: 24px 0;
    text-align: center;
    color: #9ca3af;
    font-size: 14px;
}

@media (max-width: 768px) {
    .sw91-legal-page {
        margin: 18px auto 40px;
        padding: 0 12px;
    }
    .sw91-legal-tabs {
        gap: 6px;
    }
    .sw91-legal-tab {
        flex: 1;
        padding: 0 10px;
        font-size: 13px;
    }
    .sw91-legal-card {
        padding: 22px 16px 28px;
        border-radius: 12px;
    }
    .sw91-legal-title {
        font-size: 22px;
        margin-bottom: 14px;
        padding-bottom: 12px;
    }
    .sw91-legal-body {
        font-size: 13px;
        line-height: 1.75;
    }
}

/* 파복회/회파중 고객후기 페이징 (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;
}

