/* carhelp — 담소카 헤더 (PC 1000px 고정 / 모바일 별도) */

@font-face {
    font-family: 'NanumBarunGothic';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/nanum/NanumBarunGothicWeb.woff') format('woff');
}

body {
    margin: 0;
    padding: 0;
    font-family: 'NanumBarunGothic', 'Malgun Gothic', dotum, sans-serif;
}

/* 차량목록 필터 스킨 색상 (public/css/car_list_filter_skin.css 변수 오버라이드) */
.car-list-page {
    --clf-brand: #333;
    --clf-accent: #0080c8;
    --clf-danger: #e53935;
}

/* ---- PC / 모바일 표시 분기 (축소형 반응형 아님) ---- */
.epc-header-pc {
    display: block;
}

/* mobile/ 없음 → body.epc-layout-responsive 에서 PC·모바일 헤더 CSS 전환 */

.epc-header-mo {
    display: none;
}

@media screen and (max-width: 999px) {
    body.epc-layout-responsive {
        overflow-x: hidden;
    }

    body.epc-layout-responsive .epc-header-pc {
        display: none;
    }

    body.epc-layout-responsive .epc-header-mo {
        display: block;
    }
}

body.epc-layout-responsive .epc-header-mo {
    width: 100%;
    border-bottom: 2px solid #00b1eb;
    background: #fff;
}

body.epc-layout-responsive .epc-mo-top {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    box-sizing: border-box;
    overflow: hidden;
}

body.epc-layout-responsive .epc-mo-logo {
    float: left;
    line-height: 0;
}

body.epc-layout-responsive .epc-mo-logo img {
    display: block;
    height: 48px;
    width: auto;
    max-width: 160px;
}

body.epc-layout-responsive .epc-mo-tel {
    float: right;
    line-height: 0;
    margin-top: 4px;
}

body.epc-layout-responsive .epc-mo-tel img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

body.epc-layout-responsive .epc-mo-nav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    line-height: 0;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #e8e8e8;
}

body.epc-layout-responsive .epc-mo-nav-item {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}

body.epc-layout-responsive .epc-mo-nav-item img {
    display: block;
    width: 117px;
    height: 38px;
    border: 0;
}

/* ---- PC 헤더 (원본 carhelp main.php 71~87행 기준) ---- */
.epc-header-wrap {
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
    border-bottom: 2px solid #00b1eb;
    line-height: 30px;
    background: #fff;
}

.epc-header-inner {
    width: 1000px;
    margin: 0 auto;
}

