
body.site-jpk714 {
    --maincolor: #F4BE3A;
    --maincolor-deep: #D9A21A;
    --on_color: #1c1910;
    --off_color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1c1910;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    background: #fff;
}

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

body.site-jpk714:not(.epc-layout-mobile) .kbn-page-shell,
body.site-jpk714:not(.epc-layout-mobile) .epc-page-shell {
    position: relative;
    width: 100%;
    min-width: 1000px;
}

.kbn-header-pc { width: 100%; background: #fff; position: relative; }
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: #fff;
    box-shadow: 0 1px 0 #f4ead0, 0 10px 28px rgba(28, 25, 16, 0.06);
    transition: box-shadow 0.28s ease;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact {
    box-shadow: 0 8px 24px rgba(28, 25, 16, 0.1);
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-header-brand-bg {
    overflow: visible;
}
.kbn-header-topbar {
    width: 100%;
    background: #fff;
}
.kbn-header-topbar-inner {
    width: 1000px;
    margin: 0 auto;
    height: 36px;
    padding: 4px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: height 0.28s ease, padding 0.28s ease;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-header-topbar-inner {
    height: 32px;
    padding: 2px 0 0;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-util-btn {
    padding: 5px 9px;
    font-size: 11px;
}
.kbn-header-topbar-spacer { flex: 1; }
.kbn-header-util { margin-right: 0; margin-top: 0; font-size: 13px; font-family: Pretendard, sans-serif; font-weight: 600; }
.kbn-header-car-utils {
    display: flex;
    align-items: center;
    gap: 6px;
}
.kbn-util-btn {
    border: 0;
    background: #fff8ea;
    padding: 7px 11px;
    font-size: 12px;
    font-weight: 700;
    font-family: Pretendard, sans-serif;
    color: #3d382f;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    text-decoration: none;
    border-radius: 999px;
    letter-spacing: -0.04em;
}
.kbn-util-btn svg { flex: 0 0 auto; }
.kbn-util-btn:hover { color: #1c1910; background: #ffe9b8; }
.kbn-util-btn strong { font-weight: 800; }
.kbn-header-util-sep { display: none; }
.jpk-drawer[hidden] { display: none !important; }
body.jpk-drawer-open { overflow: hidden; }
.jpk-drawer {
    position: fixed;
    inset: 0;
    z-index: 1200;
    background: rgba(28, 25, 16, 0.35);
}
.jpk-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(380px, 100%);
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 24px rgba(28, 25, 16, 0.12);
}
.jpk-drawer-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 18px;
    border-bottom: 1px solid #f0ead4;
    font-family: Pretendard, sans-serif;
}
.jpk-drawer-head strong { font-size: 16px; font-weight: 800; color: #1c1910; }
.jpk-drawer-close {
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}
.jpk-drawer-body { padding: 12px; overflow: auto; }
.jpk-drawer-empty {
    color: #888;
    text-align: center;
    padding: 40px 12px;
    font-size: 14px;
}
.jpk-drawer-item {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    color: #1c1910;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}
.jpk-drawer-item:hover { background: #fbf6e8; }
.jpk-drawer-item img,
.jpk-drawer-ph {
    width: 72px;
    height: 54px;
    object-fit: cover;
    border-radius: 6px;
    background: #eee;
    flex: 0 0 auto;
}
.kbn-header-brand-bg { width: 100%; background: #fff; position: relative; }
.kbn-header-brand-row {
    width: 1000px;
    margin: 0 auto;
    padding: 8px 0 10px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 16px;
    transition: padding 0.28s ease;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-header-brand-row {
    padding: 4px 0;
}
.kbn-header-logo-wrap {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 0;
}
.kbn-header-left {
    position: static;
    width: 76px;
    max-width: 76px;
    height: auto;
    z-index: 2;
    display: block;
    pointer-events: none;
    flex: 0 0 auto;
    transition: width 0.28s ease;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-header-left {
    width: 56px;
    max-width: 56px;
    opacity: 1;
    transform: none;
}
.kbn-header-brand-row .home_top_interest {
    justify-self: end;
    flex: 0 0 auto;
}
.kbn-header-menu-bar {
    width: 100%;
    background: #fff;
    clear: both;
    padding: 0;
    border-bottom: 2px solid var(--maincolor);
}
body.site-jpk714 .kbn-header-menu-bar .top-menu {
    justify-content: space-between;
    gap: 6px;
    padding: 0 4px;
}
body.site-jpk714 .kbn-header-menu-bar .top-menu a {
    position: relative;
    color: #3d382f;
    font-size: 20px;
    font-weight: 800;
    font-family: Pretendard, sans-serif;
    padding: 12px 4px 10px;
    line-height: 1.15;
    text-decoration: none;
    letter-spacing: -0.06em;
    border-bottom: 0;
    flex: 1 1 auto;
    text-align: center;
    white-space: nowrap;
    transition: color 0.15s ease, padding 0.28s ease, font-size 0.28s ease;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-header-menu-bar .top-menu a {
    font-size: 18px;
    padding: 10px 4px 9px;
}
body.site-jpk714 .kbn-header-menu-bar .top-menu a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: var(--maincolor);
    border-radius: 2px 2px 0 0;
    transform: translateX(-50%);
    transition: width 0.18s ease;
}
body.site-jpk714 .kbn-header-menu-bar .top-menu a.on,
body.site-jpk714 .kbn-header-menu-bar .top-menu a:hover {
    font-weight: 800;
    color: #1c1910;
    border-bottom: 0;
}
body.site-jpk714 .kbn-header-menu-bar .top-menu a.on::after,
body.site-jpk714 .kbn-header-menu-bar .top-menu a:hover::after {
    width: 70%;
}
.kbn-header-logo { flex: 0 0 auto; line-height: 0; }
.kbn-header-logo img { width: 400px; max-width: 400px; height: auto; display: block; }
.kbn-brand-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    line-height: 1;
}
.kbn-brand-logo__word {
    display: inline-block;
    font-family: Pretendard, sans-serif;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.08em;
    color: #F4BE3A;
    white-space: nowrap;
    transform: skewX(-8deg);
    -webkit-text-stroke: 0.6px #2a2a2a;
    paint-order: stroke fill;
    text-shadow:
        -2px -2px 0 #333,
         0px -2px 0 #333,
         2px -2px 0 #333,
        -2px  0px 0 #333,
         2px  0px 0 #333,
        -2px  2px 0 #333,
         0px  2px 0 #333,
         2px  2px 0 #333,
         3px  4px 0 rgba(0, 0, 0, 0.16);
}
.kbn-brand-logo--pc .kbn-brand-logo__word {
    font-size: 42px;
    transition: font-size 0.28s ease;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-brand-logo--pc .kbn-brand-logo__word {
    font-size: 32px;
}
.kbn-brand-logo--footer .kbn-brand-logo__word {
    font-size: 28px;
    text-shadow:
        -1px -1px 0 #333,
         0px -1px 0 #333,
         1px -1px 0 #333,
        -1px  0px 0 #333,
         1px  0px 0 #333,
        -1px  1px 0 #333,
         0px  1px 0 #333,
         1px  1px 0 #333;
}
.kbn-wish-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #8a8274;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(28, 25, 16, 0.14);
    backdrop-filter: blur(6px);
}
.kbn-wish-btn:hover {
    color: #D9A21A;
    background: #fff;
}
.kbn-wish-btn.is-on {
    color: #F4BE3A;
    background: #1c1910;
}
.kbn-wish-btn.is-on svg path {
    fill: currentColor;
    stroke: currentColor;
}
.kbn-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-width: 0;
    padding: 7px 8px 8px;
    background: var(--maincolor);
    color: #fff;
    font-family: Pretendard, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 8px rgba(28, 25, 16, 0.16);
}
.home_top_interest { flex: 0 0 auto; }
.kbn-header-search {
    display: block;
    position: relative;
    margin: 0;
    width: 248px;
    transition: width 0.28s ease;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-header-search {
    width: 196px;
}
.kbn-header-search input {
    width: 100%;
    height: 42px;
    padding: 0 46px 0 16px;
    border: 1px solid #e8c56a;
    border-radius: 999px;
    background: #fff9ef;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #2a261c;
    font-family: Pretendard, sans-serif;
    outline: none;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(28, 25, 16, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, height 0.28s ease, padding 0.28s ease, font-size 0.28s ease;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-header-search input {
    height: 34px;
    padding: 0 38px 0 14px;
    font-size: 12px;
}
.kbn-header-search input::-webkit-search-decoration,
.kbn-header-search input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.kbn-header-search input::placeholder {
    color: #b3aa9a;
    font-weight: 500;
}
.kbn-header-search input:hover {
    border-color: var(--maincolor);
    background: #fff;
}
.kbn-header-search input:focus {
    border-color: var(--maincolor);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(244, 190, 58, 0.2);
}
.kbn-header-search button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--maincolor);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, transform 0.15s ease, width 0.28s ease, height 0.28s ease;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-header-search button {
    width: 26px;
    height: 26px;
}
.kbn-header-search button:hover {
    background: #d9a21a;
}
.kbn-header-search button .kbn-search-icon {
    display: block;
    width: 15px;
    height: 15px;
    color: #fff;
}
@media (prefers-reduced-motion: reduce) {
    body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky,
    body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky .kbn-header-topbar,
    body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky .kbn-header-brand-row,
    body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky .kbn-header-left,
    body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky .kbn-header-menu-bar .top-menu a,
    body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky .kbn-brand-logo__word,
    body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky .kbn-header-search,
    body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky .kbn-header-search input,
    body.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky .kbn-header-search button {
        transition: none !important;
    }
}

.visual-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 0;
    height: 400px;
    overflow: hidden;
    clear: both;
    background: #eee;
}
body.site-jpk714:not(.epc-layout-mobile) .visual-wrap {
    min-width: 1000px;
}
.visual-wrap .visual-ban {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    line-height: 0;
    width: 1920px;
    height: 400px;
}
.visual-wrap .visual-ban > div {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.7s ease;
}
.visual-wrap .visual-ban > div.is-active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}
.visual-wrap .visual-ban a,
.visual-wrap .visual-ban img {
    display: block;
    width: 1920px;
    height: 400px;
    max-width: none;
    border: 0;
}
.visual-wrap .vs-pager {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    top: auto;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-size: 0;
}
.visual-wrap .vs-pager__item {
    position: relative;
    display: block;
    width: 22px;
    height: 4px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.38);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    cursor: pointer;
    appearance: none;
    transition: width 0.25s ease, background 0.25s ease;
}
.visual-wrap .vs-pager__item.is-active {
    width: 56px;
    background: rgba(255, 255, 255, 0.22);
}
.visual-wrap .vs-pager__fill {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--maincolor, #F4BE3A);
    transform: scaleX(0);
    transform-origin: left center;
}
.visual-wrap .vs-pager__item.is-active .vs-pager__fill {
    animation: kbnBannerProgress 4s linear forwards;
}
@keyframes kbnBannerProgress {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}
@media (prefers-reduced-motion: reduce) {
    .visual-wrap .visual-ban > div {
        transition: none;
    }
    .visual-wrap .vs-pager__item.is-active .vs-pager__fill {
        animation: none;
        transform: scaleX(1);
    }
}

.kbn-home-counsel-wrap {
    width: 100%;
    margin: 18px auto 8px;
    text-align: center;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-home-counsel-wrap {
    width: 1000px;
}
.kbn-app-consult__card {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 14px 14px 18px;
    background: #fff;
    border: 1px solid #efe4c8;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(28, 25, 16, 0.06);
    box-sizing: border-box;
}
.kbn-app-consult__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
    text-align: left;
}
.kbn-app-consult__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffe9b0 0%, #F4BE3A 100%);
    color: #1c1910;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(217, 162, 26, 0.28);
}
.kbn-app-consult__icon svg {
    width: 24px;
    height: 24px;
}
.kbn-app-consult__copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 148px;
}
.kbn-app-consult__copy strong {
    font-size: 18px;
    font-weight: 800;
    color: #1c1910;
    letter-spacing: -0.05em;
    line-height: 1.2;
}
.kbn-app-consult__copy span {
    font-size: 12px;
    font-weight: 600;
    color: #8a8274;
    letter-spacing: -0.03em;
}
.kbn-app-consult__fields {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}
.kbn-app-field {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    padding: 0 14px;
    background: #fbf6ea;
    border: 1px solid #efe4c8;
    border-radius: 999px;
}
.kbn-app-field__ico {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    color: #c49216;
}
.kbn-app-field__ico svg {
    display: block;
    width: 18px;
    height: 18px;
}
.kbn-app-consult__fields input,
.kbn-home-counsel-inner input {
    flex: 1;
    min-width: 0;
    height: 46px;
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1c1910;
    font-family: Pretendard, sans-serif;
    outline: none;
}
.kbn-app-consult__fields input::placeholder {
    color: #b3aa9a;
    font-weight: 500;
}
.kbn-app-consult__fields button,
.kbn-home-counsel-inner button {
    flex: 0 0 auto;
    height: 46px;
    min-width: 118px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: var(--maincolor);
    color: #1c1910;
    font-family: Pretendard, sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.04em;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(217, 162, 26, 0.28);
}
.kbn-app-consult__fields button:hover {
    background: #d9a21a;
}

.kbn-service-row {
    width: 100%;
    margin: 19px auto 0;
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-service-row {
    width: 1000px;
}
.kbn-service-row img { width: 245px; height: auto; display: block; }

.kbn-steps {
    width: 100%;
    margin: 8px auto 0;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-steps {
    width: 1000px;
}
.kbn-steps__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    position: relative;
}
.kbn-steps__list::before {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    top: 84px;
    height: 2px;
    background-image: repeating-linear-gradient(
        90deg,
        #F4BE3A 0 8px,
        transparent 8px 16px
    );
    background-size: 16px 2px;
    animation: kbnStepsDash 0.75s linear infinite;
    z-index: 0;
    pointer-events: none;
}
@keyframes kbnStepsDash {
    to {
        background-position: 16px 0;
    }
}
.kbn-steps__item {
    position: relative;
    z-index: 1;
}
.kbn-steps__item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
    padding: 22px 14px 20px;
    background: #fff;
    border: 1px solid #efe4c8;
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(28, 25, 16, 0.06);
    text-decoration: none;
    color: #1c1910;
    box-sizing: border-box;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.kbn-steps__item a:hover {
    transform: translateY(-3px);
    border-color: #F4BE3A;
    box-shadow: 0 14px 28px rgba(217, 162, 26, 0.16);
}
.kbn-steps__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 22px;
    padding: 0 8px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #1c1910;
    color: #F4BE3A;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    font-family: Pretendard, sans-serif;
}
.kbn-steps__icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    margin-bottom: 14px;
    background: linear-gradient(180deg, #ffe9b0 0%, #F4BE3A 100%);
    color: #1c1910;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(217, 162, 26, 0.22);
}
.kbn-steps__icon svg {
    width: 28px;
    height: 28px;
}
.kbn-steps__item strong {
    display: block;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.25;
    margin-bottom: 6px;
    font-family: Pretendard, sans-serif;
}
@media (prefers-reduced-motion: reduce) {
    .kbn-steps__list::before {
        animation: none;
    }
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-car-section,
body.site-jpk714:not(.epc-layout-mobile) .kbn-review-section {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-review-section {
    padding-top: 36px;
    text-align: left;
}
body.site-jpk714 .prl {
    --prl-accent: #D9A21A;
    --prl-text: #1c1910;
    --prl-muted: #7a746a;
    --prl-line: #efe6d4;
    background: #fff;
    font-family: Pretendard, sans-serif;
}
body.site-jpk714 .prl--compact {
    margin: 0;
    padding: 32px 24px 24px;
    border: 1px solid #efe4c8;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(28, 25, 16, 0.05);
}
body.site-jpk714 .prl-head__label {
    color: #c49216;
    letter-spacing: 0.08em;
}
body.site-jpk714 .prl-head__title {
    letter-spacing: -0.06em;
}
body.site-jpk714 .prl-stats__icon {
    background: #fff8ea;
}
body.site-jpk714 .prl-stats__count {
    color: #c49216;
}
body.site-jpk714 .prl-card {
    border-radius: 14px;
}
body.site-jpk714 .prl-card:hover {
    border-color: #e8c56a;
    box-shadow: 0 8px 20px rgba(244, 190, 58, 0.16);
}
body.site-jpk714 .prl-more a {
    min-width: 180px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid #F4BE3A;
    background-color: #fff9ef;
    background-image: linear-gradient(90deg, #ffe08a 0%, #F4BE3A 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #1c1910;
    font-weight: 800;
    letter-spacing: -0.04em;
    transition: background-size 1s linear, box-shadow 0.2s ease;
}
body.site-jpk714 .prl-more a:hover,
body.site-jpk714 .prl-more a.is-charging {
    background: #fff9ef;
    background-image: linear-gradient(90deg, #ffe08a 0%, #F4BE3A 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: #F4BE3A;
    color: #1c1910;
}
body.site-jpk714 .prl-pager strong {
    background: var(--maincolor);
    color: #1c1910;
}
body.site-jpk714 .prl-pager a:hover {
    background: #fff8ea;
}
body.site-jpk714 .kbn-community-page--prl .kbn-community-body {
    background: transparent;
    padding-top: 12px;
}
.kbn-section-title { padding-top: 50px; }
.kbn-section-title--reviews { padding-top: 47px; }
.kbn-section-title--reviews .main { padding-bottom: 0; }
.kbn-middle-banner { width: 100%; margin: 19px auto 0; text-align: center; }
body.site-jpk714:not(.epc-layout-mobile) .kbn-middle-banner { width: 1018px; }
.kbn-middle-banner img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.kbn-middle-banner--partner { margin-top: 0; }

.kbn-promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: 1000px;
    max-width: 100%;
    margin: 28px auto 8px;
    padding: 16px 28px;
    box-sizing: border-box;
    text-decoration: none;
    color: #1c1910;
    background: linear-gradient(90deg, #ffe08a 0%, #F4BE3A 48%, #e8b02e 100%);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(217, 162, 26, 0.26);
    position: relative;
    overflow: hidden;
}
.kbn-promo-banner::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 42%;
    background: linear-gradient(90deg, rgba(255,255,255,0.38), transparent);
    pointer-events: none;
}
.kbn-promo-banner__icon {
    position: relative;
    flex: 0 0 auto;
    width: 46px;
    height: 36px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    animation: kbnPromoCarBob 1.6s ease-in-out infinite;
}
.kbn-promo-banner__icon svg {
    width: 46px;
    height: 36px;
    display: block;
    overflow: visible;
}
.kbn-promo-banner__badge {
    position: relative;
    flex: 0 0 auto;
    min-width: 62px;
    height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: #1c1910;
    color: #F4BE3A;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.04em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Pretendard, sans-serif;
}
.kbn-promo-banner__count {
    display: inline-block;
    min-width: 1.35em;
    text-align: right;
    font-variant-numeric: tabular-nums;
}
.kbn-promo-banner__count.is-pop {
    animation: kbnPromoCountPop 0.45s ease;
}
@keyframes kbnPromoCarBob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}
@keyframes kbnPromoCountPop {
    0%, 100% { transform: translateY(0) scale(1); }
    35% { transform: translateY(-5px) scale(1.16); }
}
.kbn-promo-banner__text {
    position: relative;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.04em;
    font-family: Pretendard, sans-serif;
    color: #5a4a1a;
}
.kbn-promo-banner__text strong {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #1c1910;
}
@media (prefers-reduced-motion: reduce) {
    .kbn-promo-banner__icon,
    .kbn-promo-banner__count.is-pop {
        animation: none;
    }
}
.kbn-partner-capital { width: 100%; margin: 0 auto; }
body.site-jpk714:not(.epc-layout-mobile) .kbn-partner-capital {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-partner-capital .hometitle {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.kbn-partner-marquee {
    position: relative;
    width: 100%;
    margin-top: 8px;
    overflow: hidden;
    background: #fff;
}
.kbn-partner-marquee::before,
.kbn-partner-marquee::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 72px;
    z-index: 1;
    pointer-events: none;
}
.kbn-partner-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0) 100%);
}
.kbn-partner-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255,255,255,0) 100%);
}
.kbn-partner-marquee__viewport {
    overflow: hidden;
    padding: 12px 0;
}
.kbn-partner-marquee__track {
    display: flex;
    width: max-content;
    animation: kbnPartnerMarquee 28s linear infinite;
    will-change: transform;
}
.kbn-partner-marquee:hover .kbn-partner-marquee__track {
    animation-play-state: paused;
}
.kbn-partner-marquee__group {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 12px;
    padding-right: 12px;
}
.kbn-partner-marquee__item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}
.kbn-partner-marquee__item img,
.kbn-partner-marquee__group img {
    display: block;
    height: 32px;
    width: auto;
    max-width: none !important;
    object-fit: contain;
}
@keyframes kbnPartnerMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .kbn-partner-marquee__track { animation: none; }
}
.kbn-car-section--tail { margin-bottom: 0; }
.kbn-guide {
    width: 100%;
    margin: 12px auto 28px;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-guide {
    width: 1000px;
}
.kbn-guide__list {
    list-style: none;
    margin: 0;
    padding: 28px 18px 24px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    position: relative;
    background: linear-gradient(180deg, #fff8e8 0%, #ffe9b0 100%);
    border-radius: 28px;
    box-sizing: border-box;
}
.kbn-guide__list::before {
    content: '';
    position: absolute;
    top: 78px;
    left: 11%;
    right: 11%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #d9a21a 0 10px, transparent 10px 18px);
    pointer-events: none;
}
.kbn-guide__item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}
.kbn-guide__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    background: #1c1910;
    color: #F4BE3A;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    font-family: Pretendard, sans-serif;
}
.kbn-guide__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    color: #1c1910;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(217, 162, 26, 0.18);
    border: 2px solid rgba(244, 190, 58, 0.45);
}
.kbn-guide__icon svg {
    width: 30px;
    height: 30px;
}
.kbn-guide__item strong {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #1c1910;
    font-family: Pretendard, sans-serif;
    word-break: keep-all;
    line-height: 1.35;
}
.kbn-contract-guide {
    width: 100%;
    min-width: 0;
    margin: 0;
    line-height: 0;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-contract-guide {
    min-width: 1000px;
}
.kbn-contract-guide img {
    width: 100%;
    height: 372px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.kbn-quick-tab-grid { position: relative; }

.kbn-review-empty { display: block; width: 100%; min-height: 180px; background: #efefef; }
.postdiv_ul a {
    display: block;
    width: 100%;
    line-height: 0;
    background: #fbfbfb;
    overflow: hidden;
    flex: 0 0 auto;
}
.postdiv_ul img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
    vertical-align: top;
}

#leftbanner, #rightbanner { position: absolute; z-index: 40; visibility: hidden; }
#leftbanner { width: 176px; left: calc(50% - 686px); }
#leftbanner.is-side-positioned, #rightbanner.is-side-positioned { visibility: visible; }
#leftbanner img { width: 176px; max-width: 176px; height: auto; display: block; }
#rightbanner { width: 181px; left: calc(50% + 510px); }

.kbn-side-benefits {
    width: 176px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #efe4c8;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(28, 25, 16, 0.08);
}
.kbn-side-benefits__head {
    margin: 0;
    padding: 14px 10px 13px;
    background: var(--maincolor);
    color: #fff;
    text-align: center;
    font-family: Pretendard, sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1.35;
}
.kbn-side-benefits__list {
    list-style: none;
    margin: 0;
    padding: 6px 0 8px;
}
.kbn-side-benefits__item {
    margin: 0;
    padding: 12px 12px 13px;
    text-align: center;
    border-top: 1px solid #f3ead4;
}
.kbn-side-benefits__item:first-child { border-top: 0; }
.kbn-side-benefits__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: #fff8e8;
    color: #c49216;
    box-shadow: inset 0 0 0 1px #f0e0b4;
}
.kbn-side-benefits__item strong {
    display: block;
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-weight: 800;
    color: #1c1910;
    letter-spacing: -0.05em;
    line-height: 1.2;
}
.kbn-side-benefits__item p {
    margin: 6px 0 0;
    font-family: Pretendard, sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #6f6a62;
    letter-spacing: -0.04em;
    line-height: 1.45;
}
.kbn-side-top {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    border: 0;
    border-radius: 10px;
    background: var(--maincolor);
    color: #fff;
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.04em;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(217, 162, 26, 0.22);
}
.kbn-side-top:hover { background: #d9a21a; }

.kbn-side-counsel {
    width: 181px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #efe4c8;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(28, 25, 16, 0.08);
}
.kbn-side-counsel-head {
    background: var(--maincolor);
    padding: 16px 12px 14px;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}
.kbn-side-counsel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 14px;
    background: #fff;
    color: #D9A21A;
    box-shadow: 0 6px 14px rgba(28, 25, 16, 0.12);
}
.kbn-side-counsel-icon svg {
    width: 22px;
    height: 22px;
}
.kbn-side-counsel-head strong {
    display: block;
    font-family: Pretendard, sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1.2;
}
.kbn-side-counsel-head p {
    margin: 7px 0 0;
    font-family: Pretendard, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.95);
}
.kbn-side-counsel-body {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border: 0;
    padding: 12px;
    overflow: hidden;
}
.kbn-side-tabs {
    display: flex;
    gap: 0;
    padding: 3px;
    margin: 0 0 10px;
    background: #f4f1ea;
    border-radius: 10px;
}
.kbn-side-tab {
    flex: 1;
    border: 0;
    background: transparent;
    color: #7a746a;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 700;
    font-family: Pretendard, sans-serif;
    letter-spacing: -0.04em;
    border-radius: 8px;
    cursor: pointer;
}
.kbn-side-tab.is-on {
    background: #fff;
    color: #1c1910;
    box-shadow: 0 1px 4px rgba(28, 25, 16, 0.1);
}
#side_counsel input[type="text"],
#side_counsel input[type="tel"] {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    padding: 10px 11px;
    border: 1px solid #eee6d4;
    border-radius: 10px;
    background: #faf8f3;
    font-size: 13px;
    font-weight: 600;
    font-family: Pretendard, sans-serif;
    color: #1c1910;
    box-sizing: border-box;
    outline: none;
}
#side_counsel input[type="text"]:focus,
#side_counsel input[type="tel"]:focus {
    border-color: var(--maincolor);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(244, 190, 58, 0.16);
}
.kbn-side-policy {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 2px 0 10px;
    font-size: 11px;
    font-weight: 600;
    color: #7a746a;
    letter-spacing: -0.04em;
    text-align: left;
    line-height: 1.3;
}
.kbn-side-policy input { margin: 0; accent-color: var(--maincolor); }
.kbn-side-submit {
    width: 100%;
    padding: 11px 0;
    margin: 0;
    border: 0;
    border-radius: 10px;
    background: var(--maincolor);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    font-family: Pretendard, sans-serif;
    letter-spacing: -0.04em;
    cursor: pointer;
}
.kbn-side-submit:hover { background: #d9a21a; }

/* 우측 플로팅 — 오늘 본 차량 (공통 epc_side_recent_viewed) */
#rightbanner .epc-recent-view {
    margin-top: 10px;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-top: 3px solid var(--maincolor);
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

#rightbanner .epc-recent-title {
    margin: 0;
    padding: 10px 6px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: var(--maincolor);
    font-family: 'Pretendard', sans-serif;
    letter-spacing: -0.02em;
}

