/* 리품카(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;
}

/* 리품카(simwooin91) 모바일 — m.리품카.com 동일 */

body.epc-layout-mobile.site-simwooin91 {
    overflow-x: hidden;
    min-width: 0;
    font-family: 'NanumSquare', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    background: #fff;
    color: #000;
    font-size: 14px;
}

body.epc-layout-mobile.site-simwooin91 img,
body.epc-layout-mobile.site-simwooin91 iframe {
    max-width: 100%;
}

body.epc-layout-mobile.site-simwooin91 .sw91-header-pc,
body.epc-layout-mobile.site-simwooin91 .sw91-home-pc,
body.epc-layout-mobile.site-simwooin91 .sw91-bottom-pc,
body.epc-layout-mobile.site-simwooin91 .epc-header-pc,
body.epc-layout-mobile.site-simwooin91 .epc-home-pc,
body.epc-layout-mobile.site-simwooin91 .epc-bottom-pc {
    display: none !important;
}

body.epc-layout-mobile.site-simwooin91.epc-has-bottom-bar {
    padding-bottom: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-page-shell,
body.epc-layout-mobile.site-simwooin91 .epc-page-shell {
    min-width: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

/* ---- 고정 헤더 (운영 #maintop) ---- */
#maintop.sw91-mo-maintop {
    position: fixed;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    box-shadow: 0 4px 8px #c1c1c1;
    left: 0;
    top: 0;
}

#maintop h1 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.sw91-mo-logo-row,
.sw91-mo-toprow {
    margin-top: 3%;
    border-bottom: 1px solid #ef7000;
    padding-bottom: 2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sw91-mo-top-left {
    width: 22%;
    margin: 2vw 0 0 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.sw91-mo-top-left a {
    display: block;
    line-height: 0;
}

.sw91-mo-top-left img {
    width: 100%;
    max-width: 36px;
    height: auto;
}

.sw91-mo-top-right {
    width: 21%;
    margin: 0 2vw 0 0;
    line-height: 0;
}

.sw91-mo-top-right img {
    width: 100%;
    height: auto;
}

.sw91-mo-logo-row {
    border-bottom: 1px solid #ccc;
}

.sw91-mo-logo-center {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
}

.sw91-mo-logo-center img {
    display: block;
    width: 100%;
    height: auto;
}

.menu__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

.menu__list {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    line-height: 1.3;
    padding: 12px 2px;
    text-align: center;
    box-sizing: border-box;
}

#maintop .menu__wrap:first-of-type .menu__list {
    flex: 0 0 25%;
    max-width: 25%;
}

#maintop .menu__wrap:nth-of-type(2) .menu__list {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

.menu__list a {
    display: block;
    font-size: clamp(13px, 4vw, 15px);
    letter-spacing: -0.05em;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu__list a:hover,
.menu__list a:active {
    color: #ef7000;
}

.sw91-mo-header-spacer {
    height: var(--sw91-mo-header-h, 22vw);
}

/* ---- 본문 wrap ---- */
.sw91-mo-contents {
    margin: 0 auto;
    width: 100%;
    float: left;
    padding-top: 0;
    box-sizing: border-box;
}

.sw91-mo-ascontents {
    position: relative;
}

/* 메인 배너 슬라이드 (운영 cycle-slideshow) */
.sw91-mo-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #fff;
}

.sw91-mo-slideshow-track {
    display: flex;
    width: 100%;
    transition: transform 0.45s ease;
    will-change: transform;
    position: relative;
    z-index: 1;
}

.sw91-mo-slide-wrap {
    flex: 0 0 100%;
    width: 100%;
}

.sw91-mo-slide {
    display: block;
    width: 100%;
    height: auto;
}

.sw91-mo-slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    z-index: 10;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    appearance: none;
    -webkit-appearance: none;
}

.sw91-mo-slide-arrow::after {
    display: none;
}

.sw91-mo-slide-arrow--prev {
    left: 8px;
}

.sw91-mo-slide-arrow--next {
    right: 8px;
}

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 5;
    position: absolute;
    bottom: 10px;
    left: 0;
    line-height: 1;
    pointer-events: none;
}

.cycle-pager span,
.cycle-pager .cycle-pager-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    pointer-events: auto;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    appearance: none;
    -webkit-appearance: none;
}

.cycle-pager span.cycle-pager-active,
.cycle-pager .cycle-pager-dot.cycle-pager-active {
    background: #ef7000;
    border-color: #ef7000;
    transform: scale(1.15);
}