.epc-header-box {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.epc-header-box::after {
    content: '';
    display: table;
    clear: both;
}

.epc-header-logo {
    width: 225px;
    height: 150px;
    float: left;
}

.epc-header-logo img {
    display: block;
    width: 225px;
    height: 151px;
    border: 0;
}

.epc-header-right {
    width: 775px;
    float: right;
}

.epc-header-util {
    width: 775px;
    height: 28px;
    text-align: right;
    font-size: 13px;
    color: #000;
}

.epc-util-link {
    color: #000;
    text-decoration: none;
}

.epc-util-link:hover {
    text-decoration: underline;
}

.epc-util-sep {
    margin: 0 2px;
}

/* 상단 아이콘 3개 + 전화(pc_call2) — float 고정 */
.epc-header-btns {
    width: 775px;
    height: 69px;
    box-sizing: border-box;
    padding-left: 290px;
    overflow: hidden;
}

.epc-header-btns::after {
    content: '';
    display: table;
    clear: both;
}

.epc-topbtn {
    display: block;
    float: left;
    margin-right: 15px;
    line-height: 0;
}

.epc-topbtn img {
    display: block;
    border: 0;
    width: auto;
    height: auto;
    max-width: none;
}

.epc-topbtn--1 {
    margin-top: 0;
}

.epc-topbtn--2 {
    margin-top: 11px;
}

.epc-topbtn--3 {
    margin-top: 5px;
}

.epc-topbtn--call {
    margin-top: 20px;
    margin-right: 0;
}

.epc-topbtn--call img {
    width: 277px;
    height: 40px;
}

/* 메인 메뉴 7개 (117×7=819px → 775px 영역에 맞춤 110×7=770px) */
.epc-header-nav {
    width: 775px;
    float: right;
    clear: both;
    overflow: visible;
    line-height: 0;
    white-space: nowrap;
    position: relative;
    z-index: 20;
}

.epc-nav-item {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.epc-nav-img {
    display: block;
    border: 0;
    width: 110px;
    height: 38px;
    max-width: none;
}

/* 소개 상단 배너 — 1920px 이미지 화면 가운데 (전체 너비) */
.epc-intro-banner-wrap {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    line-height: 0;
}

.epc-intro-banner-wrap .epc-community-banner-img {
    display: block;
    width: 1920px;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .epc-intro-banner-wrap .epc-community-banner-img {
        width: 100%;
        max-width: 100%;
    }
}

/* 헛걸음/매도가 보장제 — 1000px 영역 가운데 (이미지 840px) */
.epc-subpage-wrap {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 56px;
    box-sizing: border-box;
}

.epc-subpage-wrap .epc-subpage-img {
    display: block;
    width: 840px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* carhelp 메인·푸터 (1000px PC 고정) */

.epc-page-shell {
    position: relative;
    min-width: 1000px;
}

.epc-home-pc,
.epc-bottom-pc {
    display: block;
}

@media screen and (max-width: 999px) {
    body.epc-layout-responsive .epc-home-pc,
    body.epc-layout-responsive .epc-bottom-pc {
        display: none;
    }
}

body.epc-has-bottom-bar {
    padding-bottom: 90px;
}

.epc-home-wrap {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

/* 가격대 (epc-home-wrap 밖 — 뷰포트 전체 너비) */
.epc-price-bar {
    width: 100%;
    min-width: 1000px;
    background: #f8f8f8;
    height: 40px;
    clear: both;
}

.epc-price-bar-inner {
    width: 1000px;
    margin: 0 auto;
}

.epc-price-bar img {
    display: block;
}

/* 검색 + 배너 */
.epc-row-main {
    width: 1000px;
    height: 340px;
    margin-top: 10px;
    overflow: hidden;
}

.epc-col-search {
    width: 409px;
    float: left;
}

.epc-search-form {
    position: relative;
    width: 409px;
    height: 55px;
    margin-bottom: 12px;
}

.epc-search-input {
    width: 409px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #0080c8;
    font-size: 15px;
    padding-right: 70px;
    text-indent: 10px;
}

.epc-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.epc-youtube {
    width: 409px;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.epc-youtube iframe {
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.epc-col-banner {
    width: 581px;
    height: 328px;
    float: left;
    margin-left: 10px;
    position: relative;
}

.epc-row-main::after {
    content: '';
    display: table;
    clear: both;
}

.epc-slideshow {
    width: 100%;
    height: 328px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.epc-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 328px;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s;
}

.epc-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.epc-slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s;
}

.epc-slide-arrow span {
    display: block;
    margin-top: -2px;
}

.epc-slide-arrow:hover {
    background: rgba(0, 0, 0, 0.65);
}

.epc-slide-prev {
    left: 12px;
}

.epc-slide-next {
    right: 12px;
}

.epc-slide-dots {
    position: absolute;
    bottom: 12px;
    right: 20px;
    z-index: 2;
}

.epc-slide-dots span {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    background: rgba(220, 220, 220, 0.8);
    margin: 0 2px;
    cursor: pointer;
}

.epc-slide-dots span.is-active {
    background: #01a6dc;
}

/* SNS + 상세검색 */
.epc-row-sns {
    width: 1000px;
    margin: 10px auto 0;
    overflow: hidden;
}

.epc-col-sns {
    width: 409px;
    float: left;
}

.epc-col-sns img {
    display: block;
    max-width: 409px;
}

.epc-col-cate {
    width: 580px;
    float: right;
    margin-top: 14px;
}

.epc-mini-cate {
    overflow: hidden;
}

.epc-mini-cate-fields {
    width: 472px;
    float: left;
}

.epc-mini-cate-fields select {
    float: left;
    width: 145px;
    margin: 0 8px 8px 0;
    padding: 6px 5px 7px 6px;
    border: none;
    border-bottom: 2px solid #6a6a6a;
    font-size: 15px;
    background-color: #fff;
}

.epc-mini-cate-btn {
    float: right;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

/* 상담 배너 */
.epc-row-ssc {
    width: 1000px;
    margin: 10px auto 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.epc-row-ssc a {
    line-height: 0;
}

.epc-row-ssc img {
    display: block;
    width: 495px;
    height: auto;
}

/* TV / 후기 (carhelp .mid_left 기준) */
.epc-row-media {
    width: 1000px;
    margin: 10px auto;
    position: relative;
}

.epc-row-media::after {
    content: '';
    display: table;
    clear: both;
}

.epc-media-logo-cover {
    position: absolute;
    left: 12px;
    top: 22px;
    z-index: 2;
    pointer-events: none;
}

.epc-media-left {
    width: 409px;
    float: left;
}

.epc-media-title {
    display: block;
}

.epc-media-left .vd_container {
    width: 409px;
    height: 233px;
    background: #000;
}

.epc-media-left .vd_container .video {
    width: 409px;
    height: 233px;
}

.epc-media-left .vd_container .video iframe,
.epc-media-left .vd_container .video video {
    border: 0;
    width: 409px;
    height: 233px;
    vertical-align: top;
    display: block;
    background: #000;
}

.epc-media-left .vd_select {
    margin-top: 5px;
    overflow: hidden;
    width: 409px;
}

.epc-media-left .vd_select img {
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 5px;
}

.epc-media-left .vd_select img:last-child {
    float: right;
    margin: 0;
}

.epc-media-right {
    width: 581px;
    float: right;
    margin-left: 10px;
}

.epc-review-grid {
    width: 581px;
    height: 276px;
    border: 1px solid #cecece;
    border-top: 0;
    box-sizing: border-box;
    padding: 14px;
    overflow: hidden;
}

.epc-media-title-link {
    display: block;
}

.epc-review-card,
.epc-review-placeholder {
    float: left;
    width: 128px;
    height: 116px;
    margin: 0 10px 10px 0;
    border: 1px solid #cecece;
    box-sizing: border-box;
}

.epc-review-card {
    display: block;
    text-decoration: none;
    overflow: hidden;
    background: #f0f0f0;
    padding: 0;
    line-height: 0;
}

.epc-review-card:hover {
    border-color: #1a6fd4;
}

.epc-review-card img {
    display: block;
    width: 128px;
    height: 114px;
    object-fit: cover;
}

.epc-review-card-img--empty,
.epc-review-card .epc-review-card-img--empty {
    display: block;
    width: 100%;
    height: 114px;
    background: #e8e8e8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ctext x='50%25' y='50%25' dominant-baseline='middle' text-anchor='middle' fill='%23aaa' font-size='10'%3E후기%3C/text%3E%3C/svg%3E") center no-repeat;
}

.epc-review-placeholder {
    background: #f5f5f5;
}

.epc-review-card:nth-child(4n),
.epc-review-placeholder:nth-child(4n) {
    margin-right: 0;
}

.epc-review-more {
    clear: both;
    margin: 0;
    padding-top: 4px;
    text-align: right;
    font-size: 11px;
}

.epc-review-more a {
    color: #1a6fd4;
    text-decoration: none;
}

.epc-review-more a:hover {
    text-decoration: underline;
}

/* 중간 배너 (epc-home-wrap 밖 — 뷰포트 전체 너비) */
.epc-midbanner {
    width: 100%;
    min-width: 1000px;
    height: 284px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.epc-midbanner-img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -940px;
    z-index: 1;
}

.epc-midbanner-bg {
    width: 100%;
    height: 260px;
    background: #0080c8;
    position: relative;
    z-index: 0;
}

/* 매물 섹션 placeholder */
.epc-car-sections {
    width: 1000px;
    margin: 0 auto 30px;
}

.epc-car-section {
    margin-bottom: 30px;
}

.epc-car-section-title {
    font-size: 18px;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 2px solid #00b1eb;
}

.epc-car-section-placeholder {
    min-height: 120px;
    background: #f5f5f5;
    border: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    font-size: 14px;
}

/* car_list.php — 카드 공통 (메인·목록) */
.epc-car-card {
    box-sizing: border-box;
}

.epc-car-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid #e6ebf2;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.epc-car-card-link:hover {
    transform: translateY(-2px);
    border-color: #cdd8e7;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.epc-car-card-thumb {
    position: relative;
    border-bottom: 0;
    margin-bottom: 0;
    background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);
    line-height: 0;
}

.epc-car-card-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 56px;
    height: auto;
    pointer-events: none;
}

.epc-car-card-label--text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #0080c8;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
}

.epc-car-card-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 240 / 154;
    object-fit: cover;
}

.epc-car-card-img--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 240 / 154;
    background: #f0f0f0;
    color: #999;
    font-size: 12px;
    line-height: 1.3;
}

.epc-car-card-body {
    padding: 10px 12px 12px;
}

.epc-car-card-title {
    margin: 0 0 8px;
    padding: 0 0 8px;
    max-width: none;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    min-height: 0;
    color: #1f2937;
    text-align: center;
    border-bottom: 1px solid #edf1f6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.epc-car-card-spec {
    margin: 0;
    padding: 2px 0 0;
}

.epc-car-card-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0;
    line-height: 20px;
    font-size: 11px;
    color: #667085;
}

