/* 심운리스(simwooin22) — 운영 백업(simwooin21) 동일 */

:root {
    --sw22-main: #F6A905;
    --sw22-main-dark: #d48e04;
    --sw22-gray: #5a5a5a;
    --sw22-border: #e1e1e1;
}

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

body.site-simwooin22 {
    --epc-site-main: var(--sw22-main);
    --main-color: var(--sw22-main);
    font-family: 'NanumSquare', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.4;
}

body.site-simwooin22.epc-layout-pc {
    overflow-x: hidden;
}

body.site-simwooin22.epc-has-bottom-bar:not(.epc-layout-mobile) {
    padding-bottom: 160px;
}

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

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

/* ── 상단 유틸 (즐겨찾기 | 로그인) ── */
.sw22-top-bar {
    width: 100%;
    background: #fff;
    height: 42px;
    border-bottom: 1px solid #eee;
}

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

.sw22-top-util {
    display: flex;
    align-items: center;
    gap: 0;
    font-size: 13px;
    font-family: 'NanumSquare', 'Noto Sans KR', sans-serif;
}

.sw22-util-link {
    color: #3d3d3d;
    text-decoration: none;
    font-size: 13px;
    line-height: 1;
    padding: 0 2px;
}

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

.sw22-util-sep {
    display: inline-block;
    margin: 0 10px;
    color: #ccc;
    font-size: 12px;
    line-height: 1;
}

.sw22-top-login,
.sw22-login-icon {
    display: none !important;
}

/* ── 로고 / GNB (운영: 로고 좌 + 메뉴 우) ── */
.sw22-nav-wrap {
    width: 100%;
    background: #fff;
}

.sw22-nav-inner {
    width: 1200px;
    margin: 0 auto;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    padding: 8px 0;
}

.sw22-logo {
    margin: 0;
    width: 280px;
    position: static;
    top: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.sw22-logo a {
    display: flex;
    align-items: center;
}

.sw22-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.sw22-top-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: 'Noto Sans KR', sans-serif;
}

.sw22-menu-item {
    margin-left: 4px;
}

.sw22-menu-item a {
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 14px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.2;
}

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

/* ── 푸터 (운영: 로고 + 사업자정보) ── */
.sw22-footer {
    clear: both;
    width: 100%;
    background: #F2F2F2;
    padding: 90px 0 70px;
}

.sw22-footer-legal-bar {
    width: 1200px;
    margin: 0 auto 24px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    font-size: 13px;
}

.sw22-footer-legal-bar li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sw22-footer-legal-bar a {
    color: #666;
    text-decoration: none;
}

.sw22-footer-legal-bar a:hover {
    color: #252525;
    text-decoration: underline;
}

.sw22-footer-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.sw22-footer-logo {
    flex: 0 0 auto;
    margin-right: 100px;
}

.sw22-footer-logo img {
    display: block;
    max-width: 220px;
    height: auto;
}

.sw22-footer-info {
    flex: 1 1 auto;
    color: #252525;
    font-size: 14px;
    line-height: 1.7;
    text-align: left;
}

.sw22-footer-info p,
.sw22-footer-info div {
    margin: 0 0 2px;
}

/* legacy footer blocks unused on AS5 layout */
.sw22-footer-links-block,
.sw22-footer-links-grid,
.sw22-footer-links-col,
.sw22-footer-top,
.sw22-footer-menu,
.sw22-footer-sns {
    display: none !important;
}

.sw22-layout-switch-mo {
    display: none;
    margin: 16px 0 0;
    text-align: center;
}

/* ── 서브페이지 하단 상담 바 ── */
.sw22-bottom-counsel {
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: min(1071px, calc(100% - 32px));
    max-width: 100%;
    z-index: 9999;
}

.sw22-bottom-counsel-inner {
    position: relative;
    width: 100%;
    height: auto;
}

.sw22-bottom-counsel-bg {
    display: block;
    width: 100%;
    height: auto;
}

.sw22-bottom-counsel-fields {
    position: absolute;
    inset: 0;
}