.sw91-mo-full-img {
    display: block;
    width: 100%;
    height: auto;
}

/* 유튜브 */
.sw91-mo-youtube.embed-container,
body.epc-layout-mobile.site-simwooin91 .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 4vw auto;
}

.sw91-mo-youtube.embed-container iframe,
body.epc-layout-mobile.site-simwooin91 .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* 통계 */
.section__realtime--wrap {
    padding: 3vw;
}

.section__realtime--box {
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.realtime__right--wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 3vw 0;
    box-sizing: border-box;
}

.right__box {
    width: 33.33%;
}

.right__none {
    margin-right: 0;
}

.right__today {
    font-family: 'NanumSquare', sans-serif;
    background: #ef7000;
    font-size: 4vw;
    font-weight: 400;
    padding: 1vw;
    border-radius: 50px;
    width: 24vw;
    text-align: center;
    margin: 0 auto 2vw;
    border: solid 2px #ef7000;
    color: #fff;
}

.rignt__couut {
    color: #828282;
    font-size: 8vw;
    font-weight: 700;
    margin-bottom: 2vw;
    font-family: 'NanumSquare', sans-serif;
    letter-spacing: -0.08rem;
}

.rignt__couut.is-accent {
    color: #ef7000;
}

.right__txt {
    line-height: 1.4;
    color: #000;
    font-size: 3vw;
    letter-spacing: -0.08rem;
    font-family: 'NanumSquare', sans-serif;
}

/* 연락/주소 */
.sw91-mo-info-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 2vw;
    margin-bottom: 4vw;
}

.m_info_box {
    width: 49%;
    height: 102px;
    padding: 22px 10px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.m_info_box a {
    color: inherit;
    text-decoration: none;
}

.m_info_box .title {
    padding: 0 25px 3px 0;
    color: #ef7000;
    text-indent: 12px;
    letter-spacing: -0.05em;
    font-size: 18px;
    font-weight: 600;
}

.m_info_box .title img {
    width: 16px;
    margin: 4px 2px 0 0;
    vertical-align: top;
    display: inline-block;
}

.m_info_box .con {
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.05em;
    font-weight: 600;
    line-height: 1.35;
}

.phone_num {
    display: block;
    padding: 4px;
    margin-top: 10px;
    background-color: #ef7000;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
}

/* 상담 폼 */
body.epc-layout-mobile.site-simwooin91 .section_one--box--one {
    padding: 0 3vw;
}

body.epc-layout-mobile.site-simwooin91 .section_one--inner {
    width: 100%;
    border: 4px solid #ef7000;
    padding: 3vw 6vw;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
}

body.epc-layout-mobile.site-simwooin91 .section_one--title {
    color: #ef7000;
    font-size: 5vw;
    font-weight: 600;
    letter-spacing: -0.08rem;
    margin-bottom: 2vw;
}

.sw91-mo-home-counsel input[type="text"] {
    width: 100%;
    border-radius: 12px;
    padding: 2vw 3vw;
    margin-bottom: 8px;
    color: #000;
    font-size: 3vw;
    box-sizing: border-box;
    background-color: #fff;
    outline: 0;
    border: 1px solid #d8d8d8;
}

.sw91-mo-home-counsel input::placeholder {
    color: #d8d8d8;
}

.sw91-mo-home-policy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 3vw;
    margin: 2vw 0;
    color: #000;
    letter-spacing: -0.04rem;
}

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

.sw91-mo-home-submit {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 3vw 6vw;
    background-color: #ef7000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btn_regi {
    margin: 0 auto 20px;
    display: table;
    padding: 0 35px;
    background: #ef7000;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.btn_regi a {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-decoration: none;
}