.epc-car-card-spec-row dt {
    margin: 0;
    font-weight: normal;
}

.epc-car-card-spec-row dd {
    margin: 0;
    text-align: right;
    color: #344054;
    font-weight: 600;
}

.epc-car-card-spec-row dd.epc-car-card-spec-month {
    font-size: 13px;
    color: #dc2626;
    font-weight: 800;
}

/* PC 메인 — flex 240px 카드 */
.epc-home-pc .epc-car-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 13.3px 13.3px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.epc-home-pc .epc-car-card {
    width: 240px;
    margin: 0 0 20px;
}

.epc-home-pc .epc-car-card-img,
.epc-home-pc .epc-car-card-img--empty {
    width: 240px;
    height: 154px;
    aspect-ratio: auto;
}

/* ---- bottom (좌우 플로팅 — 스크롤 따라다님, JS로 top 조정) ---- */
.epc-side-left,
.epc-side-right {
    position: fixed;
    z-index: 1000;
    width: 150px;
    top: 200px;
}

.epc-side-left {
    left: calc(50% - 660px);
}

.epc-side-right {
    left: calc(50% + 510px);
}

.epc-quick-box {
    width: 150px;
    height: 228px;
    position: relative;
    background-repeat: no-repeat;
    background-size: 150px 228px;
}