.sw22-bottom-counsel-fields input.sw22-bottom-field {
    position: absolute;
    top: 72px;
    width: 229px;
    height: 49px;
    padding: 0 10px;
    font-size: 13px;
    border: 1px solid #c4c4c4;
}

.sw22-bottom-field--name {
    left: 348px;
}

.sw22-bottom-field--tel {
    left: 596px;
}

.sw22-bottom-counsel-btn {
    position: absolute;
    top: 64px;
    right: 65px;
    width: 162px;
    height: 68px;
    border: 0;
    border-radius: 12px;
    background: var(--sw22-main);
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

/* ── 소개 페이지 ── */
.sw22-intro-page {
    width: 1200px;
    margin: 50px auto 80px;
    text-align: left;
}

.sw22-siteinfo-tabs {
    display: flex;
    width: 100%;
    margin: 0 0 0;
    clear: both;
}

.sw22-siteinfo-tab {
    flex: 1 1 50%;
    display: block;
    padding: 14px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Nanum Gothic', 'nanum gothic', sans-serif;
    color: #424242;
    background: #dddddd;
    text-decoration: none;
}

.sw22-siteinfo-tab.is-on {
    background: #F6A905;
    color: #fff;
}

.sw22-intro-image-wrap {
    width: 100%;
    margin: 0 auto 80px;
    background: #fff;
}

.sw22-intro-image-wrap--tabs {
    margin-top: 0;
}

.sw22-intro-banner {
    display: block;
    width: 100%;
    height: auto;
}

.sw22-intro-empty {
    width: 100%;
    margin: 50px auto 80px;
    text-align: center;
}

.sw22-intro-empty h1 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 800;
}

/* ── 찾아오시는 길 ── */
.sw22-map-wrap {
    width: 100%;
    margin: 0 auto 80px;
}

.sw22-map-info {
    margin: 30px auto 120px;
    text-align: left;
}

.sw22-traffic__address {
    font-family: 'NanumSquare', sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.08rem;
    line-height: 1.5;
}

.sw22-traffic {
    margin-top: 40px;
    text-align: left;
}

