/* 다담오토리스(simwooin23) */

:root {
    --sw23-main: #ff7c24;
    --sw23-main-dark: #e06510;
    --sw23-gray: #5a5a5a;
    --sw23-border: #e1e1e1;
}

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

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

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

body.site-simwooin23.epc-has-bottom-bar:not(.epc-layout-mobile) {
    /* 하단 고정 상담바 여백은 .sw23-footer padding-bottom으로만 확보 (이중 여백 방지) */
    padding-bottom: 0;
}

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

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

/* ── 상단 SNS / 로그인 ── */
.sw23-top-bar {
    width: 100%;
    background: #f2f2f2;
    height: 50px;
}

.sw23-top-bar-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.sw23-top-sns a {
    display: inline-block;
    margin-right: 10px;
}

.sw23-top-sns img,
.sw23-top-login img {
    vertical-align: middle;
}

.sw23-util-link {
    font-size: 13px;
    color: #3d3d3d;
    text-decoration: none;
}

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

.sw23-util-sep {
    margin: 0 6px;
    color: #999;
}

/* ── 로고 / GNB ── */
.sw23-nav-wrap {
    width: 100%;
    background: #fff;
}

.sw23-nav-inner {
    width: 1200px;
    margin: 36px auto 32px;
}

.sw23-logo {
    text-align: center;
    margin-bottom: 22px;
}

.sw23-top-menu {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
}

.sw23-menu-item {
    width: 130px;
}

.sw23-menu-item a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0 16px;
    text-decoration: none;
}

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

/* ── 하단 링크 블록 ── */
.sw23-footer-links-block {
    clear: both;
    width: 100%;
    background: #f1f1f1;
}

.sw23-footer-links-block--sub {
    margin-top: 40px;
}

.sw23-footer-links-grid {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.sw23-footer-links-col {
    border-right: 2px solid var(--sw23-border);
    padding: 74px 0;
    text-align: center;
}

.sw23-footer-links-col:first-child {
    border-left: 2px solid var(--sw23-border);
}

.sw23-footer-links-col h6 {
    font-size: 25px;
    font-weight: 800;
    color: var(--sw23-gray);
    margin: 0 0 30px;
    font-family: 'NanumSquare', sans-serif;
}

.sw23-footer-links-col a {
    display: block;
    font-size: 18px;
    line-height: 2;
    color: var(--sw23-gray);
    font-family: 'NanumSquare', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

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

/* ── 푸터 ── */
.sw23-footer {
    width: 100%;
    background: #fff;
    /* 상단 30px / 하단은 고정 상담바(212px)+여유만큼만 */
    padding: 24px 0 160px;
}

.sw23-footer-inner {
    width: 1200px;
    margin: 0 auto;
}

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

.sw23-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

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

.sw23-footer-menu li:first-child {
    padding-left: 0;
}

.sw23-footer-menu li:last-child {
    border-right: 0;
}

.sw23-footer-menu a {
    font-size: 18px;
    color: #000;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.sw23-footer-sns img {
    margin-left: 10px;
}

.sw23-footer-info {
    clear: both;
    padding-top: 14px;
    padding-bottom: 0;
    text-align: left;
}

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

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

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

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

.sw23-bottom-counsel-fields {
    position: absolute;
    left: 30%;
    right: 4.2%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    box-sizing: border-box;
    pointer-events: none;
}

.sw23-bottom-counsel-fields input.sw23-bottom-field,
.sw23-bottom-counsel-btn {
    pointer-events: auto;
}

.sw23-bottom-counsel-fields input.sw23-bottom-field {
    position: static;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: 275px;
    height: 48px;
    padding: 0 14px;
    font-size: 15px;
    color: #222;
    border: 1px solid #cacaca;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
}

.sw23-bottom-counsel-fields input.sw23-bottom-field::placeholder {
    color: #999;
}

.sw23-bottom-counsel-fields input.sw23-bottom-field:focus {
    outline: none;
    border-color: var(--sw23-main);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--sw23-main) 22%, transparent);
}

.sw23-bottom-counsel-btn {
    position: static;
    flex: 0 0 auto;
    width: 180px;
    height: 72px;
    margin: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 12px;
    background: var(--sw23-main);
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(255, 124, 36, 0.28);
    transition: filter 0.15s ease, transform 0.15s ease;
}

.sw23-bottom-counsel-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