.sw91-mo-brand-block {
    padding: 20px 3vw;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.sw91-mo-brand-block iframe {
    width: 100%;
    height: 315px;
    margin-top: 10px;
    border: 0;
}

/* 유튜브 */
.section_youtube {
    padding: 0 3vw;
}

.section_youtube h2 {
    text-align: left;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: 1.35;
}

.section_youtube .line {
    display: block;
    margin: 10px 0;
    background: #ef7000;
    width: 22px;
    height: 3px;
}

.section_youtube p {
    text-align: left;
    font-size: 12px;
    margin: 0 0 20px;
}

.youtube_list {
    list-style: none;
    margin: 20px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.youtube_list .y_item {
    width: 49%;
}

.youtube_list iframe {
    width: 100%;
    height: 140px;
    border: 0;
}

/* 후기 */
.sw91-mo-review-block {
    background: #f8fafc;
    padding: 8px 0 24px;
    text-align: center;
}

.sw91-mo-review-head {
    width: 100%;
    margin: 0 auto 18px;
    padding: 20px 16px 4px;
    text-align: center;
    box-sizing: border-box;
}

.sw91-mo-review-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.04em;
    line-height: 1.35;
}

.sw91-mo-review-line {
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 auto 10px;
    background: #ef7000;
    border-radius: 2px;
}

.sw91-mo-review-desc {
    margin: 0;
    font-size: 12px;
    color: #888;
    letter-spacing: -0.02em;
}

.bbslist {
    text-align: center;
    width: 96%;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    margin: 0 auto 16px;
    overflow: hidden;
}

.bbslist li {
    float: left;
    width: 49%;
    margin: 0 2% 12px 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(20, 60, 90, 0.08);
}

.bbslist li:nth-child(2n) {
    margin-right: 0;
}

.bbslist .img {
    height: 30vw;
    overflow: hidden;
    line-height: 0;
}

.bbslist .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bbslist .subject {
    padding: 10px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    width: 100%;
    line-height: 1.35;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}

.sw91-mo-review-more {
    display: inline-block;
    padding: 0 28px;
    background: #ef7000;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(20, 125, 194, 0.25);
}

.sw91-mo-tel-banner {
    line-height: 0;
    margin-bottom: 8px;
}

.sw91-mo-tel-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---- 푸터 ---- */
.sw91-mo-footer {
    background-color: #fff;
    text-align: center;
    padding-top: 28px;
    padding-bottom: var(--sw91-mo-fixed-bar-h, 0px);
    box-sizing: border-box;
    border-top: 1px solid #eee;
}

.sw91-mo-footer-info {
    width: 96%;
    margin: auto;
    line-height: 150%;
    padding: 0 0 16px;
}

.sw91-mo-footer-info .site-footer-html {
    font-size: 14px;
}

.bottom_sns {
    margin-bottom: 16px;
    padding: 0 12px;
}

.bottom_sns img {
    width: 9%;
    max-width: 40px;
    margin: 0 1.5%;
    height: auto;
}

.sw91-mo-pc-bar {
    background: #f5f8fb;
    border-top: 1px solid #e4edf4;
    width: 100%;
    padding: 14px 16px 16px;
    text-align: center;
    box-sizing: border-box;
}

.sw91-mo-pc-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 200px;
    max-width: 280px;
    width: 72%;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #ef7000;
    background: #fff;
    border: 1px solid #b8d4ea;
    border-radius: 999px;
    text-decoration: none;
    line-height: 1.3;
    letter-spacing: -0.03em;
    box-shadow: 0 2px 8px rgba(20, 125, 194, 0.1);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.sw91-mo-pc-link:active {
    background: #eef6fc;
    border-color: #ef7000;
    box-shadow: 0 1px 4px rgba(20, 125, 194, 0.15);
}

.sw91-mo-pc-link-icon {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 14px;
    border: 2px solid #ef7000;
    border-radius: 2px;
    box-sizing: border-box;
}

.sw91-mo-pc-link-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 8px;
    height: 2px;
    margin-left: -4px;
    background: #ef7000;
    border-radius: 1px;
}

.sw91-mo-top-wrap {
    position: fixed;
    right: 12px;
    bottom: calc(var(--sw91-mo-fixed-bar-h, 66px) + 12px);
    z-index: 9999;
}

.sw91-mo-top-btn {
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 0;
    cursor: pointer;
}

.sw91-mo-top-btn img {
    width: 44px;
    height: auto;
}

.sw91-mo-fixed-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: flex;
    background: #fff;
}

.sw91-mo-fixed-bar a {
    flex: 1;
    display: block;
    line-height: 0;
}

.sw91-mo-fixed-bar img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---- 서브페이지 ---- */
body.epc-layout-mobile.site-simwooin91 .epc-subpage-shell .sw91-mo-contents {
    padding-top: 0;
}