.sw22-traffic__title {
    font-family: 'NanumSquare', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sw22-traffic__sub {
    width: 50%;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.08rem;
    display: flex;
    float: left;
    margin-bottom: 24px;
    line-height: 1.5;
}

.sw22-traffic__sub img {
    flex-shrink: 0;
    margin-right: 16px;
}

.sw22-traffic__sub--wide {
    width: 100%;
    float: none;
    clear: both;
}

.sw22-traffic__content {
    flex: 1;
}

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

.sw22-traffic__footer {
    clear: both;
    margin: 51px auto;
    font-family: 'NanumSquare', sans-serif;
    font-size: 21px;
    font-weight: 400;
    color: #252525;
}

/* ── 상담 / 커뮤니티 서브 ── */
.sw22-counsel-page {
    width: 1200px;
    margin: 50px auto 80px;
}

.sw22-counsel-tabs,
.sw22-community-tabs {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
    display: flex;
}

.sw22-counsel-tabs li,
.sw22-community-tabs li {
    flex: 1;
    text-align: center;
    background: #ddd;
}

.sw22-counsel-tabs li.is-on,
.sw22-community-tabs li.is-on {
    background: var(--sw22-main);
}

.sw22-counsel-tabs a,
.sw22-community-tabs a,
.sw22-community-tabs span {
    display: block;
    padding: 14px 8px;
    color: #424242;
    font-size: 16px;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.3;
}

.sw22-community-tabs li.is-on span {
    color: #fff;
}

.sw22-counsel-tabs li.is-on a,
.sw22-community-tabs li.is-on a {
    color: #fff;
}

.sw22-counsel-wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.sw22-counsel-input {
    text-align: left;
    margin-top: 8px;
}

.sw22-counsel-section-head {
    margin-bottom: 7px;
    margin-top: 0;
}

.sw22-counsel-section-title {
    font-size: 15px;
    font-weight: 700;
}

.sw22-counsel-section-note {
    font-size: 12px;
    color: #8e8e8e;
    margin-left: 10px;
}

.sw22-counsel-table-wrap {
    border-top: 2px solid var(--sw22-main);
}

.sw22-counsel-table {
    width: 100%;
    border-collapse: collapse;
}

.sw22-counsel-table tr {
    height: 38px;
}

.sw22-counsel-table td {
    border-bottom: 1px solid #cacaca;
    vertical-align: middle;
}

.sw22-counsel-table .left {
    width: 70px;
    background: #f3f3f3;
    font-weight: 700;
    text-align: center;
}

.sw22-counsel-table .right {
    padding-left: 8px;
}

.sw22-counsel-table input[type='text'],
.sw22-counsel-table input[type='tel'],
.sw22-counsel-table select {
    width: 100%;
    max-width: 420px;
    padding: 7px 8px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 14px;
}

.sw22-counsel-table select {
    padding: 5px 8px;
    max-width: 200px;
}

.sw22-counsel-privacy {
    padding-top: 16px;
}

.sw22-counsel-privacy-box {
    margin-top: 7px;
    width: 100%;
    min-height: 200px;
    max-height: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #cacaca;
    border-top: 2px solid var(--sw22-main);
    text-align: left;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.sw22-counsel-privacy-box p {
    margin: 0 0 0.55em;
    word-break: keep-all;
    overflow-wrap: break-word;
}

.sw22-counsel-privacy-box .sw22-privacy-heading {
    margin-top: 1em;
    margin-bottom: 0.4em;
    color: #222;
}

.sw22-counsel-privacy-box .sw22-privacy-heading:first-child {
    margin-top: 0;
}

.sw22-counsel-privacy-box .sw22-privacy-subheading {
    margin: 0.5em 0 0.25em;
    font-weight: 600;
    color: #444;
}

.sw22-counsel-policy-check {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0 0;
    padding: 14px 20px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.sw22-counsel-policy-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.sw22-counsel-policy-label input[type='checkbox'] {
    width: 18px;
    height: 18px;
    margin: 0;
    flex-shrink: 0;
    accent-color: var(--sw22-main);
    cursor: pointer;
}

.sw22-counsel-policy-text {
    color: #666;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
}

.sw22-counsel-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #000;
    margin-top: 16px;
}

.sw22-counsel-submit-btn,
.sw22-counsel-reset-btn {
    font-size: 18px;
    padding: 16px 30px;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin: 0;
    min-width: 140px;
    line-height: 1.2;
}

.sw22-counsel-submit-btn {
    background: var(--sw22-main);
}

.sw22-counsel-reset-btn {
    background: #767676;
}

/* ── 우측 고정 퀵메뉴 (운영 #quick 동일) ── */
.sw22-right-quick {
    position: fixed;
    top: 0;
    right: 0;
    width: 90px;
    z-index: 9999;
}

.sw22-right-quick-menu {
    position: absolute;
    top: 212px;
    right: 0;
    z-index: 10000;
}

.sw22-right-quick-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sw22-right-quick-menu li {
    margin: 0;
    padding: 0;
}

.sw22-right-quick-menu a {
    display: block;
    line-height: 0;
}

.sw22-right-quick-menu img {
    display: block;
    width: 90px;
    height: auto;
}

.sw22-right-top-btn {
    display: none;
    width: 127px;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    border: 1px solid var(--sw22-main);
    border-radius: 0;
    background: var(--sw22-main);
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

body.epc-layout-mobile.site-simwooin22 .sw22-right-quick {
    display: none !important;
}

/* 매물 상세 — 리스 납입 안내 (배너 + 표) */
body.site-simwooin22 .sw22-lease-schedule {
    text-align: left;
}

body.site-simwooin22 .sw22-lease-schedule .encar-section-title {
    text-align: center;
}

body.site-simwooin22 .sw22-lease-schedule__box {
    align-items: stretch;
    background: #f2f2f2;
}

body.site-simwooin22 .sw22-lease-schedule__visual {
    flex: 0 0 220px;
    max-width: 220px;
}

body.site-simwooin22 .sw22-lease-schedule__visual img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
}

body.site-simwooin22 .sw22-lease-schedule__table-wrap {
    width: 100%;
    max-width: none;
    margin: 0;
}

body.epc-layout-mobile.site-simwooin22 .sw22-lease-schedule__visual {
    flex: none;
    max-width: none;
    width: 100%;
}

body.epc-layout-mobile.site-simwooin22 .sw22-lease-schedule__visual img {
    min-height: 0;
    max-width: 280px;
    margin: 0 auto;
    object-fit: contain;
}

/* 매물 상세 — KBN 리스와 동일 LIVE·조회수·두꺼운 타이포 */
body.site-simwooin22.car-detail-lease-site .encar-detail-head__title {
    font-weight: 800;
    letter-spacing: -0.04em;
}

body.site-simwooin22.car-detail-viewer-ui .encar-aside-card__title {
    font-weight: 800;
}

body.site-simwooin22.car-detail-lease-site .encar-section-title {
    font-weight: 800;
}

body.site-simwooin22.car-detail-lease-site .encar-spec-list dd,
body.site-simwooin22.car-detail-lease-site .encar-seller-list dd {
    font-weight: 700;
}

body.site-simwooin22.car-detail-lease-site .shm-detail-lease-price__amount {
    color: var(--sw22-main);
}

body.site-simwooin22.car-detail-lease-site .shm-detail-lease-price__term-btn:hover,
body.site-simwooin22.car-detail-lease-site .shm-detail-lease-price__term-wrap.is-open .shm-detail-lease-price__term-btn {
    border-color: var(--sw22-main);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--sw22-main) 18%, transparent);
}