@media (max-width: 1100px) {
    .sw23-bottom-counsel-fields {
        left: 28%;
        gap: 12px;
    }

    .sw23-bottom-counsel-btn {
        width: 150px;
        height: 64px;
        font-size: 17px;
    }
}

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

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

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

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

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

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

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

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

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

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

.sw23-map-wrap--tabs {
    margin-top: 0;
}

.sw23-map-info {
    margin: 30px auto 0;
    text-align: left;
}

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

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

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

.sw23-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;
    line-height: 1.5;
    font-family: 'NanumSquare', sans-serif;
}

.sw23-traffic__sub img {
    flex-shrink: 0;
    width: 82px;
    height: 82px;
    object-fit: contain;
    margin-right: 16px;
}

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

.sw23-traffic__content {
    flex: 1;
    margin-left: 0;
    line-height: 32px;
}

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

.sw23-traffic__footer {
    clear: both;
    padding-top: 24px;
    font-size: 16px;
    color: #555;
}

/* ── 상담 / 커뮤니티 서브 (운영 AS5 상담폼) ── */
.sw23-counsel-page {
    width: 1200px;
    margin: 0 auto 80px;
    background: #fff;
}

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

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

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

.sw23-counsel-tabs a,
.sw23-community-tabs a,
.sw23-community-tabs span {
    display: block;
    padding: 14px 0;
    color: #424242;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Nanum Gothic', 'NanumSquare', sans-serif;
    text-decoration: none;
    line-height: 1.3;
}

.sw23-community-tabs {
    margin: 0 0 30px;
}

.sw23-community-tabs a,
.sw23-community-tabs span {
    padding: 14px 8px;
    font-size: 16px;
}

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

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

.sw23-counsel-hero-wrap {
    padding: 30px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.sw23-counsel-hero {
    display: block;
    width: 100%;
    height: auto;
}

.sw23-counsel-form--as5 {
    max-width: none;
    width: 100%;
    margin: 0;
}

.sw23-counsel-regist {
    padding: 30px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.sw23-counsel-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.sw23-counsel-table th,
.sw23-counsel-table td {
    border: 1px solid #ddd;
    padding: 8px 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    color: #3b3b3b;
}

.sw23-counsel-table th {
    width: 110px;
    background: #f5f6fe;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
}

.sw23-counsel-table th label {
    font: inherit;
    color: inherit;
}

.sw23-counsel-table input[type='text'],
.sw23-counsel-table select,
.sw23-counsel-table textarea {
    box-sizing: border-box;
    border: 1px solid #cacaca;
    font-size: 15px;
    color: #3b3b3b;
    font-family: inherit;
}

.sw23-counsel-table input[type='text'] {
    width: 100%;
    padding: 7px 8px;
    height: 34px;
}

.sw23-counsel-table input.sw23-counsel-input--num {
    width: 120px;
    text-align: right;
}

.sw23-counsel-table select {
    min-width: 120px;
    max-width: 180px;
    height: 30px;
    padding: 0 28px 0 12px;
    color: #666;
    background: #fff url('/site/simwooin23/img/counsel/select_arrow2.webp') no-repeat right 6px center;
    background-size: 14px auto;
    appearance: none;
    -webkit-appearance: none;
}

.sw23-counsel-table textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    line-height: 1.4;
    resize: vertical;
}

.sw23-counsel-privacy {
    padding: 30px 30px 0;
}

.sw23-counsel-privacy-title {
    margin: 0 0 30px;
    font-size: 25px;
    font-weight: 900;
    color: #000;
    text-align: left;
}

.sw23-counsel-privacy-box {
    width: 100%;
    height: 140px;
    overflow-y: auto;
    border: 1px solid #cacaca;
    text-align: left;
    padding: 15px;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    box-sizing: border-box;
}

.sw23-counsel-form--as5 .sw23-counsel-policy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0 0;
    color: #999;
    font-size: 16px;
    font-weight: 500;
}

.sw23-counsel-form--as5 .sw23-counsel-policy input[type='checkbox'] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex: none;
}

.sw23-counsel-submit-wrap {
    text-align: center;
    padding: 20px 0 30px;
    margin-top: 7px;
}