#rightbanner .epc-recent-empty {
    margin: 10px auto;
    padding: 18px 10px;
    width: calc(100% - 20px);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #555;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    box-sizing: border-box;
}

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

#rightbanner .epc-recent-card {
    display: block;
    text-decoration: none;
    color: #000;
    min-width: 0;
    overflow: hidden;
}

#rightbanner .epc-recent-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border: 1px solid #ddd;
    margin: 0 auto;
    background: #f5f5f5;
}

#rightbanner .epc-recent-name {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding: 0 2px;
}

#rightbanner .epc-recent-card.is-placeholder .epc-recent-thumb {
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #f6f6f6;
}

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

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

#rightbanner .epc-recent-pagination {
    margin: 0;
    padding: 6px 8px 8px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 6px;
    border-top: 1px solid #eee;
    background: #fafafa;
}

#rightbanner .epc-recent-page-btn {
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #333;
    border-radius: 4px;
    height: 26px;
    min-width: 28px;
    font-size: 12px;
    cursor: pointer;
    padding: 0;
}

#rightbanner .epc-recent-page-btn:disabled {
    opacity: 0.4;
    cursor: default;
}

#rightbanner .epc-recent-page-text {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

#rightbanner .epc-recent-top-btn {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 8px 0;
    border: 0;
    background: var(--maincolor);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Pretendard', sans-serif;
}

