/* simjung — 여봉카 (AS5 reset + default.css 기준) */

@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700,800&subset=korean');
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumBarunGothic@latest/nanumbarungothicsubset.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&subset=korean');

html,
body {
    width: 100%;
}

html {
    overflow-y: scroll;
}

body.site-simjung {
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 12px;
    color: #383d41;
    line-height: normal;
}

body.site-simjung,
body.site-simjung * {
    font-family: 'Nanum Gothic', sans-serif;
}

body.site-simjung img {
    vertical-align: top;
    border: 0;
}

/* 차량목록 필터 — 상단 탭·정렬바는 브랜드 시안, 필터 본문은 기본 톤 */
body.site-simjung:not(.epc-layout-mobile) .epc-subpage-shell > .car-list-page.epc-car-list-page {
    max-width: 1000px;
    margin-top: 50px;
    margin-bottom: 72px;
    padding: 0 16px;
}

body.site-simjung .car-list-page {
    --clf-brand: #444;
    --clf-accent: #009bce;
    --clf-danger: #ef4b49;
    --clf-topline-bg: #00b1eb;
    --clf-topline-sub-bg: color-mix(in srgb, #00b1eb 84%, #ffffff);
    --clf-topline-sub-border: color-mix(in srgb, #00b1eb 72%, #ffffff);
    --clf-border: #ddd;
    --clf-bg-panel: #f7f7f7;
    --clf-bg-white: #fff;
    --clf-text-main: #383d41;
    --clf-text-muted: #999;
    --clf-tab-text: #fff;
    --clf-tab-active-text: #333;
    --clf-tab-sub-active-bg: #fff;
    --clf-pick-hover-bg: #555;
    --clf-pick-hover-text: #fff;
    --clf-submit-bg: #00b1eb;
    --clf-submit-text: #fff;
    --clf-sort-bg: #00b1eb;
    --clf-sort-tab-text: #fff;
    --clf-sort-tab-active-bg: #fff;
    --clf-sort-tab-active-text: #333;
    --clf-pagination-current-bg: #009bce;
    --clf-mobile-chip-on-bg: #009bce;
    --clf-mobile-chip-on-text: #fff;
    --clf-mobile-submit-bg: #00b1eb;
    --clf-mobile-submit-text: #fff;
}

body.site-simjung .car-list-filter-select:focus,
body.site-simjung .car-list-filter-keyword:focus {
    border-color: #aaa;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

body.site-simjung .car-list-filter-select option:checked {
    background: #f0f0f0;
    color: #222;
}

/* ---- 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;
}

/* 여봉카 헤더 (AS5 main.php 동일) */
.sj-header-pc {
    min-width: 1000px;
}

.sj-header-util {
    width: 100%;
    height: 30px;
    background: #f8f8f8;
}

.sj-header-util-inner {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.sj-header-util-links {
    float: right;
    width: 500px;
    margin-top: 5px;
    font-size: 14px;
    text-align: right;
}

.sj-header-util-links a {
    color: #333;
    text-decoration: none;
}

.sj-header-main {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.sj-header-main-inner {
    position: relative;
    width: 1000px;
    height: 150px;
    text-align: left;
}

.sj-header-gopage {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 0;
    line-height: 0;
}

.sj-header-gopage a {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.sj-header-gopage img {
    display: inline-block;
    vertical-align: top;
    border: 0;
}

.sj-header-logo {
    position: absolute;
    top: 10px;
    left: 366px;
}

.sj-header-logo img {
    display: inline-block;
    vertical-align: top;
    border: 0;
    width: auto;
    height: auto;
    max-width: none;
}

.sj-header-callbox {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right;
    width: auto;
}

.sj-header-callbox > img {
    display: inline-block;
    vertical-align: top;
    border: 0;
    width: auto;
    height: auto;
    max-width: none;
}

.sj-header-calltext {
    color: #6e6e6e;
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif !important;
    margin-top: 0;
}

.sj-header-callnum {
    color: #ef4b49;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.sj-header-callnum a {
    color: #ef4b49;
    font-weight: 400;
    font-family: 'Noto Sans KR', sans-serif !important;
    text-decoration: none;
}

.sj-header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    top: 82px;
    width: 1000px;
    margin: 24px 0 45px;
    box-sizing: border-box;
}

.sj-header-menu-item {
    flex: 1;
    color: #000;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
}

.sj-header-menu-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: #ccc;
}

.sj-header-menu-item:last-child::after {
    display: none;
}

.sj-header-menu-item.is-on,
.sj-header-menu-item:hover,
.sj-header-menu-item:focus {
    color: #00b1eb;
}

.sj-header-bar {
    clear: both;
    width: 100%;
    height: 3px;
    background: #00b1eb;
}

/* easyplancar 메인·푸터 (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: 581px;
    height: 328px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

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

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

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

/* ---- 좌측 플로팅 배너 (원본 #leftbanner, JS로 left/top) ---- */
.sj-side-left {
    position: absolute;
    z-index: 1000;
    width: 196px;
    border-radius: 13px;
    overflow: hidden;
}

.sj-side-left img {
    display: block;
    width: 196px;
    height: auto;
}

/* ---- 우측 고정 퀵메뉴 (원본 #quick) ---- */
.sj-body-dim {
    position: fixed;
    inset: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.5);
}

.sj-right-quick {
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 88881;
    width: 100px;
}

.sj-right-quick.is-shifted {
    right: 420px;
}

.sj-right-quick-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sj-right-quick-list > li {
    margin: 0;
    padding: 0;
}

.sj-right-quick-btn {
    display: block;
    width: 100px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    line-height: 0;
}

.sj-right-quick-btn img {
    display: block;
    width: 100px;
    height: auto;
}

.sj-right-quick-close {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border: 0;
    background: #00b1eb;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
}

.sj-right-recent {
    background: #fff;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    text-align: center;
}

.sj-right-recent-list {
    line-height: 1.2;
}

.sj-right-recent-item {
    display: block;
    margin: 0 auto;
}

.sj-right-recent-item img {
    display: block;
    width: 100px;
    height: auto;
}

.sj-right-recent-empty img {
    display: block;
    width: 100px;
    height: auto;
}

.sj-right-top {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
    line-height: 0;
}

.sj-right-panel {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 420px;
    max-width: calc(100vw - 100px);
    height: 100%;
    z-index: 100000;
    background: #f7fafc;
    overflow: hidden;
    text-align: left;
    box-shadow: -12px 0 40px rgba(15, 23, 42, 0.14);
}

.sj-right-panel.is-open {
    display: flex;
    flex-direction: column;
}

.sj-right-panel-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.sj-right-panel-head {
    position: relative;
    flex-shrink: 0;
    margin: 0;
    padding: 22px 24px;
    background: linear-gradient(135deg, #00b1eb 0%, #009bce 100%);
    color: #fff;
    box-sizing: border-box;
}

.sj-right-panel.is-type-kakao .sj-right-panel-head {
    background: linear-gradient(135deg, #3c1e1e 0%, #2a1414 100%);
}

.sj-right-panel.is-type-sms .sj-right-panel-head {
    background: linear-gradient(135deg, #00b1eb 0%, #0088b8 100%);
}

.sj-right-panel-head h2 {
    margin: 0;
    padding-right: 36px;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.3;
}

.sj-right-panel-x {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    transition: background 0.15s ease;
}

.sj-right-panel-x:hover {
    background: rgba(255, 255, 255, 0.3);
}

.sj-right-panel-x img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
}

.sj-right-panel-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 22px 28px;
    font-family: 'Noto Sans KR', sans-serif !important;
    box-sizing: border-box;
}

.sj-panel-section {
    animation: sjPanelFadeIn 0.22s ease;
}

@keyframes sjPanelFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 우측 패널 상담폼 */
.sj-consult-lead {
    margin: 0 0 16px;
    font-size: 13px;
    line-height: 1.65;
    color: #64748b;
    letter-spacing: -0.2px;
}

.sj-consult-form {
    margin: 0;
}

.sj-consult-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
    border: 1px solid #e8eef4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.sj-consult-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
}

.sj-consult-row-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.sj-consult-label {
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    letter-spacing: -0.2px;
}

.sj-consult-input,
.sj-consult-textarea {
    width: 100%;
    border: 1px solid #dbe3ee;
    border-radius: 10px;
    padding: 11px 13px;
    font-size: 14px;
    line-height: 1.4;
    color: #1e293b;
    background: #f8fafc;
    box-sizing: border-box;
    font-family: 'Noto Sans KR', sans-serif !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.sj-consult-input::placeholder,
.sj-consult-textarea::placeholder {
    color: #94a3b8;
}

.sj-consult-input:focus,
.sj-consult-textarea:focus {
    outline: none;
    border-color: #00b1eb;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(0, 177, 235, 0.15);
}

.sj-consult-textarea {
    min-height: 96px;
    resize: vertical;
}

.sj-consult-input-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sj-consult-input-wrap .sj-consult-input {
    flex: 1 1 auto;
    min-width: 0;
}

.sj-consult-suffix {
    flex: 0 0 auto;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.sj-consult-agree {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #eef6fb;
    border: 1px solid #d7ebf6;
}

.sj-consult-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.5;
    color: #334155;
}

.sj-consult-check:last-child {
    margin-bottom: 0;
}

.sj-consult-check input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.sj-consult-check-box {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    border: 2px solid #94a3b8;
    border-radius: 5px;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.sj-consult-check input:checked + .sj-consult-check-box {
    border-color: #00b1eb;
    background: #00b1eb url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' d='M1 5l3 3 7-7'/%3E%3C/svg%3E") center / 11px 9px no-repeat;
}

.sj-consult-check input:disabled + .sj-consult-check-box {
    opacity: 0.65;
}

.sj-consult-check-text {
    flex: 1 1 auto;
    min-width: 0;
}

.sj-consult-check-text button {
    display: inline;
    margin: 0 0 0 4px;
    padding: 0;
    border: 0;
    background: none;
    color: #009bce;
    font-size: inherit;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    vertical-align: baseline;
}

.sj-consult-submit {
    display: block;
    width: 100%;
    margin-top: 18px;
    padding: 15px 20px;
    border: 0;
    border-radius: 12px;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.sj-consult-submit:hover {
    transform: translateY(-1px);
}

.sj-consult-submit:active {
    transform: translateY(0);
}

.sj-consult-submit--kakao {
    background: #fee500;
    color: #191600;
    box-shadow: 0 8px 20px rgba(254, 229, 0, 0.35);
}

.sj-consult-submit--kakao:hover {
    filter: brightness(0.98);
    box-shadow: 0 10px 24px rgba(254, 229, 0, 0.45);
}

.sj-consult-submit--sms {
    background: linear-gradient(135deg, #00b1eb 0%, #009bce 100%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 177, 235, 0.3);
}

.sj-consult-submit--sms:hover {
    box-shadow: 0 10px 24px rgba(0, 177, 235, 0.4);
}

.sj-panel-map {
    padding: 20px 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e8eef4;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.sj-panel-map-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

.sj-panel-map-desc {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

.sj-panel-map-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 10px;
    background: #00b1eb;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background 0.15s ease;
}

.sj-panel-map-link:hover {
    background: #009bce;
}

@media screen and (max-width: 480px) {
    .sj-right-panel {
        width: calc(100vw - 100px);
    }

    .sj-right-quick.is-shifted {
        right: calc(100vw - 100px);
    }

    .sj-consult-row-pair {
        grid-template-columns: 1fr;
    }

    .sj-right-panel-body {
        padding: 16px 14px 22px;
    }

    .sj-consult-card {
        padding: 14px;
    }
}

.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/simjung/img/ico_check_off.webp') 0 2px no-repeat;
}

.epc-check-label.on {
    background: url('/site/simjung/img/ico_check_on.webp') 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;
}

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

.epc-recent-card {
    display: block;
    text-decoration: none;
    color: #1f2937;
}

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

/* ---- 하단 상담바 (원본 bottomcounsel.php) ---- */
.sj-bottom-counsel {
    position: fixed;
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #00b1eb;
    overflow: hidden;
    margin: 0;
    text-align: center;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
}

.sj-bottom-counsel-inner {
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

.sj-bottom-cs-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 216px;
    height: 90px;
    pointer-events: none;
    z-index: 0;
    object-fit: contain;
    object-position: left top;
}

.sj-bottom-cs-fields {
    position: absolute;
    left: 247px;
    right: 0;
    top: 0;
    z-index: 1;
    height: 90px;
    display: flex;
    align-items: center;
    gap: 50px;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}

.sj-bottom-cs-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    flex: 0 0 auto;
    white-space: nowrap;
}

.sj-bottom-cs-label {
    flex: 0 0 auto;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1;
}

.sj-bottom-cs-input {
    border: 0;
    width: 170px;
    height: 42px;
    padding: 0 12px;
    font-size: 13px;
    color: #444;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.15s ease, background-color 0.15s ease;
    -webkit-appearance: none;
    appearance: none;
}

.sj-bottom-cs-input::placeholder {
    color: #999;
}

.sj-bottom-cs-input:focus {
    outline: none;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sj-bottom-cs-row--name,
.sj-bottom-cs-row--tel {
    position: static;
    left: auto;
}

.sj-bottom-cs-submit {
    flex: 0 0 191px;
    width: 191px;
    height: 43px;
    margin-left: auto;
    border: 0;
    border-radius: 3px;
    background: #fff;
    color: #00b1eb;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif;
    letter-spacing: -1px;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
}

.sj-bottom-cs-submit:hover {
    background: #f7fcff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.14);
}

.sj-bottom-cs-submit:active {
    transform: translateY(1px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.sj-bottom-cs-submit:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

/* ---- simjung(여봉카) 메인 전용 ---- */
.sj-home-pc .epc-price-bar {
    height: 48px;
}

.sj-visual-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 1000px;
    height: 365px;
    overflow: hidden;
}

.sj-visual-ban {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 2;
    width: 1920px;
    height: 365px;
    overflow: hidden;
}

.sj-visual-item {
    display: none;
}

.sj-visual-item:first-child {
    display: block;
}

.sj-visual-item img,
.sj-visual-slide {
    display: block;
    width: 1920px;
    height: 365px;
    max-width: none;
    opacity: 1;
    position: static;
    object-fit: cover;
}

.sj-visual-dots {
    position: absolute;
    bottom: 6px;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-size: 0;
}

.sj-visual-dots a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #cfcfcf;
    margin: 0 2px;
    font-size: 0;
}

.sj-visual-dots a.is-active {
    background-color: #00b1eb;
    border: 2px solid #00b1eb;
}

.sj-type-bar {
    margin-top: 0;
}

.sj-row-media {
    margin-top: 10px;
    overflow: hidden;
}

.sj-media-left {
    width: 495px;
    float: left;
}

.sj-media-right {
    width: 494px;
    float: right;
}

.sj-vd-select {
    margin-top: 10px;
    overflow: hidden;
}

.sj-vd-select div {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.sj-vd-select img {
    display: block;
    cursor: pointer;
}

.sj-midbanner {
    position: relative;
    height: 260px;
    margin: 30px 0;
    overflow: hidden;
}

.sj-midbanner-bg {
    position: absolute;
    inset: 0;
    background-position: center center;
}

.sj-midbanner-img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: 1920px;
    height: 260px;
}

body.site-simjung .sj-midbanner.epc-midbanner {
    height: 260px;
}

.sj-staff-row {
    overflow: hidden;
    margin-bottom: 20px;
}

.sj-staff-left {
    width: 495px;
    float: left;
}

.sj-staff-right {
    width: 494px;
    float: right;
}

.sj-staff-left img,
.sj-media-right img {
    display: block;
    max-width: 100%;
    height: auto;
}

.sj-home-pc .epc-car-sections {
    width: 1000px;
    margin: 10px auto;
}

.sj-home-pc .epc-car-section {
    margin-top: 65px;
    margin-bottom: 30px;
}

.sj-home-pc .epc-car-section .epc-more-links,
.sj-home-pc .epc-car-section .epc-mo-more-links {
    margin: 0;
}

.sj-home-pc .epc-car-section .epc-more-links img,
.sj-home-pc .epc-car-section .epc-mo-more-links img {
    display: block;
}

.sj-home-pc .sj-car-box {
    width: 976px;
    padding: 10px;
    border: 2px solid #009bce;
    border-top: 0;
    border-radius: 0 0 13px 13px;
    box-sizing: content-box;
}

.sj-home-pc .sj-carmore {
    width: 340px;
    margin: 0 auto 30px;
    border: 2px solid #009bce;
    color: #000;
    padding: 3px 0;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 21px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

/* 여봉카 메인 — 여백·폰트 (AS5 home.php 인라인 기준) */
body.site-simjung .sj-home-pc .epc-home-wrap {
    width: 1000px;
    margin: 0 auto;
    line-height: 100%;
    text-align: left;
}

body.site-simjung .sj-home-pc .epc-price-bar-inner img,
body.site-simjung .sj-home-pc .sj-type-bar img {
    display: block;
    margin: 0 auto;
}

body.site-simjung .sj-row-media::after,
body.site-simjung .sj-staff-row::after {
    content: '';
    display: table;
    clear: both;
}

body.site-simjung .sj-media-left .epc-media-title,
body.site-simjung .sj-media-right .epc-media-title,
body.site-simjung .sj-staff-right .epc-media-title {
    display: block;
    margin: 0;
}

body.site-simjung .sj-media-left.epc-media-left {
    width: 495px;
}

body.site-simjung .sj-media-right.epc-media-right {
    width: 494px;
    margin-left: 0;
}

body.site-simjung .sj-media-left .vd_container,
body.site-simjung .sj-media-left .vd_container .video,
body.site-simjung .sj-media-left .vd_container iframe,
body.site-simjung .sj-media-left .vd_container video {
    width: 495px;
    height: 278px;
    max-width: none;
}

body.site-simjung .sj-media-left .vd_select,
body.site-simjung .sj-vd-select {
    width: 495px;
    margin-top: 10px;
    overflow: hidden;
}

body.site-simjung .sj-vd-select div {
    float: left;
    margin-right: 15px;
}

body.site-simjung .sj-vd-select div:last-child {
    margin-right: 0;
}

body.site-simjung .sj-vd-select img {
    display: block;
    width: 155px;
    height: 34px;
    float: none;
    margin: 0;
}

body.site-simjung .sj-staff-row {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* 고객후기 — postinglist */
body.site-simjung .sj-staff-right .epc-review-grid {
    width: 100%;
    height: auto;
    min-height: 0;
    border: 0;
    padding: 0;
    margin-top: 3px;
    overflow: hidden;
}

body.site-simjung .sj-staff-right .epc-review-card,
body.site-simjung .sj-staff-right .epc-review-placeholder {
    float: left;
    width: 158px;
    height: 145px;
    margin: 0 7px 7px 0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
}

body.site-simjung .sj-staff-right .epc-review-card:nth-child(3n),
body.site-simjung .sj-staff-right .epc-review-placeholder:nth-child(3n) {
    margin-right: 0;
}

body.site-simjung .sj-staff-right .epc-review-card img {
    width: 158px;
    height: 145px;
    object-fit: cover;
}

body.site-simjung .sj-staff-right .epc-review-card-img--empty {
    width: 158px;
    height: 145px;
}

/* 추천매물 카드 — sj-car-box 안은 /cars 목록과 동일 카드형 (이지플랜카 스타일) */
body.site-simjung .sj-home-pc .sj-car-box .epc-car-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
    margin: 0;
    padding: 0;
}

body.site-simjung .sj-home-pc .sj-car-box .epc-car-card {
    width: auto;
    max-width: 100%;
    min-width: 0;
    margin: 0;
}

body.site-simjung .sj-home-pc .sj-car-box .epc-car-card-link {
    height: 100%;
}

body.site-simjung .sj-home-pc .sj-car-box .epc-car-card-img,
body.site-simjung .sj-home-pc .sj-car-box .epc-car-card-img--empty {
    width: 100%;
    height: auto;
    aspect-ratio: 240 / 154;
}

body.site-simjung .sj-home-pc .sj-carmore {
    display: block;
    clear: both;
    margin-top: 10px;
}

/* PC: AI 추천이 우측 퀵(100px)에 가려/잘리지 않도록 퀵 왼쪽에 배치 */
@media (min-width: 1000px) {
    body.site-simjung:not(.epc-layout-mobile):has(.sj-right-quick) .site-ai-sidebar {
        right: 100px;
        z-index: 88890;
        transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), right 0.28s ease;
    }

    body.site-simjung:not(.epc-layout-mobile):has(.site-ai-sidebar.is-open) .sj-right-quick {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    body.site-simjung:not(.epc-layout-mobile):has(.sj-right-quick):has(.site-ai-sidebar.is-open) .site-ai-sidebar {
        right: 0;
    }

    body.site-simjung:not(.epc-layout-mobile):has(.sj-right-panel.is-open) .site-ai-sidebar,
    body.site-simjung:not(.epc-layout-mobile):has(.sj-right-quick.is-shifted) .site-ai-sidebar {
        right: 420px;
    }
}

/* easyplancar 서브페이지 (상담신청·소개) */
@import url('https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@2.0/nanumsquare.css');

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

/* 서브페이지(상담·소개·커뮤니티): 좌우 플로팅 숨김 */
.epc-subpage-minimal .sj-side-left,
.epc-subpage-minimal .sj-right-quick,
.epc-subpage-minimal .sj-right-panel,
.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;
}

/* —— 고객상담신청 (운영 여봉카.com counsel 기준) —— */
.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: #00b1eb;
}

.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: 23px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

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

.epc-counsel-tab.is-on {
    background: #00b1eb;
}

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

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

.epc-counsel-form-box {
    margin: 40px 8px;
    width: calc(100% - 16px);
    padding: 34px;
    border-radius: 8px;
    border: solid 2px #00b1eb;
    background: #fcfcfc;
    box-sizing: border-box;
}

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

.epc-counsel-field input[type="text"] {
    width: 100%;
    height: 48px;
    padding: 11px;
    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 0;
    font-size: 15px;
    line-height: 1.7;
    color: #000;
}

.epc-counsel-policy [data-epc-privacy-tooltip] {
    margin: 0 2px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-decoration: underline;
    cursor: pointer;
    vertical-align: baseline;
}

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

.epc-counsel-submit {
    width: 100%;
    height: 72px;
    margin-top: 20px;
    border: 0;
    border-radius: 8px;
    background: #00b1eb;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    cursor: pointer;
}

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

.epc-counsel-banners {
    margin: 0 8px;
}

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

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

.epc-community-banner-img {
    display: block;
    width: 100%;
    min-width: 1000px;
    max-width: none;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

.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: 100%;
    max-width: 100%;
    height: auto;
}

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

    .epc-counsel-hero-tabs {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        order: 1;
        display: flex;
        width: 96%;
        margin: 2%;
        padding: 0;
        box-sizing: border-box;
        gap: 8px;
        z-index: auto;
        background: transparent;
    }

    .epc-counsel-tab {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        height: auto;
        padding: 3% 0;
        border-radius: 3px;
        font-size: 20px;
        text-align: center;
        box-sizing: border-box;
    }

    .epc-counsel-tab.is-on {
        background: #00b1eb;
    }

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

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

    .epc-counsel-body {
        width: 96%;
        max-width: none;
        margin: 0 2% 24px;
        padding: 0;
    }

    .epc-counsel-form-box {
        margin: 3% 2%;
        width: auto;
        padding: 3%;
    }

    .epc-counsel-submit {
        height: 40px;
        font-size: 20px;
    }

    .epc-counsel-banners {
        margin: 0;
    }

    .epc-community-banner-img {
        width: 100%;
        min-width: 0;
        margin: 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;
    }

}

/* —— 여봉카 AS5 subhead (comm / come) —— */
.sj-subhead {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    background: #fff;
}

.sj-subhead-stage {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #fff;
}

.sj-subhead-bg-img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1920px;
    height: 500px;
    max-width: none;
    margin-left: -960px;
    object-fit: cover;
    object-position: center center;
}

.sj-subhead-text {
    position: relative;
    z-index: 1;
    width: 1000px;
    max-width: 100%;
    margin: 110px auto 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.sj-subhead-text li {
    margin: 0;
    padding-left: 50%;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: #333;
    font-family: 'NanumSquare', 'Noto Sans KR', sans-serif !important;
    word-break: keep-all;
}

.sj-subhead-text .sj-subhead-tag {
    margin-top: 0;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -1px;
}

.sj-subhead-text .sj-subhead-tag--en {
    font-size: 34px;
    line-height: 1.35;
}

.sj-subhead-text .sj-subhead-title {
    margin-top: 20px;
    font-size: 100px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -1px;
}

.sj-subhead--community .sj-subhead-title {
    white-space: nowrap;
}

.sj-subhead--intro .sj-subhead-title {
    white-space: normal;
}

.sj-subhead-title--md {
    font-size: 82px;
    line-height: 1.08;
}

.sj-subhead-title--sm {
    font-size: 88px;
    line-height: 1.06;
}

.sj-subhead-text .sj-subhead-desc {
    margin-top: 24px;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.45;
    color: #333;
}

body.site-simjung .sj-community-page .epc-community-side,
body.site-simjung .sj-intro-page .epc-community-side {
    flex: 0 0 170px;
}

body.site-simjung .sj-community-page .epc-community-skin {
    --jw-board-brand: #00b1eb;
    --jw-board-brand-soft: #f0f9fd;
    --jw-board-brand-mid: #b8e8f7;
}

body.site-simjung .epc-community-side-head {
    width: 170px;
    height: 60px;
    margin: 10px 0 18px;
    padding: 0;
    border-radius: 50px;
    color: #00b1eb;
    font-family: 'Noto Sans KR', sans-serif !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1px;
    text-align: center;
}

body.site-simjung .epc-community-menu a:hover,
body.site-simjung .epc-community-menu li.is-on a {
    color: #00b1eb;
    border-color: #00b1eb;
    box-shadow: 0 2px 10px rgba(0, 177, 235, 0.14);
}

body.site-simjung .sj-intro-main {
    padding-top: 48px;
}

body.site-simjung .sj-intro-body {
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.site-simjung .sj-intro-body img {
    display: block;
    width: 820px;
    max-width: 100%;
    height: auto;
    margin-left: auto;
}

body.site-simjung .sj-community-page .epc-community-layout {
    padding: 0 0 56px;
}

body.site-simjung .sj-community-page .epc-community-menu a {
    justify-content: flex-start;
    min-height: 43px;
    padding: 0 19px;
    border-radius: 50px;
    font-family: 'Malgun Gothic', '맑은 고딕', sans-serif !important;
    font-size: 15px;
    color: #c1c1c1;
    box-shadow: none;
}

body.site-simjung .sj-community-page .epc-community-menu li.is-on a,
body.site-simjung .sj-community-page .epc-community-menu a:hover,
body.site-simjung .sj-intro-page .epc-community-menu li.is-on a,
body.site-simjung .sj-intro-page .epc-community-menu a:hover {
    color: #00b1eb;
    border-color: #00b1eb;
    box-shadow: none;
}

body.site-simjung .sj-intro-page .epc-community-menu a {
    justify-content: flex-start;
    min-height: 43px;
    padding: 0 19px;
    border-radius: 50px;
    font-family: 'Malgun Gothic', '맑은 고딕', sans-serif !important;
    font-size: 15px;
    color: #c1c1c1;
    box-shadow: none;
}

body.site-simjung .sj-intro-layout {
    padding: 0 0 56px;
}

@media (max-width: 999px) {
    .sj-subhead-stage {
        height: 280px;
    }

    .sj-subhead-bg-img {
        width: 100%;
        height: 280px;
        margin-left: 0;
        left: 0;
        transform: none;
        object-fit: cover;
    }

    .sj-subhead-text {
        margin-top: 48px;
        padding: 0 12px;
    }

    .sj-subhead-text li {
        padding-left: 42%;
    }

    .sj-subhead-text .sj-subhead-tag {
        font-size: 18px;
        line-height: 1.35;
    }

    .sj-subhead-text .sj-subhead-title {
        margin-top: 12px;
        font-size: 36px;
        letter-spacing: -1px;
        line-height: 1.15;
        white-space: normal;
    }

    .sj-subhead-text .sj-subhead-desc {
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.5;
    }

    body.site-simjung .sj-intro-main {
        padding-top: 24px;
    }
}

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