.epc-quick-inp {
    position: absolute;
    left: 10px;
    width: 128px;
    height: 28px;
    border: 1px solid #e3e3e3;
    text-indent: 7px;
    font-size: 12px;
    box-sizing: border-box;
}

.epc-quick-inp--car {
    top: 85px;
}

.epc-quick-inp--tel {
    top: 120px;
}

.epc-checks-wrap {
    width: 140px;
    position: absolute;
    left: 16px;
    top: 152px;
}

.epc-checks-wrap .epc-checks {
    position: relative;
}

.epc-check-label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    letter-spacing: -0.25px;
    padding-left: 22px;
    cursor: pointer;
    background: url('/site/carhelp/img/ico_check_off.png') 0 2px no-repeat;
}

.epc-check-label.on {
    background: url('/site/carhelp/img/ico_check_on.png') 0 2px no-repeat;
}

.epc-check-text {
    display: block;
    margin-left: -3px;
    font-size: 11px;
}

.epc-check-label [data-epc-privacy-tooltip] {
    display: inline;
    margin: 0 1px;
    color: #9dd4ff;
    font-size: 11px;
    vertical-align: baseline;
}

.epc-quick-submit {
    position: absolute;
    top: 182px;
    left: 9px;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

.epc-side-extra {
    display: block;
    margin-top: 10px;
    clear: both;
}

.epc-recent-view {
    margin-top: 10px;
    padding: 10px 10px 8px;
    background: #f4f7fb;
    border: 1px solid #d9e2ef;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 150px;
    overflow: hidden;
}

.epc-recent-title {
    font-weight: 700;
    margin: 0 0 8px;
    color: #1f2a37;
}

.epc-recent-empty {
    margin: 0;
    color: #999;
}

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

.epc-recent-card {
    display: block;
    text-decoration: none;
    color: #1f2937;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.epc-recent-thumb {
    width: 100px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #dbe3ee;
    display: block;
    margin: 0 auto;
}

.epc-recent-name {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.epc-recent-card.is-placeholder .epc-recent-thumb {
    height: 75px;
    border-color: transparent;
    background: transparent;
}

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

.epc-recent-pagination {
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    min-height: 30px;
}

.epc-recent-page-btn {
    border: 1px solid #ced7e5;
    background: #fff;
    color: #4b5563;
    border-radius: 6px;
    height: 28px;
    min-width: 30px;
    font-size: 13px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    vertical-align: middle;
}

.epc-recent-page-btn:disabled {
    opacity: 0.45;
    cursor: default;
}

.epc-recent-page-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    font-size: 13px;
    color: #4b5563;
    font-weight: 700;
    line-height: 1;
}

.epc-top-btn {
    display: block;
    margin-top: 10px;
    padding: 8px;
    background: #0080c8;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.epc-footer-links {
    width: 100%;
    clear: both;
    background: #fff;
    padding: 30px 0;
}

.epc-footer-links-inner {
    width: 1000px;
    margin: 0 auto;
}

.epc-footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.epc-footer-links li {
    float: left;
    border-right: 1px solid #ccc;
    padding: 0 20px;
}

.epc-footer-links li:last-child {
    border-right: 0;
}

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

.epc-footer-info {
    width: 100%;
    padding: 20px 0 100px;
    background: #ebebeb;
    clear: both;
}

.epc-footer-info-inner {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.epc-footer-logo {
    float: left;
}

.epc-footer-text {
    float: right;
    width: 750px;
    margin-left: 50px;
    padding-top: 30px;
    text-align: left;
    color: #000;
    font-size: 13px;
    line-height: 1.6;
}

.epc-bottom-counsel {
    position: fixed;
    width: 100%;
    height: 86px;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #0080c8;
    border-top: 4px solid #62c9d7;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

.epc-bottom-cs-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -680px;
    pointer-events: none;
    z-index: 0;
}

.epc-bottom-cs-inner {
    width: 1000px;
    height: 86px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.epc-bottom-cs-name {
    position: absolute;
    top: 22px;
    left: 230px;
    width: 160px;
    height: 42px;
    border: 0;
    padding: 0 10px;
    font-size: 13px;
    color: #666;
    box-sizing: border-box;
}

.epc-bottom-cs-tel {
    position: absolute;
    top: 22px;
    left: 493px;
    width: 160px;
    height: 42px;
    border: 0;
    padding: 0 10px;
    font-size: 13px;
    color: #666;
    box-sizing: border-box;
}

.epc-bottom-cs-sms {
    position: absolute;
    top: 22px;
    right: 149px;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

.epc-bottom-cs-kakao {
    position: absolute;
    top: 22px;
    right: 0;
    line-height: 0;
}

/* carhelp 서브페이지 (상담신청·소개) */

.epc-subpage-shell {
    overflow-x: hidden;
}

/* 서브페이지(상담·소개·커뮤니티): 좌우 플로팅 숨김 */
.epc-subpage-minimal .epc-side-left,
.epc-subpage-minimal .epc-side-right {
    display: none !important;
}

body.epc-subpage-minimal:not(.epc-has-bottom-bar) {
    padding-bottom: 0;
}

.epc-subpage {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* —— 고객상담신청 —— */
.epc-counsel-hero {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    line-height: 0;
    overflow: hidden;
    background: #0080c8;
}

.epc-counsel-hero-img {
    display: block;
    width: 1920px;
    max-width: none;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

.epc-counsel-hero-tabs {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

.epc-counsel-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    padding: 0 20px;
    height: 56px;
    border-radius: 8px;
    background: #888;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: -0.03em;
    transition: background-color 0.15s ease;
}

.epc-counsel-tab.is-on {
    background: #0080c8;
}

.epc-counsel-tab:not(.is-on):hover {
    background: #6f6f6f;
}

.epc-counsel-body {
    width: 100%;
    max-width: 724px;
    margin: 0 auto;
    padding: 24px 12px 48px;
    box-sizing: border-box;
}

.epc-counsel-form-box {
    padding: 28px 24px;
    border-radius: 8px;
    border: 1px solid #979797;
    background: #fcfcfc;
    margin-bottom: 24px;
}

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

.epc-counsel-field input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    background: #fff;
}

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

.epc-counsel-policy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 12px 0 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.epc-counsel-policy [data-epc-privacy-tooltip] {
    margin: 0 2px;
    vertical-align: baseline;
}

.epc-counsel-policy input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.epc-counsel-submit {
    width: 100%;
    height: 64px;
    border: 0;
    border-radius: 8px;
    background: #0080c8;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
}

.epc-counsel-submit:disabled {
    opacity: 0.65;
    cursor: wait;
}

.epc-counsel-banners img {
    display: block;
    width: 100%;
    max-width: 724px;
    height: auto;
    margin: 0 auto 12px;
}

/* —— 게시판 (상단 배너·사이드메뉴 — 스킨과 분리) —— */
.epc-community-top-banner {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
    background: #0080c8;
}

/* 운영 AS5: 1920 배너를 1000px 창 가운데 크롭 (margin-left:-459px 와 동일) */
.epc-community-banner-img {
    display: block;
    width: 1920px;
    max-width: none;
    height: auto;
    margin-left: calc(50% - 960px);
    transform: none;
}

.epc-community-layout {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 36px 0 56px;
    max-width: 1000px;
    margin: 0 auto;
}

.epc-community-side {
    flex: 0 0 186px;
    padding-top: 4px;
}

.epc-community-side-head {
    margin: 0 0 18px;
    padding: 0 6px;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    color: #0080c8;
    letter-spacing: 0.02em;
}

.epc-community-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.epc-community-menu li {
    margin-bottom: 8px;
}

.epc-community-menu li:last-child {
    margin-bottom: 0;
}

.epc-community-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #c8c8c8;
    border-radius: 50px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #666;
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.03em;
    box-sizing: border-box;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.epc-community-menu a:hover {
    color: #0080c8;
    border-color: #5eb8e0;
    box-shadow: 0 2px 8px rgba(0, 128, 200, 0.1);
}

.epc-community-menu li.is-on a {
    color: #0080c8;
    border-color: #0080c8;
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(0, 128, 200, 0.14);
}

.epc-community-main {
    flex: 1;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding-top: 2px;
    box-sizing: border-box;
}

.epc-community-skin {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.epc-community-title {
    margin: 0 0 22px;
    padding: 0 0 14px 2px;
    border-bottom: 2px solid #0080c8;
    font-size: 22px;
    font-weight: 700;
    color: #1a2b3c;
    letter-spacing: -0.03em;
    position: relative;
}

.epc-community-title::after {
    content: '';
    position: absolute;
    left: 2px;
    bottom: -2px;
    width: 48px;
    height: 2px;
    background: #00b1eb;
}

/* —— 개인정보처리방침 · 이용약관 —— */
.epc-legal-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 28px 16px 48px;
    box-sizing: border-box;
}

.epc-legal-title {
    margin: 0 0 20px;
    padding: 0 0 14px 2px;
    border-bottom: 2px solid #0080c8;
    font-size: 22px;
    font-weight: 700;
    color: #1a2b3c;
    letter-spacing: -0.03em;
}

.epc-legal-body-wrap {
    border: 1px solid #dce8ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 100, 160, 0.06);
    overflow: hidden;
}

.epc-legal-body {
    padding: 24px 28px 32px;
    font-size: 14px;
    line-height: 1.75;
    color: #2c3e50;
    word-break: break-word;
    white-space: normal;
}

.site-legal-html p {
    margin: 0 0 1em;
}

.site-legal-html p:last-child {
    margin-bottom: 0;
}

.site-legal-html h1,
.site-legal-html h2,
.site-legal-html h3,
.site-legal-html h4 {
    margin: 1.25em 0 0.6em;
    line-height: 1.4;
    color: #1a2b3c;
}

.site-legal-html ul,
.site-legal-html ol {
    margin: 0 0 1em;
    padding-left: 1.4em;
}

.site-legal-html li {
    margin-bottom: 0.35em;
}

.epc-legal-body img {
    max-width: 100%;
    height: auto;
    white-space: normal;
}

.epc-legal-empty {
    margin: 0;
    padding: 48px 24px;
    text-align: center;
    font-size: 15px;
    color: #64748b;
}

.epc-layout-mobile .epc-legal-page {
    padding: 20px 12px 36px;
}

.epc-layout-mobile .epc-legal-title {
    font-size: 18px;
    margin-bottom: 16px;
}

.epc-layout-mobile .epc-legal-body {
    padding: 18px 16px 24px;
    font-size: 13px;
}

/* —— 담소카 소개 (레이아웃·사이드는 .epc-community-* 공통) —— */
.epc-intro-body {
    overflow: hidden;
    border: 1px solid #dce8ef;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0, 100, 160, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
}

.epc-intro-body img {
    display: block;
    width: 820px;
    max-width: 100%;
    height: auto;
}

/* —— 헛걸음/매도가 보장제 등 단일 이미지 서브페이지 —— */
.epc-subpage-wrap {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 56px;
    box-sizing: border-box;
}

.epc-subpage-wrap .epc-subpage-img {
    display: block;
    width: 840px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .epc-counsel-hero {
        display: flex;
        flex-direction: column;
        position: static;
        overflow: visible;
        background: #ececec;
    }

    .epc-counsel-hero-tabs {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        order: 1;
        width: 100%;
        padding: 12px 12px 10px;
        box-sizing: border-box;
        gap: 8px;
        z-index: auto;
        background: #ececec;
    }

    .epc-counsel-tab {
        min-width: 0;
        flex: 1;
        font-size: 16px;
        height: 48px;
        padding: 0 10px;
    }

    .epc-counsel-tab.is-on {
        background: #0080c8;
    }

    .epc-counsel-tab:not(.is-on) {
        background: #888;
    }

    .epc-counsel-hero-img {
        order: 2;
        width: 100%;
        min-width: 0;
        margin: 0;
        transform: none;
        background: #0080c8;
    }

    .epc-community-banner-img {
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-left: 0;
        transform: none;
    }

    .epc-community-layout {
        flex-direction: column;
        gap: 20px;
        padding: 20px 12px 36px;
    }

    .epc-community-side {
        flex: none;
        width: 100%;
        padding-top: 0;
    }

    .epc-community-side-head {
        margin-bottom: 14px;
        font-size: 22px;
    }

    .epc-community-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .epc-community-menu li {
        margin: 0;
        flex: 1 1 calc(50% - 4px);
    }

    .epc-community-menu a {
        min-height: 40px;
        padding: 0 10px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .epc-community-main {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

}

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