body.site-simwooin22.car-detail-lease-site .shm-detail-lease-price__term-wrap.is-open .shm-detail-lease-price__chev,
body.site-simwooin22.car-detail-lease-site .shm-detail-lease-price__term-option:hover {
    border-color: var(--sw22-main);
    color: var(--sw22-main);
}

body.site-simwooin22.car-detail-lease-site .shm-detail-lease-price__term-option.is-selected,
body.site-simwooin22.car-detail-lease-site .shm-detail-lease-price__term-option.is-selected:hover {
    background: var(--sw22-main);
}

/* ── 심운리스 매물 카드 스킨 ── */
.sw22-listcar {
    box-sizing: border-box;
}

.sw22-listcar .listimg {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    text-align: left;
}

.sw22-listcar .listimg::after {
    content: none;
}

.sw22-car-card {
    float: none !important;
    margin: 0 !important;
    width: calc((100% - 60px) / 4);
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(40, 30, 10, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
}

.sw22-car-card:hover {
    transform: translateY(-8px);
    border-color: color-mix(in srgb, var(--sw22-main) 45%, #fff);
    box-shadow: 0 16px 36px rgba(246, 169, 5, 0.22);
}

.sw22-car-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.sw22-car-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f3f3f3;
}

.sw22-car-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sw22-car-card:hover .sw22-car-thumb img {
    transform: scale(1.08);
}

.sw22-car-thumb-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.28) 100%);
    opacity: 0.55;
    pointer-events: none;
}

.sw22-car-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 54px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffb300 0%, #f67a00 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 4px 12px rgba(246, 122, 0, 0.35);
}

.sw22-car-body {
    padding: 14px 14px 16px;
}

.sw22-car-name {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 800;
    color: #222;
    letter-spacing: -0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35;
}

.sw22-car-name em {
    font-style: normal;
    color: var(--sw22-main);
    margin-right: 2px;
}

.sw22-car-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
    max-height: 54px;
    overflow: hidden;
}

.sw22-car-chips span {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #fff7e8;
    color: #7a5a10;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.sw22-car-pricebox {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px dashed #f0e2c0;
}

.sw22-car-price-label {
    font-size: 12px;
    font-weight: 700;
    color: #999;
    letter-spacing: -0.02em;
}

.sw22-car-price-value {
    color: #e53935;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1;
}

.sw22-car-price-value small {
    font-size: 13px;
    font-weight: 700;
    margin-left: 1px;
}

.sw22-listcar-clear {
    display: none;
}

/* 목록 페이지에서도 동일 카드 */
.pabokhoe-list-page .sw22-listcar .listimg,
.car-list-page .sw22-listcar .listimg {
    width: 100%;
    max-width: none;
}