.sw23-counsel-submit {
    border: 0;
    border-radius: 0;
    background: var(--sw23-main);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

.sw23-counsel-submit--wide {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 16px 30px;
    height: auto;
    font-size: 25px;
    background: var(--sw23-main);
}

.sw23-counsel-submit--wide:hover {
    filter: brightness(1.05);
}

/* ── 우측 고정 퀵메뉴 (운영 #quick 동일, 원본 이미지 127px) ── */
.sw23-right-quick {
    position: fixed;
    top: 0;
    right: 0;
    width: 127px;
    z-index: 9999;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

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

/* PC: AI 추천을 우측 하단으로 — 펼치면 퀵/하단바보다 위 */
@media (min-width: 1000px) {
    body.site-simwooin23:not(.epc-layout-mobile) .site-ai-sidebar {
        top: auto;
        bottom: 28px;
        z-index: 10050;
        transform: translateY(0) translateX(calc(100% + 12px));
    }

    body.site-simwooin23:not(.epc-layout-mobile) .site-ai-sidebar.is-ready {
        transform: translateY(0) translateX(0);
    }

    /* 하단 고정 상담바(212px) 위로 */
    body.site-simwooin23.epc-has-bottom-bar:not(.epc-layout-mobile) .site-ai-sidebar {
        bottom: 230px;
    }

    /* AI 펼침 시 견적문의 퀵이 패널을 가리지 않도록 숨김 */
    body.site-simwooin23:has(.site-ai-sidebar.is-open) .sw23-right-quick {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    body.site-simwooin23:has(.site-ai-sidebar.is-open) .sw23-bottom-counsel {
        z-index: 9980;
    }
}

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

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

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

.sw23-right-quick-menu img {
    display: block;
    width: 127px;
    max-width: none;
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ── 매물 리스트 카드 (다담) ── */
body.site-simwooin23 .pabokhoe-list-page.car-list-page,
body.site-simwooin23 .car-list-page--filter-pabokhoe.car-list-page {
    --pb-brand: var(--sw23-main, #ff7c24);
    --pb-brand-dark: var(--sw23-main-dark, #e06510);
    --pb-brand-light: #fff4eb;
    --pb-radius: 14px;
    --pb-shadow: 0 6px 20px rgba(255, 124, 36, 0.08);
    --pb-shadow-hover: 0 14px 34px rgba(255, 124, 36, 0.18);
}

body.site-simwooin23 .sw21-listcar .listimg {
    gap: 18px;
}

body.site-simwooin23 .sw21-listcar .listimg > li {
    border-color: #eee7e0;
    border-radius: 14px;
}

body.site-simwooin23 .sw21-listcar .listimg > li:hover {
    transform: translateY(-6px);
    border-color: color-mix(in srgb, var(--sw23-main) 42%, #fff);
}

body.site-simwooin23:not(.epc-layout-mobile) .sw21-listcar .listimg li .img {
    height: 200px;
}

body.site-simwooin23 .sw21-listcar .listimg li .car1 {
    padding: 13px 14px 8px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 0;
}

body.site-simwooin23 .sw21-listcar .listimg li .list-maker {
    color: var(--sw23-main);
}

body.site-simwooin23 .sw21-listcar .listimg li .car2 {
    color: #2a2a2a;
    font-weight: 800;
}

body.site-simwooin23 .sw21-listcar .meta-label {
    color: #a0a5ab;
}

body.site-simwooin23 .sw21-listcar--lease .installment-row--lease {
    background: linear-gradient(90deg, #fff7f0 0%, #ffefe3 100%);
    border-top: 1px solid #f5e2d0;
}

body.site-simwooin23 .sw21-listcar--lease .installment-row--lease .installment-label,
body.site-simwooin23 .sw21-listcar--lease .installment-value--lease,
body.site-simwooin23 .sw21-listcar--lease .installment-value--lease .installment-unit {
    color: var(--sw23-main);
}


/* 다담오토리스 홈 — 운영 백업(simwooin21/home.php) 동일 */

.sw23-hover-card {
    transition: all 0.5s;
    position: relative;
    top: 0;
    cursor: pointer;
}

.sw23-hover-card:hover {
    top: -20px;
}

.sw23-section-title-img img {
    display: block;
    margin: 0 auto;
}

.sw23-section-title-img {
    padding: 46px 0;
    text-align: center;
}

.sw23-section-title-img--center {
    text-align: center;
}

/* ── 메인 비주얼 (백업: stage 947px + diagonal top 524px, 높이 812px → 총 1336px) ── */
.sw23-hero-block {
    position: relative;
    width: 100%;
    height: 1336px;
    margin: 0 auto;
    overflow-x: hidden;
}

.sw23-visual-stage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 947px;
    overflow: hidden;
    z-index: 1;
}

.sw23-visual-ban {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.sw23-visual-slide {
    display: none;
    position: relative;
}

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

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

.sw23-visual-btn {
    position: absolute;
    top: 468px;
    left: 272px;
    z-index: 3;
}

.sw23-visual-pager {
    position: absolute;
    left: 48.7%;
    transform: translateX(-50%);
    bottom: 290px;
    z-index: 10;
}

.sw23-visual-pager button {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 0;
    background: var(--sw23-main, #ff7c24);
    margin: 0 4px;
    border-radius: 10px;
    opacity: 0.4;
    border: 0;
    padding: 0;
    cursor: pointer;
}

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

.sw23-diagonal-banner {
    position: absolute;
    top: 524px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    line-height: 0;
    pointer-events: none;
}

.sw23-diagonal-banner img {
    display: block;
    width: 1866px;
    max-width: none;
    height: auto;
}

/* ── 섹션 공통 ── */
.sw23-section {
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
    background: #fff;
}

.sw23-section--one {
    padding-top: 0;
}

.sw23-section-one-grid {
    display: flex;
    justify-content: space-between;
    padding: 0 46px;
}

.sw23-section-one-btn {
    display: inline-block;
    margin-top: 47px;
}

.sw23-section--two {
    width: 100%;
    margin-top: 100px;
    padding-top: 0;
    background-color: #fbfbfb;
}

.sw23-section--two .sw23-container {
    background-color: #fbfbfb;
}

.sw23-section-two-img {
    margin: 0 auto;
    text-align: center;
}

.sw23-section-two-img img {
    display: block;
    width: 100%;
    max-width: 1108px;
    height: auto;
    margin: 0 auto;
}

.sw23-section--three {
    padding-top: 78px;
}

.sw23-section-three-grid {
    display: flex;
    justify-content: space-between;
}

.sw23-section-three-grid .sw23-hover-card:hover {
    box-shadow: 0 0 40px rgb(51 51 51 / 10%);
}

.sw23-section--four {
    padding-top: 78px;
}

.sw23-review-wrap {
    padding-top: 60px;
}

.sw23-section--five {
    text-align: center;
    margin: 0 auto 40px;
    width: 100%;
    background: #fbfbfb;
    overflow: hidden;
}

.sw23-section-five-imgbox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.sw23-section-five-imgbox img {
    display: inline-block;
    width: auto;
    max-width: 1108px;
    height: auto;
    margin: 0 auto;
    vertical-align: top;
}

.sw23-section--six {
    padding-top: 78px;
    margin: 20px 0;
    overflow: hidden;
}

.sw23-section--six img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* ── 출고후기 슬라이더 ── */
.sw23-review-empty {
    padding: 40px 0;
    color: #666;
}

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

.sw23-review-viewport {
    width: 1200px;
    overflow: hidden;
    padding-bottom: 36px;
}

.sw23-review-track {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    transition: transform 0.35s ease;
    will-change: transform;
}

.sw23-review-item {
    flex: 0 0 290px;
    width: 290px;
    margin-right: 13px;
}

.sw23-review-item:nth-child(4n) {
    margin-right: 13px;
}

.sw23-review-card {
    display: block;
    width: 290px;
    text-decoration: none;
    color: inherit;
}

.sw23-review-img {
    position: relative;
    width: 290px;
    height: 230px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    background: #f3f3f3;
}

.sw23-review-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.35s ease;
}

.sw23-review-card:hover .sw23-review-img img {
    transform: scale(1.08);
}

.sw23-review-oneline {
    position: relative;
    z-index: 1;
    width: 248px;
    margin: -28px auto 0;
    padding: 12px 14px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(60, 72, 88, 0.16);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.sw23-review-oneline span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    font-family: 'NanumSquare', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #222;
    word-break: keep-all;
}

.sw23-review-card:hover .sw23-review-oneline {
    background: var(--sw23-main, #ff7c24);
    transform: translateY(4px);
    box-shadow: 0 8px 20px rgba(255, 124, 36, 0.28);
}

.sw23-review-card:hover .sw23-review-oneline span {
    color: #fff;
}

.sw23-review-nav {
    position: absolute;
    top: 88px;
    width: 40px;
    height: 55px;
    padding: 0;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
    font-size: 0;
    opacity: 0.92;
    transition: opacity 0.2s ease;
}

.sw23-review-nav:hover {
    opacity: 1;
}

.sw23-review-nav--prev {
    left: -18px;
}

.sw23-review-nav--next {
    right: -18px;
}

/* ── 하단 CTA ── */
.sw23-section--cta {
    width: 100%;
    background: var(--sw23-main);
    padding: 74px 0;
    margin-top: 20px;
}

.sw23-cta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sw23-cta-buttons a {
    display: block;
    margin-bottom: 7.7px;
    text-decoration: none;
}

.sw23-cta-buttons button {
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
    font-size: 20px;
    font-weight: 700;
    width: 344px;
    height: 52px;
    padding: 7px 95px;
    border-radius: 26px;
    border: solid 2px #fff;
    background: var(--sw23-main);
    transition: all 0.2s;
    cursor: pointer;
}

.sw23-cta-buttons button:hover {
    color: var(--sw23-main-dark);
    background: #fff;
}

/* 다담오토리스(simwooin23) 커뮤니티 페이지 셸 — 스킨별 스타일은 public/css/board_*.css */

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

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

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

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

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

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

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

/* ── 출고후기 포토 갤러리 (PC) — 탭·목록 동일 가로폭 ── */
body.site-simwooin23 .sw23-community-page--posting {
    width: 1200px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body.site-simwooin23 .sw23-community-page--posting .sw23-community-topsub {
    width: 100%;
}

body.site-simwooin23 .sw23-community-page--posting .sw23-community-topsub .sw23-container {
    width: 100%;
    margin: 0;
}

body.site-simwooin23 .sw23-community-page--posting .sw23-community-tabs {
    width: 100%;
    margin: 0;
}

body.site-simwooin23 .sw23-community-page--posting .sw23-community-body {
    width: 100%;
    padding: 28px 0 64px;
    background: transparent;
    display: block;
    box-sizing: border-box;
}

body.site-simwooin23 .sw23-community-page--posting .sw23-community-body .epc-community-skin {
    width: 100%;
    max-width: none;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album,
body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album #bbslist.sw21-bbs-album {
    width: 100%;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 18px;
    width: 100%;
    max-width: none; /* board_pabokhoe 1020px 해제 — 탭(1200)과 동일 */
    margin: 0;
    padding: 0;
    list-style: none;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album ul::after {
    display: none;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album li {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(28, 35, 48, 0.06);
    color: inherit;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album-card:hover {
    transform: translateY(-4px);
    border-color: color-mix(in srgb, var(--sw23-main, #ff7c24) 35%, #ebebeb);
    box-shadow: 0 14px 28px rgba(255, 124, 36, 0.16);
}

/* 사진 영역: 비율 고정 + absolute cover (원본 세로/가로 무시) */
body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album .img,
body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album-card .img {
    position: relative;
    display: block;
    width: 100%;
    height: 0 !important;
    padding-bottom: 72%;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #eceff3;
    line-height: 0;
    box-sizing: border-box;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album .img a {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album .img img {
    position: absolute !important;
    inset: 0;
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    transition: transform 0.35s ease;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album-card:hover .img img {
    transform: scale(1.06);
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album .subject,
body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album .subject.oneline {
    display: block !important;
    flex: 0 0 auto;
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 14px 14px 16px;
    box-sizing: border-box;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
    font-family: 'NanumSquare', 'Noto Sans KR', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.03em;
    color: #222;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    word-break: normal;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    transform: none;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-album-card:hover .subject {
    color: var(--sw23-main, #ff7c24);
    background: #fff;
    transform: none;
    box-shadow: none;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-empty {
    color: var(--sw23-main, #ff7c24);
    border-color: var(--sw23-main, #ff7c24);
    border-radius: 8px;
    background: #fff;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging {
    margin-top: 36px;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__num.is-current,
body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__num:hover,
body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging__nav:not(.is-disabled):hover {
    background: var(--sw23-main, #ff7c24);
    border-color: var(--sw23-main, #ff7c24);
    color: #fff;
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-list-btn {
    background: var(--sw23-main, #ff7c24);
}

body.site-simwooin23 .sw23-community-page--posting .epc-community-skin--pabokhoe_album .sw21-bbs-view {
    max-width: 960px;
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-sizing: border-box;
}

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