body.epc-layout-mobile.site-simwooin91 .epc-subpage-shell {
    min-width: 0;
    padding-top: 0;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin91 .sw91-subpage {
    width: 100%;
    max-width: 100%;
    margin: 12px 0 40px;
    padding: 0 12px;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin91 .sw91-intro-page--mo {
    margin: 0 0 24px;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-intro-mo-wrap {
    width: 100%;
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-intro-page--mo .sw91-mo-full-img,
body.epc-layout-mobile.site-simwooin91 .sw91-intro-mo-tel img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-intro-mo-tel {
    display: block;
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-subpage h1 {
    font-size: 22px;
    margin-bottom: 16px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-intro-image-wrap,
body.epc-layout-mobile.site-simwooin91 .sw91-intro-image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

body.epc-layout-mobile.site-simwooin91 .sw91-container {
    width: 100%;
    padding: 0;
}

/* ---- 모바일 매물 목록 (엔카형 그리드 + 회파중 컬러) ---- */
body.epc-layout-mobile.site-simwooin91 .epc-subpage-shell .pabokhoe-list-page--mo-encar.car-list-page {
    margin-top: 8px;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar.car-list-page {
    --clf-brand: #ef7000;
    --clf-accent: #ef7000;
    --clf-danger: #ef7000;
    --clf-mobile-chip-on-bg: #ef7000;
    --clf-mobile-submit-bg: #ef7000;
    --clf-pagination-current-bg: #ef7000;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 8px 0 40px;
    padding: 0 8px;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .car-list-filter-pc {
    display: none !important;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .car-list-filter-mo {
    display: block;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .car-list-sort {
    display: none;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card {
    box-sizing: border-box;
    min-width: 0;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-link {
    display: block;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
    background: #fff;
    border: 1px solid #e4e9ee;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 2px 12px rgba(20, 60, 90, 0.08);
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-thumb {
    position: relative;
    overflow: hidden;
    background: #f6f8fa;
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-img--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f0f4f8;
    color: #8b939a;
    font-size: 12px;
    line-height: 1.3;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-body {
    padding: 8px 10px 12px;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-title {
    margin: 0 0 8px;
    padding: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    color: #2c3136;
    text-align: center;
    border-bottom: 1px solid #eef2f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-spec {
    margin: 0;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 6px;
    margin: 0;
    line-height: 1.45;
    font-size: 10px;
    color: #8b939a;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-spec-row dt {
    margin: 0;
    font-weight: 400;
    flex-shrink: 0;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-spec-row dd {
    margin: 0;
    text-align: right;
    color: #4a5560;
    font-weight: 600;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .epc-car-card-spec-row dd.epc-car-card-spec-month {
    color: #ef7000;
    font-size: 12px;
    font-weight: 700;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .car-list-empty {
    margin-top: 12px;
    padding: 32px 12px;
    font-size: 14px;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .car-list-pagination {
    margin-top: 16px;
}

body.epc-layout-mobile.site-simwooin91 .pabokhoe-list-page--mo-encar .car-list-filter-mo {
    margin-bottom: 12px;
}

/* ---- 모바일 상담문의 ---- */
body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-page {
    width: 100%;
    margin: 0 0 24px;
    padding: 12px 0 0;
    text-align: center;
    background: #f7f7f7;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-form {
    margin: 0;
    padding: 0 2%;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-outline {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 16px;
    border: 1px solid #d8d8d8;
    background-color: #ececec;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-tabs-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 14px 14px 0;
    list-style: none;
    box-sizing: border-box;
    gap: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-tabs-grid li {
    width: calc(50% - 1px);
    border: 1px solid #ef7000;
    background-color: #fff;
    padding: 12px 0;
    font-weight: 600;
    box-sizing: border-box;
    margin: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-tabs-grid li:nth-child(odd) {
    margin-right: 2px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-tabs-grid li:nth-child(1),
body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-tabs-grid li:nth-child(2) {
    margin-bottom: 2px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-tabs-grid li.is-on {
    background-color: #ef7000;
    border-color: #ef7000;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-tabs-grid a {
    display: block;
    color: #ef7000;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: -0.03em;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-tabs-grid li.is-on a {
    color: #fff;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-form-title {
    font-size: 20px;
    font-weight: 700;
    padding: 16px 0 8px;
    color: #222;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-row {
    display: flex;
    align-items: center;
    margin: 8px auto 0;
    width: 90%;
    border: 1px solid #c6c6c5;
    background-color: #fff;
    border-radius: 6px;
    padding: 6px 8px;
    box-sizing: border-box;
    overflow: hidden;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-row.is-textarea {
    align-items: flex-start;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-label {
    flex: 0 0 28%;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    color: #333;
    line-height: 40px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-row.is-textarea .sw91-mo-counsel-field-label {
    line-height: 1.4;
    padding-top: 10px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-input {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 4%;
    border-left: 1px solid #e0e0e0;
    text-align: left;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-input input,
body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-input textarea {
    width: 100%;
    font-size: 15px;
    text-align: left;
    border: 0;
    background: transparent;
    outline: 0;
    box-sizing: border-box;
    color: #111;
    margin: 0;
    vertical-align: middle;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-input input {
    height: 40px;
    line-height: 40px;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-input input::placeholder,
body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-input textarea::placeholder {
    color: #aaa;
    line-height: normal;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-field-input textarea {
    min-height: 100px;
    height: 28vw;
    max-height: 160px;
    resize: none;
    padding: 10px 0;
    line-height: 1.5;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-submit {
    width: 90%;
    margin: 16px auto 20px;
    padding: 14px 0;
    border: 0;
    border-radius: 8px;
    background-color: #ef7000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(239, 112, 0, 0.35);
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-counsel-tel {
    display: block;
    line-height: 0;
    background: #fff;
}

/* ---- 모바일 고객후기 ---- */
body.epc-layout-mobile.site-simwooin91 .sw91-community-page--mo {
    margin: 0 0 24px;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-community-body--mo {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist .uio_list {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist .utl_item {
    cursor: pointer;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist .utl_item td {
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 8px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist .utl_item td.pic {
    width: 34%;
    padding-right: 4px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist .utl_item td.text {
    width: 66%;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist .utl_mw {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    border-radius: 4px;
    background: #f3f3f3;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist .utl_mw img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist .utl_flex b {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
    word-break: keep-all;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist .wn,
body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist .wd {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbs-empty {
    margin: 24px 12px;
    padding: 20px;
    text-align: center;
    color: #ef7000;
    border: 2px solid #ef7000;
    font-size: 14px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbsview {
    width: 100%;
    padding: 0 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbsview .subject {
    padding: 12px 4px 8px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbsview .subject b {
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbsview .info {
    padding: 10px 4px;
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbsview .content {
    padding: 14px 4px;
    line-height: 1.65;
    font-size: 14px;
    word-break: break-word;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbsview .content img {
    max-width: 100% !important;
    height: auto !important;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbsview .content iframe {
    max-width: 100%;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbsview-bottom {
    padding: 16px 4px 8px;
    text-align: left;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbsview-list {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

/* ---- 리품카 운영(m.리품카.com) 전용 ---- */
body.epc-layout-mobile.site-simwooin91 .menu__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.epc-layout-mobile.site-simwooin91 .menu__list {
    height: auto;
    line-height: 1.3;
    padding: 10px 2px;
}

body.epc-layout-mobile.site-simwooin91 #maintop .menu__wrap:first-of-type .menu__list {
    flex: 0 0 25%;
    max-width: 25%;
}

body.epc-layout-mobile.site-simwooin91 #maintop .menu__wrap:nth-of-type(2) .menu__list {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

body.epc-layout-mobile.site-simwooin91 .menu__list a {
    font-size: clamp(12px, 3.8vw, 15px);
    font-weight: 500;
}

body.epc-layout-mobile.site-simwooin91 .right__today {
    background: #fff;
    color: var(--sw91-main, #ef7000);
    border: solid 2px var(--sw91-main, #ef7000);
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 16%);
}

body.epc-layout-mobile.site-simwooin91 .rignt__couut.is-accent {
    color: var(--sw91-main, #ef7000);
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-banner-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 2vw;
    margin-bottom: 4vw;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-banner-half {
    width: 50%;
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-banner-half img {
    display: block;
    width: 100%;
    height: auto;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-brand-block {
    padding: 20px 3vw;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-brand-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-brand-title .is-accent {
    color: #147dc2;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-brand-desc {
    margin: 0 0 10px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-brand-desc .is-accent {
    color: #147dc2;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-brand-desc .is-bold {
    font-weight: 700;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-brand-block iframe {
    width: 100%;
    height: 315px;
    margin-top: 10px;
    border: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-home-counsel-wrap {
    padding: 0 3vw;
    margin-bottom: 20px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-home-counsel-box {
    width: 100%;
    margin-bottom: 2vw;
    padding: 3vw 6vw;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #ffd2ab;
    background-color: #fff;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-home-counsel-title {
    color: #ef7000;
    font-size: 5vw;
    font-weight: 600;
    letter-spacing: -0.08rem;
    margin-bottom: 2vw;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-home-counsel-desc {
    color: #fff;
    font-size: 3vw;
    font-weight: 500;
    letter-spacing: -0.06rem;
    margin-bottom: 2vw;
    line-height: 1.5;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-home-counsel input[type="text"] {
    width: 100%;
    border-radius: 12px;
    padding: 2vw 3vw;
    margin-bottom: 8px;
    color: #000;
    font-size: 3vw;
    box-sizing: border-box;
    background-color: #fff;
    outline: 0;
    border: solid 1px #a8a8a8;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-home-policy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 3vw;
    margin: 2vw 0;
    color: #000;
    letter-spacing: -0.04rem;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-home-policy button {
    border: 0;
    background: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-home-submit {
    width: 69vw;
    max-width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 3vw 6vw;
    background-color: #ef7000;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

/* 홈 차량 섹션 */
.sw91-mo-car-section {
    padding: 0 3vw;
    background: #fff;
    text-align: center;
}

.sw91-mo-section-title {
    color: #ef7000;
    font-size: 5vw;
    margin: 4vw auto 2vw;
    font-weight: 500;
    letter-spacing: -0.08rem;
    text-align: center;
}

.sw91-mo-car-section + .sw91-mo-car-section .sw91-mo-section-title {
    margin-top: 6vw;
}

.sw91-mo-section-sub {
    color: #000;
    font-weight: 400;
    font-size: 3vw;
    margin-bottom: 3vw;
    text-align: center;
}

/* 홈 추천매물 — 목록 페이지와 동일 스킨 */
body.epc-layout-mobile.site-simwooin91 .sw91-mo-car-section .sw91-mo-home-car-list {
    margin: 0;
    padding: 0 4px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-car-section .sw91-mo-home-car-list.pabokhoe-list-page--mo-encar {
    margin-top: 0;
    margin-bottom: 0;
}

.sw91-mo-more-btn {
    display: block;
    font-size: 3.5vw;
    font-weight: 400;
    width: 64%;
    border: 0.5vw solid #ef7000;
    border-radius: 50px;
    text-align: center;
    margin: 5vw auto 1vw;
    box-sizing: border-box;
    padding: 2vw;
    color: #ef7000;
    text-decoration: none;
}

.sw91-mo-review-block .sw91-mo-section-title {
    margin-top: 6vw;
}

.sw91-mo-footer-links {
    margin-bottom: 12px;
}

.sw91-mo-footer-links a {
    display: inline-block;
    padding: 8px 16px;
    font-size: 13px;
    color: #ef7000;
    border: 1px solid #ef7000;
    border-radius: 20px;
    text-decoration: none;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-review-block {
    background: #fff;
    padding-bottom: 20px;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-review-title {
    margin: 4vw 0 5vw;
    font-size: 6vw;
    font-weight: 500;
    color: var(--sw91-main, #ef7000);
    letter-spacing: -0.08rem;
    text-align: left;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist-grid {
    width: 96%;
    margin: 0 auto 20px;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-bbslist-grid .subject {
    padding: 2vw 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    width: 100%;
    line-height: 3vw;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgb(130 142 153 / 25%);
    font-size: 2vw;
    font-weight: 800;
    text-align: center;
    position: relative;
    top: -3vw;
    margin: 0 auto;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-review-more-wrap {
    display: block;
    width: 100%;
    text-align: center;
    margin: 4vw 0 2vw;
    padding: 0 2%;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-review-more {
    display: block;
    width: 100%;
    max-width: none;
    text-align: center;
    background: none;
    padding: 0;
    height: auto;
    line-height: 0;
    box-shadow: none;
    border: 0;
    text-decoration: none;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-review-more img {
    display: block;
    width: 60vw;
    max-width: 320px;
    min-width: 220px;
    height: auto;
    margin: 0 auto;
    box-shadow: none;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-fixed-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    display: flex;
    width: 100%;
    background: #fff;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-fixed-bar-call,
body.epc-layout-mobile.site-simwooin91 .sw91-mo-fixed-bar-msg {
    display: block;
    width: 50%;
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-mo-fixed-bar img {
    display: block;
    width: 100%;
    height: auto;
}

body.epc-layout-mobile.site-simwooin91 .sw91-intro-page--mo {
    margin: 0;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin91 .sw91-intro-page--mo .sw91-intro-banner,
body.epc-layout-mobile.site-simwooin91 .sw91-intro-page--mo .sw91-mo-full-img {
    display: block;
    width: 100%;
    height: auto;
}

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