.pabokhoe-list-page .sw22-car-card,
.car-list-page .sw22-car-card {
    width: calc((100% - 60px) / 4);
}

@media (max-width: 1100px) {
    .sw22-car-card,
    .pabokhoe-list-page .sw22-car-card,
    .car-list-page .sw22-car-card {
        width: calc((100% - 20px) / 2);
    }
}

/* 심운리스 홈 — 운영 AS5(simwooin22.autosale.co.kr) 구조 */

.sw22-home-pc {
    width: 100%;
    background: #fff;
}

/* ── 메인 비주얼 ── */
.sw22-visual-wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

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

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

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

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

.sw22-visual-slide > img {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0 auto;
}

.sw22-visual-pager {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 28px;
    z-index: 10;
}

.sw22-visual-pager button {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    background: #926f6f;
    margin: 0 4px;
    border-radius: 10px;
    opacity: 0.4;
    border: 0;
    padding: 0;
    cursor: pointer;
}

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

/* ── 배너 하단 겹침 상담바 ── */
.sw22-home-counsel-wrap {
    position: relative;
    width: 100%;
    z-index: 20;
    margin-top: -110px;
    margin-bottom: 24px;
}

.sw22-home-counsel-inner {
    position: relative;
    width: 1071px;
    margin: 0 auto;
}

.sw22-home-counsel-bg {
    display: block;
    width: 1071px;
    height: auto;
}

.sw22-home-counsel-fields {
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    height: 68px;
    pointer-events: none;
}

.sw22-home-counsel-fields input {
    position: absolute;
    top: 0;
    width: 229px;
    height: 49px;
    padding: 0 10px;
    border: 1px solid #c4c4c4;
    font-size: 13px;
    color: #000;
    background: #fff;
    pointer-events: auto;
}

.sw22-home-counsel-fields input[data-consult-field="car"] {
    left: 348px;
}

.sw22-home-counsel-fields input[data-consult-field="phone"] {
    left: 596px;
}

.sw22-home-counsel-btn {
    position: absolute;
    top: -8px;
    right: 65px;
    width: 162px;
    height: 68px;
    border: 0;
    border-radius: 12px;
    background: #F7A904;
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    cursor: pointer;
    pointer-events: auto;
}

.sw22-home-counsel-btn:hover {
    background: #e09804;
}

/* ── 섹션 공통 ── */
.sw22-section {
    width: 100%;
    background: #fff;
    text-align: center;
}

.sw22-section--cars {
    padding-top: 40px;
    padding-bottom: 10px;
}

.sw22-cars-container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.sw22-section-heading {
    color: #F7A904;
    font-size: 36px;
    text-align: center;
    font-family: 'Nanum Gothic', 'NanumSquare', sans-serif;
    font-weight: 800;
    padding: 45px 0;
    margin: 0;
}

.sw22-section-heading span {
    color: #000;
    font-weight: 400;
    font-size: 31px;
}

.sw22-middle-banner {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    background: #fff;
}

.sw22-middle-banner--cream {
    background: #FFF7E5;
}

.sw22-middle-banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.sw22-car-empty {
    padding: 40px 0;
    color: #888;
    font-size: 16px;
}

.sw22-listcar-clear {
    clear: both;
}

/* 카드 본 스타일은 default.css (.sw22-listcar) — 홈 그리드만 조정 */
.sw22-home-pc .sw22-cars-container .sw22-listcar .listimg {
    width: 1000px;
    gap: 16px;
}

.sw22-home-pc .sw22-cars-container .sw22-car-card {
    width: calc((1000px - 48px) / 4);
}

/* ── 후기 ── */
.sw22-section--reviews {
    padding: 40px 0 80px;
}

.sw22-review-title {
    color: #F6A905;
    font-size: 32px;
    font-weight: 600;
    margin: 40px auto 10px;
}

.sw22-review-sub {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 40px;
    color: #333;
}

.sw22-review-empty {
    padding: 30px;
    color: #888;
}