.kbn-bottom-counsel {
    position: fixed;
    bottom: 18px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    text-align: center;
    pointer-events: none;
    background: transparent;
}
.kbn-bottom-dock {
    pointer-events: auto;
    width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    height: auto;
    padding: 14px 12px 14px 18px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #efe4c8;
    border-radius: 24px;
    box-shadow: 0 10px 32px rgba(28, 25, 16, 0.12);
}
.kbn-bottom-dock__brand {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: #1c1910;
    min-width: 108px;
}
.kbn-bottom-dock__icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffe9b0 0%, #F4BE3A 100%);
    color: #1c1910;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(217, 162, 26, 0.22);
}
.kbn-bottom-dock__icon svg {
    width: 18px;
    height: 18px;
}
.kbn-bottom-dock__brand strong {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #1c1910;
}
.kbn-bottom-dock input {
    flex: 1;
    min-width: 0;
    height: 42px;
    border: 1px solid #efe4c8;
    border-radius: 999px;
    background: #fbf6ea;
    color: #1c1910;
    padding: 0 16px;
    font-size: 13px;
    font-weight: 600;
    font-family: Pretendard, sans-serif;
    outline: none;
}
.kbn-bottom-dock input::placeholder {
    color: #b3aa9a;
}
.kbn-bottom-dock button {
    flex: 0 0 auto;
    height: 42px;
    min-width: 112px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    background: var(--maincolor);
    color: #1c1910;
    font-family: Pretendard, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.04em;
    cursor: pointer;
}
.kbn-bottom-dock button:hover {
    background: #ffd56a;
}