.sw22-review-stage {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.sw22-review-viewport {
    overflow: hidden;
    width: 100%;
}

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

.sw22-review-item {
    flex: 0 0 230px;
    width: 230px;
    margin-right: 16px;
    text-align: left;
}

.sw22-review-frame {
    width: 230px;
    height: 180px;
    border: 1px solid #c1c1c1;
    overflow: hidden;
}

.sw22-review-img {
    width: 230px;
    height: 180px;
    overflow: hidden;
}

.sw22-review-img img {
    width: 230px;
    height: 190px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.sw22-review-img img:hover {
    transform: scale(1.1);
}

.sw22-review-oneline {
    padding: 6px 7px;
    width: 232px;
    height: 42px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    font-family: 'NanumSquare', sans-serif;
    background: #fff;
    position: relative;
    top: -28px;
    left: 50%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgb(130 142 153 / 25%);
    transform: translate(-50%, 0);
    font-size: 14px;
    font-weight: 800;
    transition: all 0.4s;
}

.sw22-review-oneline a {
    color: inherit;
    text-decoration: none;
}

.sw22-review-oneline:hover {
    background: #F6A905;
    color: #fff;
    top: -24px;
}

.sw22-review-nav {
    position: absolute;
    top: 58px;
    width: 40px;
    height: 55px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 5;
}

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

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

/* ── 좌/우 사이드 ── */
.sw22-side-left,
.sw22-side-right {
    position: fixed;
    z-index: 9999;
    visibility: hidden;
    pointer-events: none;
}

.sw22-side-left {
    width: 180px;
}

.sw22-side-left a {
    display: block;
    margin-top: 10px;
}

.sw22-side-left a:first-child {
    margin-top: 0;
}

.sw22-side-left img {
    display: block;
    width: 100%;
    height: auto;
}

.sw22-side-right {
    width: 173px;
}

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

.sw22-side-counsel-head {
    display: block;
    width: 100%;
    height: auto;
    background: #ffd12d;
}

.sw22-side-counsel-body {
    padding: 8px;
    border: 1px solid #c1c1c1;
    border-top: 0;
}

.sw22-side-counsel-tab {
    float: left;
    width: 50%;
    padding: 8px 0;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    background: #f0f0f0;
    color: #F6A905;
}

.sw22-side-counsel-tab.is-on {
    background: #F6A905;
    color: #fff;
}

.sw22-side-counsel-body input[type="text"] {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 8px 6px;
    border: 1px solid #ddd;
    font-size: 13px;
    box-sizing: border-box;
}

.sw22-side-counsel-policy {
    display: block;
    clear: both;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
    text-align: left;
}

.sw22-side-counsel-submit {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 10px 0;
    border: 0;
    background: #F6A905;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

/* 심운리스(simwooin22) 커뮤니티 페이지 셸 — 스킨별 스타일은 public/css/board_*.css */

.sw22-community-page {
    width: 100%;
    margin: 0 auto 80px;
}

.sw22-community-topsub {
    width: 100%;
    clear: both;
    margin-bottom: 0;
}

.sw22-community-topsub .sw22-community-tabs {
    margin-bottom: 0;
}

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

.sw22-community-body .epc-community-skin {
    width: 100%;
    max-width: 1200px;
}

.sw22-community-body--column {
    padding: 0;
}

.sw22-community-body--column.sw22-community-body--view {
    padding: 48px 40px 64px;
}

/* 개인정보처리방침 · 이용약관 */
.sw22-legal-page { width: 1100px; max-width: 100%; margin: 28px auto 60px; padding: 0 16px; box-sizing: border-box; }
.sw22-legal-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.sw22-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; }
.sw22-legal-tab.is-on { background: #333; border-color: #333; color: #fff; }
.sw22-legal-title { margin: 0 0 18px; font-size: 28px; font-weight: 800; color: #111; }
.sw22-legal-body { font-size: 14px; line-height: 1.85; color: #374151; word-break: keep-all; }
.sw22-legal-empty { color: #9ca3af; text-align: center; padding: 24px 0; }
@media (max-width: 768px) {
  .sw22-legal-page { margin: 18px auto 40px; padding: 0 12px; }
  .sw22-legal-tab { flex: 1; font-size: 13px; }
  .sw22-legal-title { font-size: 22px; }
}

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