.kbn-footer { width: 100%; background: #fff; color: #333; padding: 30px 0 40px; margin-top: 0; border-top: 1px solid #ececec; }
body.epc-has-bottom-bar.site-jpk714 .kbn-footer { padding-bottom: 120px; }
.kbn-footer-inner { width: 100%; margin: 0 auto; text-align: left; }
body.site-jpk714:not(.epc-layout-mobile) .kbn-footer-inner { width: 1000px; }
.kbn-footer-brand { margin-bottom: 10px; }
.kbn-footer-logo { width: 320px; max-width: 100%; height: auto; display: block; }
.kbn-footer-links {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}
.kbn-footer-links a { color: #333; text-decoration: none; font-size: 14px; }
.kbn-footer-links a:hover { color: var(--maincolor); }
.kbn-footer-info { font-size: 15px; line-height: 1.7; color: #333; }

/* 전체영역 */
body, h1, h2, h3, h4, input, select, option, button, div, span, p {
	font-family: 'Pretendard';
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height:100%;
}
select, option, input, span, table, div {
	line-height:130%;
}
textarea::placeholder {
	color: #999999 !important;
}
input::placeholder {
	color: #999999 !important;
}
body.site-jpk714 {
	--on_color: #000;
	--off_color: #fff;
}
/* 상단로그인관련 */
.top_link { color: #000; }
.top_link a:hover { color: #000; }
.top_link a:link { color: #000; }
/*  메인페이지 */
.home_top_interest a {color:#fff}
.slidepager span.cycle-pager-active { color: var(--maincolor) !important; }
a:hover{ color:#ffcc00;}
.top-menu {
	clear: both;
    width: 100%;
    margin: 0 auto;
    font-family: 'Pretendard';
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
body.site-jpk714:not(.epc-layout-mobile) .top-menu {
    width: 1000px;
}
.top-menu span {color:#979797;font-size:19px;}
.top-menu a {
	color: #3d382f;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Pretendard', sans-serif;
    padding: 16px 0 14px;
    line-height: 1.15;
	border-bottom: 0;
    text-decoration: none;
    letter-spacing: -0.06em;
}
.top-menu .on, .top-menu a:hover {font-weight: 800; color: #1c1910; transition: color 0.15s;}
/* 상단검색박스 (PC 홈) */
body.site-jpk714:not(.epc-layout-mobile) .search_1 {
	width: 90%;
	position: relative;
}
body.site-jpk714:not(.epc-layout-mobile) .search_1 input {
	font-size: 15px;
	outline: none;
	color: #000;
	font-weight: 400;
	box-sizing: border-box;
	border: 0;
	width: 100%;
	background: #fff;
	padding: 7px 15px;
	border-radius: 100px;
}
body.site-jpk714:not(.epc-layout-mobile) .search_1 button {
	width: 34px;
	height: 34px;
	cursor: pointer;
	background: #fff;
	color: var(--maincolor);
	border: 0;
	border-radius: 0;
	font-size: 14px;
	padding: 3px;
	position: absolute;
	right: 13px;
}
/* 메인배너 — 상단 블록과 동일 규칙 유지 */
/* HOME - stats */
.kbn-home-stats-wrap {
	width: 100%;
	margin: 0 auto;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-home-stats-wrap {
	width: 1000px;
	padding: 6px 0 2px;
}
.kbn-home-stats {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 16px;
}
.kbn-stats-card {
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #eeeae0;
	background: #fff;
	box-shadow: 0 8px 24px rgba(28, 25, 16, 0.05);
	overflow: hidden;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stats-card--left {
	flex: 1;
	min-width: 0;
	padding: 0;
}
.kbn-stats-card--left {
	flex: 1;
	min-width: 0;
	padding: 26px 0 28px;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stats-card--right {
	width: 390px;
	flex-shrink: 0;
	padding: 0;
}
.kbn-stats-card__head {
	text-align: center;
	margin-bottom: 24px;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stats-card__head {
	margin-bottom: 0;
	padding: 22px 24px 6px;
	background: none;
	border-bottom: 0;
}
.kbn-stats-card__head p {
	margin: 0;
}
.kbn-stats-card__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0 0 8px !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #b7aa94;
    font-family: Pretendard, sans-serif;
}
.kbn-stats-card__head--center {
	margin-bottom: 16px;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stats-card__head--center {
	margin-bottom: 0;
	padding-bottom: 4px;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stats-card__head-blue {
	font-size: 11px;
	color: #b7aa94;
	font-weight: 800;
	line-height: 1.35;
	font-family: Pretendard, sans-serif;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	letter-spacing: 0.12em;
}
.kbn-live-pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e24b4b;
    box-shadow: 0 0 0 0 rgba(226, 75, 75, 0.45);
    animation: kbnLivePulse 1.8s ease-out infinite;
}
@keyframes kbnLivePulse {
    0% { box-shadow: 0 0 0 0 rgba(226, 75, 75, 0.45); }
    70% { box-shadow: 0 0 0 7px rgba(226, 75, 75, 0); }
    100% { box-shadow: 0 0 0 0 rgba(226, 75, 75, 0); }
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stats-card__head-title {
	font-size: 18px;
	color: #1c1910;
	font-weight: 800;
	line-height: 1.4;
	margin-top: 0;
	letter-spacing: -0.04em;
	font-family: Pretendard, sans-serif;
}
.kbn-stats-card__head-title-inline {
	color: #1c1910;
	font-weight: 800;
}
.kbn-stats-card__body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	padding: 0 8px;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stats-card__body {
	gap: 0;
	padding: 18px 8px 22px;
}
.kbn-stat-item {
	flex: 1;
	min-width: 0;
	text-align: center;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stat-item {
	padding: 8px 10px 0;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stat-item + .kbn-stat-item {
	border-left: 1px solid #f1eee6;
}
.kbn-stat-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
    border-radius: 12px;
    background: #f7f4ee;
    color: #1c1910;
    box-shadow: none;
}
.kbn-stat-item__icon svg {
    width: 20px;
    height: 20px;
}
.kbn-stat-item__label,
body.site-jpk714:not(.epc-layout-mobile) .kbn-stat-item__label {
	display: block;
	min-width: 0;
	padding: 0;
	border-radius: 0;
	background: none;
	color: #8a8274;
	font-size: 12px;
	font-weight: 700;
	font-family: Pretendard, sans-serif;
	white-space: nowrap;
	box-shadow: none;
	letter-spacing: -0.02em;
}
.kbn-stat-item__count {
	margin: 10px 0 8px;
	line-height: 1;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stat-item__count {
	margin: 8px 0 8px;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stat-item__count strong {
	font-size: 32px;
	font-weight: 800;
	color: #1c1910;
	letter-spacing: -0.05em;
	font-family: Pretendard, sans-serif;
}
.kbn-stat-item__count strong {
	font-size: 6vw;
	font-weight: 800;
	color: #1c1910;
	letter-spacing: -0.05em;
	font-family: Pretendard, sans-serif;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stat-item__count span {
	font-size: 14px;
	font-weight: 700;
	color: #b7aa94;
	margin-left: 2px;
}
.kbn-stat-item__count span {
	font-size: 3vw;
	font-weight: 700;
	color: #b7aa94;
	margin-left: 2px;
}
.kbn-stat-item__desc {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.6;
	font-family: Pretendard, sans-serif;
	word-break: keep-all;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-stat-item__desc {
	font-size: 12px;
	color: #9a9284;
	line-height: 1.5;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-live-ticker {
	padding: 4px 8px 14px;
}
.kbn-live-ticker {
	min-height: 196px;
	overflow: hidden;
	position: relative;
}
.kbn-live-ticker::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 28px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
	pointer-events: none;
}
.kbn-live-list {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
}
.kbn-live-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 12px;
	margin-bottom: 0;
	border: 0;
	border-bottom: 1px solid #f3f0ea;
	border-radius: 0;
	background: transparent;
	box-sizing: border-box;
	transition: background-color 0.2s ease;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-live-item {
	padding: 11px 12px;
	gap: 8px;
}
.kbn-live-item--empty {
	justify-content: center;
	color: #888;
	font-size: 14px;
}
.kbn-live-item__type {
	flex: 0 0 auto;
	min-width: 0;
	padding: 0;
	border-radius: 0;
	background: none;
	color: #8a8274;
	font-size: 12px;
	font-weight: 800;
	text-align: left;
	font-family: Pretendard, sans-serif;
	white-space: nowrap;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-live-item__type {
	flex: 0 0 52px;
	min-width: 52px;
	font-size: 12px;
	background: none;
	color: #8a8274;
}
.kbn-live-item__desc {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: 'Pretendard', sans-serif;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-live-item__desc {
	font-size: 13px;
	color: #444;
}
.kbn-live-item__desc em {
	font-style: normal;
	font-weight: 700;
	color: #222;
}
.kbn-live-item__date {
	flex: 0 0 74px;
	font-size: 12px;
	color: #999;
	text-align: center;
	font-family: 'Pretendard', sans-serif;
	white-space: nowrap;
}
.kbn-stat-status {
	flex: 0 0 auto;
	min-width: 0;
	padding: 0;
	border-radius: 0;
	background: none;
	color: #b7aa94;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	font-family: Pretendard, sans-serif;
	white-space: nowrap;
}
.kbn-stat-status.ing {
	background: none;
	box-shadow: none;
	color: #c49216;
}
body.site-jpk714:not(.epc-layout-mobile) .kbn-live-item:hover {
	border-color: transparent;
	background: #faf8f3;
	box-shadow: none;
}
#cslist2 .kbn-live-item:hover .kbn-live-item__desc {
	color: #333;
}
#cslist2 .kbn-live-item:hover .kbn-live-item__desc em {
	color: var(--maincolor, #F4BE3A);
}

/* HOME */
.section__one {text-align:center;margin:10px auto 0;width:100%;}
.container { background:#fff; width:100%; text-align:center; margin:0 auto; box-sizing: border-box; }
body.site-jpk714:not(.epc-layout-mobile) .container { width:1000px; }
.realtime__left--title{ font-size:20px;float:left;font-weight:bolder;}
.realtime__left{ height:260px;box-sizing: border-box;margin:0 auto 60px;overflow:hidden;}
.section__realtime--box{clear: both;}
.realtime__left--top{ clear:both;display:block; width: 100%;margin-bottom: 48px;}
.realtime__left--title{ font-size:18px;float:left;font-weight:500;font-family: Pretendard;width: 100%;
    text-align: left;}
.realtime__left--middle{  }
.realtime__left--middle li{ width: 100%;   box-sizing: border-box; height:55px;}
/* .realtime__left--middle li{display: flex; border: 1px solid red;  border-radius: 10px;   width: 575px;} */
.middle__txt{font-size:18px;margin-top:2px;font-weight:500;letter-spacing: -0.08rem;text-align:left;width:320px;font-family: 'Pretendard';}
.middle__txt--two{font-size:15px;margin-top:2px;font-weight:500;letter-spacing: -0.08rem;text-align:left;width:200px;overflow:hidden;white-space:nowrap;font-family: 'Pretendard';}
.middle__clear{width: 86px; height: 30px;  background-color: #bcbcbc;  color: #fff; font-size: 11px; border-radius: 7px; font-family: 'Pretendard'; line-height: 30px;text-align: center; margin: 0 auto;}
.middle__clear.ing{ background-color: var(--maincolor);}
.middle__clear--two{ display:none;width: 110px;height: 26px;color: #a6a6a6;font-size: 15px;line-height: 26px;font-family: Pretendard;margin-left:18px;}

#cslist2 a:hover{color:#fab701; transition:all 0.2s}
#flexisel{left:-325px !important;}
#flexisel li:nth-child(1n) {margin-right:8px;}
.right__today{
	border-radius: 19px;
	border: solid 2px var(--maincolor);
	background-color: #fff;
	text-align: center;
	color: var(--maincolor);
	padding: 6px 10px;
	margin-bottom: 26px;
	width: 111px;
	font-family: 'Pretendard';
	font-size: 16px;
	font-weight: 800;
}
.right__box {
	width: 200px;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
.rignt__couut{
	font-size: 38px;
	font-weight: 800;
	font-stretch: normal;
	letter-spacing: -0.08rem;
	text-align: center;
	color: #828282;
	margin-bottom: 20px;
}
.right__txt {
	font-size: 14px;
	letter-spacing: -0.42px;
	font-weight: 500;
}

/* 메인 타이틀, 더보기 */
.hometitle {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	box-sizing: border-box;
}
body.site-jpk714:not(.epc-layout-mobile) .hometitle {
	width: 1000px;
}
body.site-jpk714:not(.epc-layout-mobile) .hometitle .main {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #D9A21A;
	font-family: Pretendard, sans-serif;
	padding-bottom: 22px;
}
body.site-jpk714:not(.epc-layout-mobile) .hometitle .main_sub {
	font-family: Pretendard, sans-serif;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: -0.06em;
	color: #1c1910;
	line-height: 1.2;
	position: relative;
	padding-bottom: 14px;
}
body.site-jpk714:not(.epc-layout-mobile) .hometitle .main_sub::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 28px;
	height: 3px;
	margin-left: -14px;
	background: #F4BE3A;
	border-radius: 999px;
}
body.site-jpk714:not(.epc-layout-mobile) .hometitle .sub {
	margin: 4px auto 27px;
	font-size: 15px;
	letter-spacing: -1px;
	font-family: 'Pretendard';
	color: var(--maincolor);
}
.txt_color {
	font-family: 'Pretendard';
	color: var(--maincolor);
}
.sub_color {
	font-family: 'Pretendard';
	color:#000;
}
.plus_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-family: Pretendard, sans-serif;
    font-weight: 800;
    width: 200px;
    height: 46px;
    line-height: 1;
    border: 1px solid #F4BE3A;
    background-color: #fff9ef;
    background-image: linear-gradient(90deg, #ffe08a 0%, #F4BE3A 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #1c1910;
    border-radius: 999px;
    margin: 24px auto 0;
    cursor: pointer;
    letter-spacing: -0.04em;
    box-shadow: 0 8px 18px rgba(217, 162, 26, 0.18);
    transition: background-size 1s linear, box-shadow 0.2s ease;
}
.plus_link:hover,
.plus_link.is-charging {
    color: #1c1910;
    background-color: #fff9ef;
    background-size: 100% 100%;
    text-decoration: none;
    box-shadow: 0 10px 22px rgba(217, 162, 26, 0.28);
}
/* 차량리스트관련 */
.listcar,
.listcar.kbn-listcar {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
body.site-jpk714:not(.epc-layout-mobile) .listcar,
body.site-jpk714:not(.epc-layout-mobile) .listcar.kbn-listcar {
    width: 1000px;
}
.listcar .car_list_wrap {
    font-family: 'Pretendard', sans-serif;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    list-style: none;
}
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap {
    width: 1000px;
}
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap > li,
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap > .kbn-car-card {
    flex: 0 0 calc((1000px - 42px) / 4);
    width: calc((1000px - 42px) / 4);
    max-width: calc((1000px - 42px) / 4);
    box-sizing: border-box;
    position: relative;
    margin: 0;
    float: none;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #efe6d4;
    box-shadow: 0 8px 20px rgba(28, 25, 16, 0.06);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.listcar .car_list_wrap > li,
.listcar .car_list_wrap > .kbn-car-card {
    box-sizing: border-box;
    position: relative;
    margin: 0;
    float: none;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #efe6d4;
    box-shadow: 0 8px 20px rgba(28, 25, 16, 0.06);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.listcar .car_list_wrap > li:hover,
.listcar .car_list_wrap > .kbn-car-card:hover {
    transform: translateY(-4px);
    border-color: var(--maincolor);
    box-shadow: 0 10px 24px rgba(244, 190, 58, 0.22);
}
.kbn-car-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.listcar .car_list_wrap > li .img,
.listcar .kbn-car-card .img {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(180deg, #f8f8f8 0%, #efefef 100%);
}
.listcar .car_list_wrap > li .img img.kbn-car-card__photo,
.listcar .car_list_wrap > li .img > a > img,
.listcar .kbn-car-card__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.28s ease;
    display: block;
}
.listcar .car_list_wrap > li:hover .img img.kbn-car-card__photo,
.listcar .kbn-car-card:hover .kbn-car-card__photo {
    transform: scale(1.1);
}
.listcar .car_list_wrap > li .car_name,
.listcar .kbn-car-card .car_name {
    width: 100%;
    margin: 0;
    padding: 8px 8px 7px;
    font-family: 'Pretendard', sans-serif;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    color: #2b2b2b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 800;
    letter-spacing: -0.04rem;
    line-height: 1.25;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap > li .car_name,
body.site-jpk714:not(.epc-layout-mobile) .listcar .kbn-car-card .car_name {
    padding: 10px 10px 9px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.03rem;
    line-height: 1.35;
    border-bottom: 1px solid #ececec;
}
.listcar .car_list_wrap .water_mark {
    width: auto;
    position: absolute;
    left: 6px;
    top: 0;
    z-index: 2;
    filter: none;
    pointer-events: none;
}
body.site-jpk714 .epc-similar-listings .listcar .car_list_wrap .water_mark {
    width: auto !important;
}
.listcar .car_list_wrap .txt,
.listcar .kbn-car-card .txt {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap .txt,
body.site-jpk714:not(.epc-layout-mobile) .listcar .kbn-car-card .txt {
    padding: 0;
    background: transparent;
}
.listcar .car_list_wrap .txt .info,
.listcar .kbn-car-card .txt .info {
    width: 92%;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
}
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap .txt .info,
body.site-jpk714:not(.epc-layout-mobile) .listcar .kbn-car-card .txt .info {
    width: 100%;
    padding: 8px 0 4px;
    background: #fafafa;
    box-sizing: border-box;
}
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap .txt .info tr,
body.site-jpk714:not(.epc-layout-mobile) .listcar .kbn-car-card .txt .info tr {
    font-family: Pretendard, sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 1;
}
.listcar .car_list_wrap .txt .info tr td,
.listcar .kbn-car-card .txt .info tr td {
    padding: 1px 0;
    vertical-align: middle;
}
.listcar .car_list_wrap .txt .info tr td:first-child,
.listcar .kbn-car-card .txt .info tr td:first-child {
    text-align: left;
    width: 38%;
    white-space: nowrap;
}
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap .txt .info tr td,
body.site-jpk714:not(.epc-layout-mobile) .listcar .kbn-car-card .txt .info tr td {
    padding: 5px 0;
}
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap .txt .info tr td:first-child,
body.site-jpk714:not(.epc-layout-mobile) .listcar .kbn-car-card .txt .info tr td:first-child {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding-left: 14px;
}
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap .txt .info tr td:last-child,
body.site-jpk714:not(.epc-layout-mobile) .listcar .kbn-car-card .txt .info tr td:last-child {
    text-align: right;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 14px;
}
.listcar .car_list_wrap .etc_info {
    margin: 0;
    padding: 8px 0 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    gap: 2px;
    font-size: 18px;
    font-weight: 800;
    color: var(--maincolor);
    letter-spacing: -0.03em;
    border-top: 1px solid #ececec;
    background: linear-gradient(180deg, #fff8eb 0%, #fff 100%);
}
body.site-jpk714:not(.epc-layout-mobile) .listcar .car_list_wrap .etc_info,
body.site-jpk714:not(.epc-layout-mobile) .listcar .kbn-car-card .etc_info {
    padding: 8px 14px 10px;
    border-top: 1px solid #e8e8e8;
    background: linear-gradient(180deg, #fff8eb 0%, #fff 100%);
}
.listcar .etc_info__prefix,
.listcar .etc_info__suffix {
    font-size: 18px;
    font-weight: 600;
    color: #666;
}
.listcar .car_list_wrap .etc_info .money {
    font-size: 24px;
    font-weight: 800;
    margin: 0 3px;
    color: var(--maincolor);
    letter-spacing: -0.03em;
    line-height: 1;
}

/* 앱형 매물 카드 */
body.site-jpk714 .kbn-listcar--app .kbn-car-card,
body.site-jpk714:not(.epc-layout-mobile) .kbn-listcar--app .car_list_wrap > .kbn-car-card {
    border: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(28, 25, 16, 0.08);
    overflow: hidden;
}
body.site-jpk714 .kbn-listcar--app .kbn-car-card:hover,
body.site-jpk714:not(.epc-layout-mobile) .kbn-listcar--app .car_list_wrap > .kbn-car-card:hover {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 0 16px 36px rgba(28, 25, 16, 0.12);
}
.kbn-listcar--app .kbn-car-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.kbn-listcar--app .kbn-car-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(180deg, #f4f1ea 0%, #ece8df 100%);
}
.kbn-listcar--app .kbn-car-card__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}
.kbn-listcar--app .kbn-car-card:hover .kbn-car-card__photo {
    transform: scale(1.06);
}
.kbn-listcar--app .kbn-car-card__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 14px 14px 16px;
    text-align: left;
    flex: 1;
}
.kbn-listcar--app .kbn-car-card__maker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #D9A21A;
    font-family: Pretendard, sans-serif;
}
.kbn-listcar--app .kbn-car-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.5em;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.28;
    color: #1c1910;
    font-family: Pretendard, sans-serif;
}
.kbn-listcar--app .kbn-car-card__meta {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #8a8274;
    letter-spacing: -0.03em;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Pretendard, sans-serif;
}
.kbn-listcar--app .kbn-car-card__price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    margin-top: auto;
    padding-top: 8px;
    font-family: Pretendard, sans-serif;
}
.kbn-listcar--app .kbn-car-card__price-kicker {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #8a8274;
}
.kbn-listcar--app .kbn-car-card__price p {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 2px;
    line-height: 1;
}
.kbn-listcar--app .kbn-car-card__price strong {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.06em;
    color: #D9A21A;
    line-height: 1;
}
.kbn-listcar--app .kbn-car-card__price p span {
    font-size: 13px;
    font-weight: 700;
    color: #1c1910;
}
.kbn-listcar--empty .kbn-car-empty {
    margin: 0;
    padding: 48px 16px;
    text-align: center;
    color: #8a8274;
    font-weight: 600;
    font-family: Pretendard, sans-serif;
}

/* 차량검색리스트 */
.carlistgroup {
	clear:both;
	width: 100%;
	border:0;
}
.carlistgroup * {}
ul, ol, dl, li, dt, dd {
	list-style-type:none;
	list-style-position: outside;
	list-style-image:none;
}
.carlistgroup #list1 {float:left;width:150px;}
.carlistgroup #list2 {float:left;width:150px;}
.carlistgroup #list3 {float:left;width:250px;}
.carlistgroup #list4 {float:left;width:250px;}
.carlistgroup #list5 {float:left;width:200px;}
.carlistgroup p {
	height:20px;
	padding-top:4px;
	text-align:center;
	background-color:#ffffff;
	color:black;
	border:1px solid #d1d1d1;
	border-left:0;
}
.carlistgroup #list1 p, .carlistgroup #list1 ul {
	border-left:1px solid #d1d1d1;
}
.carlistgroup li {

}
.carlistgroup .list {
	height:130px;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	overflow-x: hidden;
	overflow-y: auto;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	background-color: white;
	border-right:1px solid #d1d1d1;
}
.carlistgroup .list:first-child {
	border-left:1px solid #d1d1d1;
}
.carlistgroup .on span {
	color:white;
}
.carlistgroup li a {
	height:20px;
	padding-top: 3px;
	height: 18px;
	text-indent: 13px;
	display: block;
	cursor:pointer;
	text-align:left;
	color:black;
	line-height:160%;
}
.carlistgroup .on a { background-color:black; }
.carlistgroup li:hover{ background-color:#808080; }
.carlistgroup li:hover span{ color:white; }

#carselectbox:not(.charocha-detail-box) select,
#carselectbox:not(.charocha-detail-box) input {border:1px solid #d1d1d1;padding:1px;}
#carselectbox:not(.charocha-detail-box) input[type="image"] {border:0;}
#carselectbox:not(.charocha-detail-box) {clear:both;width:998px;border:1px solid #d1d1d1;background-color:#f9f9f9;padding-bottom:5px;}
#carselectbox:not(.charocha-detail-box) ul {width:100%;float:left;padding:5px 10px 0 10px;}
#carselectbox:not(.charocha-detail-box) li {width:210px;float:left;}
#carselectbox:not(.charocha-detail-box) li:first-child {width:300px;float:left;}
.sale_text {color:black;width:40px;float:left;padding-top:4px;text-align:right;}
.sale_select {}
.sale_box_btn {float:left;text-align:center; padding-top:10px;}
#carselectbox:not(.charocha-detail-box) .selhelp {
	padding-top:44px;
	color:#808080;
	line-height:150%;
}
/* 레거시 홈 검색 탭 — 파복회 목록 필터(.pb-searchdiv) 제외 */
body.site-jpk714 #searchdiv:not(.pb-searchdiv) #cartypes {width:100%;height:24px;background-color:var(--maincolor);text-align:center;}
body.site-jpk714 #searchdiv:not(.pb-searchdiv) #cartypes ul {margin:0 auto;width:910px;}
body.site-jpk714 #searchdiv:not(.pb-searchdiv) #cartypes li a {
	height:20px;float:left;width:66px;text-align:center;background-color:var(--maincolor);color:var(--off_color);border:2px solid var(--maincolor);font-family:Pretendard, sans-serif;line-height:20px;border-bottom:0;
	transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
}
body.site-jpk714 #searchdiv:not(.pb-searchdiv) #cartypes li .on {font-weight:bold;background-color:white;color:#000;}
body.site-jpk714 #searchdiv:not(.pb-searchdiv) #cartypes li a:hover {font-weight:bold;background-color:#fff;color:#000;}
#car_list_order {width:100%;height:24px;background-color:var(--maincolor);text-align:center;margin-top:14px;margin: 0 auto;height:24px;}
#car_list_order li a{
	height:20px;float:left;width:90px;text-align:center;background-color:var(--maincolor);color:var(--off_color);border:2px solid var(--maincolor);font-family:Pretendard, sans-serif;line-height:20px;border-bottom:0;
	transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
}
#car_list_order li .on {font-weight:bold;background-color:white;color:#000;}
#car_list_order li a:hover {font-weight:bold;background-color:#fff;color:#000;}

/* 차량 목록 필터 — 상단 탭·차량검색·정렬바만 KBN 오렌지, 나머지 기본(검정) */
body.site-jpk714 .car-list-page {
    --clf-brand: #333;
    --clf-accent: #0080c8;
    --clf-danger: #e53935;
    --clf-border: #d1d1d1;
    --clf-text-main: #000;
    --clf-text-muted: #808080;
    --clf-topline-bg: var(--maincolor);
    --clf-topline-sub-bg: color-mix(in srgb, var(--maincolor) 84%, #ffffff);
    --clf-topline-sub-border: color-mix(in srgb, var(--maincolor) 72%, #ffffff);
    --clf-tab-active-text: #000;
    --clf-tab-sub-active-bg: #fff;
    --clf-pick-hover-bg: #000;
    --clf-pick-hover-text: #fff;
    --clf-submit-bg: var(--maincolor);
    --clf-submit-text: #fff;
    --clf-sort-tab-active-text: #000;
    --clf-mobile-submit-bg: var(--maincolor);
    --clf-mobile-submit-text: #fff;
}

/* 매물 리스트 — KBN 1000px 본문 (사이드바와 정렬) */
body.site-jpk714:not(.epc-layout-mobile) .car-list-page.epc-car-list-page {
    width: 1000px;
    max-width: 100%;
    padding: 0;
    margin: 10px auto 40px;
    box-sizing: border-box;
    overflow-x: hidden;
}

body.site-jpk714:not(.epc-layout-mobile) .car-list-page.epc-car-list-page.charocha-list-page {
    overflow-x: visible;
}

body.site-jpk714.epc-layout-mobile .car-list-page.epc-car-list-page {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
}

body.site-jpk714 .car-list-page .car-list-filter-wrap,
body.site-jpk714 .car-list-page .car-list-filter-form,
body.site-jpk714 .car-list-page .car-list-sort {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

body.site-jpk714 .car-list-page .listcar.kbn-listcar {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* 차량 상세 — KBN 1000px 본문 (플로팅 사이드바와 정렬) */
body.site-jpk714:not(.epc-layout-mobile).charocha-detail-skin .charocha-detail-shell {
    width: 1000px;
    max-width: 100%;
    margin: 12px auto 40px;
    clear: both;
}

body.site-jpk714.charocha-detail-skin #leftbanner,
body.site-jpk714.charocha-detail-skin #rightbanner {
    z-index: 3;
}

body.site-jpk714.charocha-detail-skin .charocha-detail-page .car-image-section {
    padding: 14px;
}

body.site-jpk714.charocha-detail-skin .charocha-detail-page .charocha-info-cards {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 240px;
    gap: 10px;
}

/* 엔카 상세 — 판매자 소개 */
body.site-jpk714 .encar-detail-page .encar-seller-panel .epc-dealer-intro-box {
    --epc-dealer-intro-accent: var(--maincolor);
    background: #fffaf0;
    border-color: var(--maincolor);
}

body.site-jpk714 .encar-detail-page .encar-seller-panel .epc-dealer-intro-box__head {
    background: var(--maincolor);
    border-color: var(--maincolor);
    color: #fff;
}

body.site-jpk714 .encar-detail-page .encar-seller-panel .epc-dealer-intro-box__body {
    color: #111827;
    font-weight: 600;
}

body.site-jpk714 .car-list-page .listcar .car_list_wrap {
    width: 100%;
    max-width: 100%;
}

body.site-jpk714:not(.epc-layout-mobile) .car-list-page .listcar .car_list_wrap > li,
body.site-jpk714:not(.epc-layout-mobile) .car-list-page .listcar .car_list_wrap > .kbn-car-card {
    flex: 0 0 calc((100% - 42px) / 4);
    width: calc((100% - 42px) / 4);
    max-width: calc((100% - 42px) / 4);
}

body.site-jpk714 .car-list-page .listcar .car_list_wrap > li .img img,
body.site-jpk714 .car-list-page .listcar .kbn-car-card__photo {
    max-width: 100%;
}

/* 파복회 스킨 사용 시 */
body.site-jpk714:not(.epc-layout-mobile) .pabokhoe-list-page.car-list-page,
body.site-jpk714:not(.epc-layout-mobile) .car-list-page--filter-pabokhoe.car-list-page {
    width: 1000px;
    max-width: 100%;
    margin: 10px auto 40px;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    --pb-brand: var(--maincolor);
    --pb-brand-dark: color-mix(in srgb, var(--maincolor) 78%, #000);
    --pb-brand-light: color-mix(in srgb, var(--maincolor) 10%, #fff);
    --pb-accent: var(--maincolor);
}

body.site-jpk714:not(.epc-layout-mobile) .pabokhoe-list-page #chk_box,
body.site-jpk714:not(.epc-layout-mobile) .car-list-page--filter-pabokhoe #chk_box {
    max-width: 1000px;
}

body.site-jpk714 .pabokhoe-list-page .selhelp,
body.site-jpk714 .car-list-page--filter-pabokhoe .selhelp {
    padding: 48px 12px 0;
    color: #a0a8b0;
    line-height: 1.55;
    font-size: 13px;
    margin: 0;
    text-align: center;
}

body.site-jpk714 .pabokhoe-list-page #cartypes ul,
body.site-jpk714 .car-list-page--filter-pabokhoe #cartypes ul {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    align-items: end;
    justify-items: center;
    width: 100%;
    margin: 0;
    padding: 12px 8px 18px;
    list-style: none;
    gap: 4px 2px;
    float: none;
}

body.site-jpk714 .pabokhoe-list-page #cartypes li,
body.site-jpk714 .car-list-page--filter-pabokhoe #cartypes li {
    float: none;
    width: auto;
    height: auto;
}

body.site-jpk714 .pabokhoe-list-page #cartypes,
body.site-jpk714 .car-list-page--filter-pabokhoe #cartypes {
    width: 100%;
    height: auto;
    background: #fff;
    text-align: center;
}

/* 파복회 차종 실사진 아이콘 (신한M 동일 — img/car_find*.png) */
body.site-jpk714 .pb-cartype-btn img,
body.site-jpk714 section.find img {
    max-width: none;
}

body.site-jpk714 .pb-filter-wrap--photo-cartypes #cartypes ul {
    align-items: start;
    padding-bottom: 14px;
}

body.site-jpk714 .pb-cartype-btn--shm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 117px;
    padding: 6px 4px 8px;
    min-width: 0;
    box-sizing: border-box;
}

body.site-jpk714 .pb-cartype-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 84px;
    flex-shrink: 0;
    position: relative;
}

body.site-jpk714 .pb-cartype-btn--photo .pb-cartype-visual img {
    display: block;
    width: 117px;
    max-width: 117px;
    height: 84px;
    max-height: 84px;
    object-fit: contain;
}

body.site-jpk714 .pb-cartype-btn--photo .pb-cartype-img-on {
    position: absolute;
    inset: 0;
    margin: auto;
}

body.site-jpk714 .pb-cartype-all-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 2px solid var(--maincolor);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 800;
    color: var(--maincolor);
    letter-spacing: 0.04em;
    line-height: 1;
    box-sizing: border-box;
}

body.site-jpk714 .pb-cartype-btn--all.is-on .pb-cartype-all-badge {
    background: var(--maincolor);
    color: #fff;
}

body.site-jpk714 .pb-cartype-label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    color: #555;
    white-space: nowrap;
}

body.site-jpk714 .pb-cartype-btn--shm.is-on .pb-cartype-label {
    color: var(--maincolor);
    font-weight: 700;
}

body.site-jpk714 .pabokhoe-list-page .carmodel .outline,
body.site-jpk714 .car-list-page--filter-pabokhoe .carmodel .outline {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

body.site-jpk714 .pabokhoe-list-page .carmodel ul,
body.site-jpk714 .car-list-page--filter-pabokhoe .carmodel ul {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

body.site-jpk714:not(.epc-layout-mobile) .pabokhoe-list-page .sw21-listcar .listimg {
    width: 1000px;
    max-width: 100%;
    gap: 14px;
}

body.site-jpk714 .pabokhoe-list-page .sw21-listcar .listimg > li {
    min-width: 0;
}

body.site-jpk714 .pabokhoe-list-page .sw21-listcar .listimg li .img {
    height: auto;
    aspect-ratio: 4 / 3;
}

body.site-jpk714 .pabokhoe-list-page .sw21-listcar .listimg li .img img {
    max-width: 100%;
    display: block;
}

/* 차로차 스킨 — KBN 1000px 본문 (사이드바와 정렬) */
body.site-jpk714:not(.epc-layout-mobile) .charocha-list-page.car-list-page,
body.site-jpk714:not(.epc-layout-mobile) .charocha-list-page.car-list-page--filter-charocha {
    width: 1000px;
    max-width: 100%;
    margin: 10px auto 40px;
    padding: 0;
    box-sizing: border-box;
    overflow-x: visible;
}

body.site-jpk714 .charocha-list-page .search-tabs-container,
body.site-jpk714 .charocha-list-page #carselectbox,
body.site-jpk714 .charocha-list-page .charocha-list-filter-wrap,
body.site-jpk714 .charocha-list-page .charocha-list-filter-form,
body.site-jpk714 .charocha-list-page .car-search-table {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

body.site-jpk714:not(.epc-layout-mobile) .charocha-list-page .table-header-cell {
    padding: 10px 4px;
    font-size: 13px;
}

body.site-jpk714:not(.epc-layout-mobile) .charocha-list-page .brand-cell {
    padding: 10px 4px;
    font-size: 13px;
}

body.site-jpk714:not(.epc-layout-mobile) .charocha-list-page .select-cell {
    padding: 10px 4px;
    min-width: 0;
}

body.site-jpk714:not(.epc-layout-mobile) .charocha-list-page .charocha-type-search-inner {
    padding: 16px;
}

body.site-jpk714 .charocha-list-page .car-list-sort li a:hover,
body.site-jpk714 .charocha-list-page .car-list-sort li a.is-on {
    color: var(--maincolor, #F4BE3A);
}

body.site-jpk714 .charocha-list-page .car-list-pagination span.is-current,
body.site-jpk714 .charocha-list-page .car-list-pagination a:hover {
    background: var(--maincolor, #F4BE3A);
    border-color: var(--maincolor, #F4BE3A);
    color: #fff;
}

body.site-jpk714 .charocha-list-page .search-tab-btn:hover,
body.site-jpk714 .charocha-list-page .search-tab-btn.active {
    color: var(--maincolor, #F4BE3A);
}

body.site-jpk714 .charocha-list-page .search-tab-btn.active {
    border-bottom-color: var(--maincolor, #F4BE3A);
}

body.site-jpk714 .charocha-list-page .brand-cell:hover {
    color: var(--maincolor, #F4BE3A);
}

body.site-jpk714 .charocha-list-page .brand-cell.selected,
body.site-jpk714 .charocha-list-page .select-cell .list li.on a {
    background: var(--maincolor, #F4BE3A);
}

body.site-jpk714 .charocha-list-page .filter-btn:hover {
    border-color: var(--maincolor, #F4BE3A);
    color: var(--maincolor, #F4BE3A);
}

body.site-jpk714 .charocha-list-page .filter-btn.active {
    background: var(--maincolor, #F4BE3A);
    border-color: var(--maincolor, #F4BE3A);
    color: #fff;
}

body.site-jpk714 .charocha-list-page .charocha-btn-search {
    background: var(--maincolor, #F4BE3A);
    color: #fff;
}

body.site-jpk714 .charocha-list-page .charocha-detail-toggle-btn,
body.site-jpk714 .charocha-list-page .charocha-list-count strong {
    color: var(--maincolor, #F4BE3A);
}

body.site-jpk714 .charocha-list-page #carselectbox.charocha-detail-box,
body.site-jpk714 .charocha-list-page #carselectbox.charocha-detail-box ul,
body.site-jpk714 .charocha-list-page #carselectbox.charocha-detail-box li,
body.site-jpk714 .charocha-list-page #carselectbox.charocha-detail-box li:first-child,
body.site-jpk714 .charocha-list-page .charocha-detail-fields ul,
body.site-jpk714 .charocha-list-page .charocha-detail-fields li,
body.site-jpk714 .charocha-list-page .charocha-detail-fields li:first-child {
    float: none;
    width: auto;
}

body.site-jpk714 .charocha-list-page .sale_text {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
}


/* 메인 게시판 리스트 */
.postdiv {
    width: 100%;
    margin: 0 auto;
}
body.site-jpk714:not(.epc-layout-mobile) .postdiv {
    width: 1000px;
}
.postdiv_ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 13px;
    row-gap: 18px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
body.site-jpk714:not(.epc-layout-mobile) .postdiv_ul {
    grid-template-columns: repeat(4, 240px);
    width: 1000px;
}
.postdiv_ul > li {
    width: auto;
    box-sizing: border-box;
    background-color: #fbfbfb;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
}
.postdiv_ul > li:nth-last-child(-n+4) {
    margin-bottom: 0;
}
.postdiv_ul .subject {
	font-family: 'Pretendard';
	padding: 5px 2px 0;
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
/* 상세페이지 */
#pagingdiv { clear:both;width:100%;padding-top:10px;text-align:center; }
#nonelist { text-align:center;color:var(--maincolor);padding:20px;border:2px solid var(--maincolor);background-color:white;margin:20px 0; }

/* 최근본차량 */
#carview * { box-sizing: border-box }
#carview { width:100%;font-family:'Pretendard'; border:1px solid #d8d8d8; background-color:#ffffff; }
#carview .title {font-weight:500;font-size:18px;color:#010101;width:80%;margin:9px 10%;padding-bottom:9px;font-family:'Pretendard';}
#carview .content {text-align:center;line-height:120%;}
#carview img { _border:1px solid #d8d8d8; }
#carview .text {font-family:'Pretendard';font-size:12px;height:20px;color:black;width:90%;margin-left:5%;clear:both;line-height:120%;margin-top: 4px;}
#carview .none {font-family:'Pretendard';font-weight:500; width:80%;margin-left:10%;border:1px solid #d0d0d0;padding:20px 0;line-height:130%;font-size:15px;}
#cvst { width:100%; transition: all 0.3s ease-in-out; cursor:pointer;font-size:15px;padding:8px 0;background-color:var(--maincolor); }
#cvst span { color:#fff; font-family:'Pretendard';}

/* 차량상세페이지 */
.black16{font-size:16px; color:#090707; vertical-align:sub;}
.gray16{font-size:16px;color:#999; vertical-align:sub;}
.mark1{float:left; color:#fff; font-size:16px; background-color:var(--maincolor); padding:11px 15px; text-align:center;}
.mark2{float:left; width:108px; color:#fff; font-size:16px; background-color:#4e5564; padding:11px 0px; text-align:center;}
#carinfo .carcon { border:1px solid #d2d2d2; float:left; width:100%; }
#carinfo .carcon tr, #carinfo .carcon tr td { border:1px solid #d2d2d2; }
.carcon .infoleft {width:101px; padding:12px 0px 12px 38px; color:#000;font-size:16px;background-color:#fafbfb;}
.carcon .inforight {padding:10px 15px;color:#999999;font-size:16px;}
.delcon { float:right; width:545px; font-size:16px; border:0px;line-height: 115%;}
.delcon .left { color:#999; padding-left:14px; padding-top:5px; padding-bottom:10px; width:108px; border:0px; }
.delcon .right { color:#000; padding-left:6px; padding-top:5px; padding-bottom:10px; width:461px; border:0px;}
.d_sms_btn{ width:203px; padding:10px 0px 11px 0px; color:#fff; font-size:17px; text-align:center; background-color:var(--maincolor); cursor:pointer; border:0; }
.op_val .on {color:var(--maincolor);}
.jump { width:1000px;float:left;width:1000px;height:40px;margin-top:20px; }
.jump .on, .jump a>div { float:left;width:250px;height:40px;font-size:18px;text-align:center;line-height:38px; border-top:1px solid #d2d2d2;border-bottom:1px solid var(--maincolor);background-color: #fafbfb; }
.jump .on { color:var(--maincolor);border:1px solid var(--maincolor);border-bottom:1px solid #fff;background-color: #fff; }

.car_info_wrap {position:sticky; bottom:10px; left:50%; width:1000px; margin-left:-500px; z-index:9; display:none;}
.car_info_wrap .car_info_quick{width:1000px; height:130px; background:#e1e1e1; overflow:hidden;}
.car_info_wrap .car_info_quick .car_name{height:60px; margin:8px 6px 0 6px; padding:0 20px; background:#fff; overflow:hidden;}
.car_info_wrap .car_info_quick .car_name table{margin-top:0; text-align:left;}
.car_info_wrap .car_info_quick .car_name .car_main_title{width:580px; overflow:hidden; float:left;}
.car_info_wrap .car_info_quick .car_name span.logo{display:inline-block; max-width:50px; max-height:50px; margin-right:10px; vertical-align:middle;}
.car_info_wrap .car_info_quick .car_name span.logo img{max-width:100%; max-height:50px; height:auto; vertical-align:middle;}
.car_info_wrap .car_info_quick .car_name table td .car_txt{  font-size:25px; font-weight:600; float:left; line-height:60px; width:508px; height:60px; overflow:hidden;}
.car_info_wrap .car_info_quick .car_name strong{margin-top:12px; float:right;}
.car_info_wrap .car_info_quick .car_name strong span{margin-right:8px; color:#454545; font-size:16px;}
.car_info_wrap .car_info_quick .car_name strong span b{font-size:30px; color:var(--maincolor);line-height:40px;}
.car_info_wrap .car_info_quick .car_name strong font{font-size:13px; }
.car_info_wrap .car_info_quick .car_info {background:#e1e1e1; padding:0 25px;}
.car_info_wrap .car_info_quick .car_info table{}
.car_info_wrap .car_info_quick .car_info table td{height:62px; text-align:left; color:#454545;font-size:15px;font-family:Pretendard, sans-serif;line-height:140%}
.car_info_wrap .car_info_quick .car_info table td span{display:inline-block; margin:0 7px; color:#555;}
.car_info_wrap .car_info_quick .car_info table td b{color:#1d2088;}
.car_info_wrap .car_info_quick .car_info table th{text-align:right; font-weight:normal;}
.car_info_wrap .car_info_quick .car_info table th b{font-size:15px; font-weight:600; color:#474747;}
.car_info_wrap .car_info_quick .car_info table th span{display:inline-block; margin:0 10px; color:#555; letter-spacing:-0.05em;}
.car_info_wrap .car_info_quick .car_info table th strong{font-weight:500; color:#474747; font-size:30px; }
.car_info_wrap .btn{width:26px; position:absolute; top:0; right:0;}
.car_info_wrap .btn a{display:block;}

.small_img:hover{ box-shadow:1px 1px 5px #b8b8b8 }

/* 상담화면 (PC) */
body.site-jpk714:not(.epc-layout-mobile) .registmain {font-family:Pretendard, sans-serif;}
body.site-jpk714:not(.epc-layout-mobile) .registmain .head {font-weight:bold;width:100%;height:16px;text-indent:10px;}
body.site-jpk714:not(.epc-layout-mobile) .registmain .help {color:#bbbbbb;border-bottom:1px solid #0362bf; height:30px;background-color: #f9f9f9;line-height:30px;text-indent:20px;}
body.site-jpk714:not(.epc-layout-mobile) .registmain .tbl tr{height:38px;}
body.site-jpk714:not(.epc-layout-mobile) .registmain .tbl td{border-bottom:1px solid #cacaca;}
body.site-jpk714:not(.epc-layout-mobile) .registmain #cs_cust .tbl .left{width:70px;text-align:center;}
body.site-jpk714:not(.epc-layout-mobile) .registmain #cs_cust .tbl .right{width:420px;}
body.site-jpk714:not(.epc-layout-mobile) .registmain #cs_car .tbl .left{width:200px;text-align:center;}
body.site-jpk714:not(.epc-layout-mobile) .registmain #cs_car .tbl .right{width:800px;}
body.site-jpk714:not(.epc-layout-mobile) .registmain .left {background-color:#f3f3f3;font-weight:bold;}
body.site-jpk714:not(.epc-layout-mobile) .registmain .right {padding-left:5px;}
body.site-jpk714:not(.epc-layout-mobile) .registmain input[type="text"],
body.site-jpk714:not(.epc-layout-mobile) .registmain input[type="tel"] { padding: 7px 8px; border: 1px solid #dddddd; }
body.site-jpk714:not(.epc-layout-mobile) .registmain select { padding: 5px 8px; border: 1px solid #dddddd; }
body.site-jpk714:not(.epc-layout-mobile) .registmain #topsubmenu .menulist {margin-bottom:20px;}
body.site-jpk714:not(.epc-layout-mobile) .registmain #topsubmenu .menulist li {
	font-size: 18px;
	color: var(--on_color);
	padding: 14px 0px;
	font-weight: 500;
	background-color:#dddddd;
	width: 25%;
	cursor: pointer;
}
body.site-jpk714:not(.epc-layout-mobile) .registmain #topsubmenu .menulist li.on {
	background: var(--maincolor);
	color: var(--off_color);
	border-left: 0px;
}
body.site-jpk714:not(.epc-layout-mobile) .registmain .menulist .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
}
/* home_quick_tap_1 — see home_quick_tab.css (loaded by kbn_car_finder module) */


/* stcompany 서브페이지 — 운영(kimsy1899) 상담·후기 동일 */

/* ── 상담 (내차구매/판매/리스) ── */
body.site-jpk714:not(.epc-layout-mobile) .kbn-counsel-page.registmain {
    width: 1000px;
    margin: 0 auto 40px;
    padding-top: 0;
    font-family: 'Pretendard', sans-serif;
}

.kbn-counsel-page.registmain {
    width: 100%;
    margin: 0 auto 60px;
    padding-top: 0;
    font-family: 'Pretendard', sans-serif;
    box-sizing: border-box;
}

.kbn-counsel-page.registmain .head,
.kbn-counsel-page.registmain .kbn-counsel-section-head {
    height: auto;
    min-height: 0;
    text-indent: 0;
    overflow: visible;
    line-height: 1.4;
}

body.site-jpk714:not(.epc-layout-mobile) .kbn-counsel-page.registmain #topsubmenu .menulist {
    margin-bottom: 12px;
}

.kbn-counsel-page.registmain #topsubmenu .menulist {
    margin-bottom: 24px;
}

body.site-jpk714:not(.epc-layout-mobile) .kbn-counsel-page.registmain #topsubmenu .menulist li {
    padding: 0;
    font-size: 16px;
}

.kbn-counsel-page.registmain #topsubmenu .menulist li {
    width: auto;
    float: none;
    cursor: default;
    padding: 0;
}

body.site-jpk714:not(.epc-layout-mobile) .kbn-counsel-page.registmain .menulist .list {
    align-items: stretch;
}

body.site-jpk714:not(.epc-layout-mobile) .kbn-counsel-topsub .menulist li a {
    padding: 10px 0;
    line-height: 1.25;
}

body.epc-subpage-minimal.site-jpk714:not(.epc-layout-mobile) .kbn-header-menu-bar {
    padding-bottom: 0;
}

body.epc-subpage-minimal.site-jpk714:not(.epc-layout-mobile) .kbn-header-menu-bar .top-menu a {
    padding: 12px 4px 12px;
}
body.epc-subpage-minimal.site-jpk714:not(.epc-layout-mobile) .kbn-header-sticky.is-compact .kbn-header-menu-bar .top-menu a {
    padding: 10px 4px 9px;
}

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

body.site-jpk714:not(.epc-layout-mobile) .kbn-counsel-wrap {
    width: 1000px;
}

.kbn-counsel-topsub,
.kbn-community-topsub {
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}

.kbn-counsel-topsub .menulist .list,
.kbn-community-topsub .menulist .list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
}

.kbn-counsel-topsub .menulist li,
.kbn-community-topsub .menulist li {
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    background: #ddd;
}

.kbn-counsel-topsub .menulist li a,
.kbn-community-topsub .menulist li a,
.kbn-community-topsub .menulist li span {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #424242;
    text-align: center;
    text-decoration: none;
    font-family: 'Pretendard', sans-serif;
}

.kbn-counsel-topsub .menulist li.on,
.kbn-community-topsub .menulist li.on {
    background: var(--maincolor);
}

.kbn-counsel-topsub .menulist li.on a,
.kbn-community-topsub .menulist li.on a,
.kbn-community-topsub .menulist li.on span {
    color: #fff;
    font-weight: 900;
}

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

body.site-jpk714:not(.epc-layout-mobile) .kbn-counsel-input {
    margin-top: 0;
}

.kbn-counsel-input #cs_cust .kbn-counsel-section-head {
    margin-top: 4px;
}

body.site-jpk714:not(.epc-layout-mobile) .kbn-counsel-input #cs_cust .kbn-counsel-section-head {
    margin-top: 0;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kbn-counsel-privacy-box img {
    max-width: 100%;
    height: auto;
}

.kbn-counsel-privacy-box table {
    max-width: 100%;
    table-layout: fixed;
    word-break: break-word;
}

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

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

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

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

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

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

.kbn-counsel-submit-btn {
    background: var(--maincolor);
}

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

/* ── 상담 배너 (구매·판매·리스) ── */
.kbn-counsel-img-banner {
    padding: 20px 0 30px;
}

.kbn-counsel-img-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.kbn-counsel-img-banner-stack {
    padding: 20px 0 30px;
}

.kbn-counsel-img-banner-stack .kbn-counsel-img-banner {
    padding: 0;
}

.kbn-counsel-img-banner-stack .kbn-counsel-img-banner + .kbn-counsel-img-banner {
    margin-top: 16px;
}

.kbn-counsel-buy-hero,
.kbn-counsel-sell-hero {
    padding-top: 0;
    margin-bottom: 28px;
}

.kbn-counsel-buy-hero-inner,
.kbn-counsel-sell-hero-inner {
    position: relative;
    overflow: hidden;
    color: #fff;
    border-radius: 14px;
    background: url("img/counsel/sell_bg.webp") no-repeat 50% 50%;
    background-size: cover;
    box-sizing: border-box;
}

.kbn-counsel-buy-hero-inner::before,
.kbn-counsel-sell-hero-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 24, 48, 0.82) 0%, rgba(0, 80, 140, 0.62) 100%);
    pointer-events: none;
}

.kbn-counsel-buy-hero-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    padding: 32px 28px 28px;
    text-align: center;
}

.kbn-counsel-buy-hero-kicker,
.kbn-counsel-sell-hero-kicker {
    position: relative;
    display: inline-block;
    margin: 0 0 18px;
    padding-bottom: 12px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
}

.kbn-counsel-buy-hero-kicker::after,
.kbn-counsel-sell-hero-kicker::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: var(--main-color, #0086d8);
}

.kbn-counsel-buy-hero-body .kbn-counsel-buy-hero-kicker::after {
    left: 50%;
    transform: translateX(-50%);
}

.kbn-counsel-buy-hero-slogan {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin: 0 auto 16px;
    padding: 20px 28px 18px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
}

.kbn-counsel-buy-hero-slogan-line {
    margin: 0;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: 0.08em;
    color: #fff;
    white-space: nowrap;
}

.kbn-counsel-buy-hero-slogan-line.is-accent {
    margin-top: 2px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.92);
}

.kbn-counsel-buy-hero-desc,
.kbn-counsel-sell-hero-desc {
    margin: 0;
    max-width: 520px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

.kbn-counsel-sell-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.kbn-counsel-sell-hero-main {
    position: relative;
    z-index: 1;
    padding: 40px 40px 28px;
    text-align: center;
}

.kbn-counsel-sell-hero-main .kbn-counsel-sell-hero-kicker::after {
    left: 50%;
    transform: translateX(-50%);
}

.kbn-counsel-sell-hero-desc {
    margin-left: auto;
    margin-right: auto;
}

body.site-jpk714:not(.epc-layout-mobile) .kbn-counsel-sell-hero-desc {
    max-width: none;
    white-space: nowrap;
}

.kbn-counsel-sell-hero-title {
    margin: 0 0 14px;
    font-weight: 300;
    font-size: 44px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.kbn-counsel-sell-hero-title strong {
    font-weight: 700;
}

.kbn-counsel-sell-hero-steps {
    position: relative;
    z-index: 1;
    margin: 0 24px 24px;
    padding: 22px 24px 20px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(4px);
}

.kbn-counsel-sell-hero-steps-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 18px;
}

.kbn-counsel-sell-hero-steps-head > div {
    text-align: center;
}

.kbn-counsel-sell-hero-steps-icon {
    flex: 0 0 auto;
    width: 52px;
    height: auto;
}

.kbn-counsel-sell-hero-steps-tit {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}

.kbn-counsel-sell-hero-steps-tit span {
    font-weight: 600;
}

.kbn-counsel-sell-hero-steps-sub {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
}

.kbn-counsel-sell-hero-steps-list {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.kbn-counsel-sell-hero-steps-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
    text-align: center;
}

.kbn-counsel-sell-hero-steps-list .step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    background: rgba(0, 0, 0, 0.15);
}

.kbn-counsel-sell-hero-steps-list .step-label {
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    word-break: keep-all;
}
.kbn-community-page {
    width: 100%;
    margin: 10px auto 40px;
    padding-top: 0;
    box-sizing: border-box;
}

body.site-jpk714:not(.epc-layout-mobile) .kbn-community-page {
    width: 1000px;
}

.kbn-community-topsub .menulist .list {
    margin-bottom: 0;
}

.kbn-community-body {
    padding: 32px 0 16px;
    background: #fff;
}

.kbn-community-page #bbslist,
.kbn-community-page .sw21-bbs-album {
    margin: 0 auto;
}

.kbn-community-page #bbslist ul,
.kbn-community-page .sw21-bbs-album ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 13px;
    row-gap: 18px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    list-style: none;
    box-sizing: border-box;
}

body.site-jpk714:not(.epc-layout-mobile) .kbn-community-page #bbslist ul,
body.site-jpk714:not(.epc-layout-mobile) .kbn-community-page .sw21-bbs-album ul {
    grid-template-columns: repeat(4, 240px);
    width: 1000px;
    padding: 0;
}

.kbn-community-page #bbslist li,
.kbn-community-page .sw21-bbs-album li {
    float: none;
    width: auto;
    margin: 0;
    position: relative;
    background: #fbfbfb;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.kbn-community-page #bbslist .img,
.kbn-community-page .sw21-bbs-album .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 0;
    background: #fff;
    flex: 0 0 auto;
}

.kbn-community-page #bbslist .img a,
.kbn-community-page .sw21-bbs-album .img a {
    display: block;
    width: 100%;
    line-height: 0;
}

.kbn-community-page #bbslist .img img,
.kbn-community-page .sw21-bbs-album .img img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
    transition: transform 0.2s ease-in-out;
}

.kbn-community-page #bbslist .img img:hover,
.kbn-community-page .sw21-bbs-album .img img:hover {
    transform: scale(1.12);
}

.kbn-community-page #bbslist .subject,
.kbn-community-page .sw21-bbs-album .subject {
    font-size: 15px;
    padding: 2px 2px 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    line-height: 1.35;
    flex: 0 0 auto;
}

.kbn-community-page #bbslist .subject.oneline,
.kbn-community-page .sw21-bbs-album .subject.oneline {
    white-space: nowrap;
}

.kbn-community-page .epc-community-skin--pabokhoe_album .pabokhoe-bbs-paging {
    margin-top: 12px;
}

.kbn-community-page .sw21-bbs-empty {
    text-align: center;
    color: var(--maincolor);
    padding: 20px;
    border: 2px solid var(--maincolor);
    background: #fff;
}

.kbn-community-page .sw21-bbs-view {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0;
}

.kbn-community-page .sw21-bbs-view-title {
    font-size: 24px;
    margin: 0 0 12px;
    text-align: left;
}

.kbn-community-page .sw21-bbs-view-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.kbn-community-page .sw21-bbs-view-meta .sep {
    margin: 0 8px;
    color: #ccc;
}

.kbn-community-page .sw21-bbs-view-content {
    line-height: 1.7;
    font-size: 16px;
    text-align: left;
}

.kbn-community-page .sw21-bbs-view-content img {
    max-width: 100%;
    height: auto;
}

.kbn-community-page .sw21-bbs-view-bottom {
    margin-top: 32px;
    text-align: center;
}

.kbn-community-page .sw21-bbs-list-btn {
    display: inline-block;
    padding: 10px 28px;
    background: var(--maincolor);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}

/* —— 개인정보처리방침 · 이용약관 —— */
.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 var(--maincolor, #F4BE3A);
    font-size: 22px;
    font-weight: 700;
    color: #1a2b3c;
    letter-spacing: -0.03em;
}

.epc-legal-body-wrap {
    border: 1px solid #e8e0d0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(252, 174, 23, 0.08);
    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;
}

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

