/* 파복회(simwooin21) — 운영서버(파복회.com) 동일 블루 테마 */
/* NanumSquare: header.php <link rel="preload"> 로 로드 */

:root {
    --sw21-main: #147dc2;
    --sw21-main-dark: #0b5f97;
    --sw21-money: #ff0000;
    --sw21-gray: #5a5a5a;
    --sw21-border: #d8d8d8;
}

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

body.site-simwooin21 {
    font-family: 'NanumSquare', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.4;
}

body.site-simwooin21.epc-has-bottom-bar {
    padding-bottom: 100px;
}

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

@media screen and (max-width: 999px) {
    body.epc-layout-pc.site-simwooin21 .sw21-layout-switch-mo {
        display: block;
    }

    body.epc-layout-pc.site-simwooin21 .sw21-layout-switch-mo a {
        display: inline-block;
        padding: 10px 22px;
        font-size: 14px;
        font-weight: 700;
        color: #147dc2;
        background: #fff;
        border: 1px solid #b8d4ea;
        border-radius: 999px;
        text-decoration: none;
        box-shadow: 0 2px 8px rgba(20, 125, 194, 0.1);
    }
}

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

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

/* ── 상단 유틸 바 ── */
.sw21-top-bar {
    width: 100%;
    background: #f5f5f5;
    height: 48px;
}

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

.sw21-top-sns a {
    display: inline-block;
    margin-right: 12px;
    line-height: 0;
}

.sw21-top-sns img {
    vertical-align: middle;
}

.sw21-top-util {
    padding-top: 2px;
    font-size: 15px;
}

.sw21-util-link {
    color: #3d3d3d;
    text-decoration: none;
    font-family: 'NanumSquare', sans-serif;
}

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

.sw21-util-sep {
    color: #3d3d3d;
}

/* ── 메인 네비 (운영 .top-menu 동일) ── */
.sw21-nav-wrap {
    width: 100%;
    background: #fff;
}

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

.sw21-top-menu {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
}

.sw21-logo {
    margin: 0 auto;
    text-align: center;
    flex-shrink: 0;
}

.sw21-logo a {
    display: block;
    line-height: 0;
}

.sw21-logo img {
    display: block;
    width: 247px;
    height: auto;
}

.sw21-menu-item {
    width: 100px;
    line-height: 94px;
    flex-shrink: 0;
}

.sw21-menu-item a {
    display: contents;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 47px 25px 48px;
    white-space: nowrap;
}

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

.sw21-call-box {
    width: 257px;
    line-height: 94px;
    flex-shrink: 0;
}

.sw21-call-box a {
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.sw21-call-box img {
    display: block;
    width: 257px;
    height: auto;
}

/* ── 푸터 ── */
.sw21-footer {
    width: 100%;
    clear: both;
    background: #fff;
    padding: 30px 0 150px;
    border-top: 1px solid var(--sw21-border);
}

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

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

.sw21-footer-logo img {
    width: 270px;
    max-width: 100%;
}

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

.sw21-footer-links {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

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

.sw21-footer-links li:first-child {
    padding-left: 0;
}

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

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

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

.sw21-footer-info {
    padding-top: 30px;
    text-align: left;
    font-size: 14px;
    line-height: 1.45;
    color: #333;
}

/* ── 하단 고정 상담 바 ── */
.sw21-bottom-counsel {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    padding: 16px 0;
}

.sw21-bottom-counsel-inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.sw21-bottom-counsel-icon {
    flex-shrink: 0;
}

.sw21-bottom-counsel input[type='text'] {
    width: 275px;
    height: 54px;
    padding: 0 10px;
    font-size: 20px;
    color: #000;
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    font-family: 'NanumSquare', sans-serif;
}

.sw21-bottom-counsel-btn {
    width: 280px;
    height: 54px;
    border: 0;
    border-radius: 12px;
    background: var(--sw21-main);
    color: #fff;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

.sw21-bottom-counsel-btn:hover {
    background: var(--sw21-main-dark);
}

/* ── 서브페이지 공통 ── */
.sw21-subpage {
    width: 1200px;
    margin: 40px auto 80px;
}

.sw21-subpage h1 {
    font-size: 30px;
    font-weight: 800;
    margin: 0 0 24px;
}

.sw21-subpage-card {
    border: 1px solid var(--sw21-border);
    border-radius: 12px;
    padding: 40px 32px;
    background: #fcfcfc;
}

/* 차량목록 필터 스킨 */
.car-list-page {
    --clf-brand: var(--sw21-main);
    --clf-accent: var(--sw21-main);
    --clf-submit-bg: var(--sw21-main);
    --clf-mobile-submit-bg: var(--sw21-main);
}

/* mobile/ 디렉터리 — UA 모바일 시 PC 레이아웃 숨김 */
body.epc-layout-mobile.site-simwooin21 .epc-header-pc,
body.epc-layout-mobile.site-simwooin21 .epc-home-pc,
body.epc-layout-mobile.site-simwooin21 .epc-bottom-pc {
    display: none !important;
}

/* 파복회 홈 — 운영서버(파복회.com) 동일 */

.sw21-section-title {
    margin: 0 0 30px;
    text-align: left;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 800;
    font-size: 30px;
    color: #000;
}

/* ── 메인 비주얼 ── */
.sw21-visual-wrap {
    width: 100%;
    text-align: center;
}

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

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

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

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

.sw21-visual-slide img {
    display: block;
    margin: auto;
}

.sw21-visual-pager {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 18px;
    z-index: 999;
}

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

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

/* ── 상담 섹션 ── */
.sw21-section--counsel {
    text-align: center;
    margin: 50px 0 70px;
    padding-top: 40px;
}

.sw21-counsel-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sw21-counsel-box {
    width: 690px;
    height: 430px;
    padding: 40px 30px;
    overflow: hidden;
    border-radius: 12px;
    border: 6px solid var(--sw21-main);
    background: #fcfcfc;
    text-align: center;
}

.sw21-counsel-box-title {
    color: var(--sw21-main);
    font-size: 29px;
    font-weight: 600;
    letter-spacing: -0.08rem;
    margin: 0 0 28px;
}

.sw21-home-counsel {
    width: 624px;
    margin: 0 auto;
}

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

.sw21-home-counsel input[type='text'] {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    padding: 11px;
    color: #9e9e9e;
    font-size: 15px;
    border: 1px solid var(--sw21-border);
    background: #fff;
    outline: 0;
}

.sw21-counsel-policy {
    text-align: left;
    margin-top: 8px;
}

.sw21-counsel-policy input[type='checkbox'] {
    display: none;
}

.sw21-counsel-policy label {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    cursor: pointer;
    color: #000;
}

.sw21-counsel-policy label::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: #aaa;
}

.sw21-counsel-policy input:checked + label::before {
    content: '\2713';
    text-align: center;
    color: var(--sw21-main);
    line-height: 15px;
    font-size: 15px;
    border: 1px solid var(--sw21-border);
    background: #fff;
}

.sw21-counsel-submit {
    width: 100%;
    height: 54px;
    margin-top: 20px;
    border: 0;
    border-radius: 12px;
    background: var(--sw21-main);
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
}

.sw21-counsel-submit:hover {
    background: var(--sw21-main-dark);
}

.sw21-counsel-visual {
    width: 510px;
    text-align: center;
}

.sw21-counsel-visual img {
    max-width: 100%;
    height: auto;
}

/* ── 실시간 현황 ── */
.sw21-section--realtime {
    margin-top: 100px;
}

.sw21-realtime-grid {
    display: flex;
    gap: 39px;
}

.sw21-realtime-col {
    flex: 1;
}

.sw21-ticker-box {
    width: 586px;
    height: 380px;
    padding: 45px 20px;
    border-radius: 12px;
    border: 1px solid var(--sw21-border);
    overflow: hidden;
}

.sw21-ticker {
    list-style: none;
    margin: 0;
    padding: 0;
    transition: transform 0.8s ease;
}

.sw21-ticker li {
    height: 54px;
}

.sw21-ticker-row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
    height: 44px;
    margin-bottom: 10px;
    padding: 0 6px;
    overflow: hidden;
}

.sw21-ticker-text {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.04rem;
    text-align: left;
    width: 460px;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'NanumSquare', sans-serif;
}

.sw21-ticker-badge {
    width: 68px;
    height: 30px;
    background: var(--sw21-main);
    color: #fff;
    font-size: 14px;
    border-radius: 7px;
    line-height: 30px;
    text-align: center;
    flex-shrink: 0;
}

/* ── 중간 배너 ── */
.sw21-section--midbanner {
    margin: 50px 0;
}

.sw21-midbanner-stage {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.sw21-midbanner-slider {
    margin: auto;
    text-align: center;
}

.sw21-midbanner-slide {
    display: none;
}

.sw21-midbanner-slide.is-active {
    display: block;
}

.sw21-midbanner-slide img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.sw21-section--midbanner-bottom {
    margin: 120px auto 70px;
}

/* ── 브랜드 + 영상 ── */
.sw21-section--brand-video {
    margin: 60px 0;
}

.sw21-brand-video-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 1200px;
    margin: 0 auto;
}

.sw21-brand-image,
.sw21-brand-video {
    flex: 1;
    text-align: center;
}

.sw21-brand-image img {
    max-width: 100%;
    height: auto;
}

.sw21-brand-video iframe {
    width: 560px;
    max-width: 100%;
    height: 315px;
    border: 0;
}

/* ── 유튜브 ── */
.sw21-section--youtube {
    width: 1200px;
    margin: 100px auto 0;
    text-align: center;
}

.sw21-title-line {
    display: block;
    width: 76px;
    height: 7px;
    background: var(--sw21-main);
    margin: 0 auto;
}

.sw21-youtube-desc {
    margin-top: 27px;
    font-family: 'NanumSquare', sans-serif;
    text-align: left;
    font-size: 24px;
}

.sw21-youtube-list {
    list-style: none;
    margin: 30px auto 50px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.sw21-youtube-list iframe {
    width: 390px;
    max-width: 100%;
    height: 233px;
    border: 0;
}

.sw21-btn-more {
    display: block;
    width: 288px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    border-radius: 12px;
    background: var(--sw21-main);
    font-family: 'NanumSquare', sans-serif;
    font-size: 29px;
    color: #fff;
    text-decoration: none;
}

.sw21-btn-more:hover {
    background: var(--sw21-main-dark);
    color: #fff;
}

/* ── 하단 와이드 배너 ── */
.sw21-section--wide-banner {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.sw21-wide-banner-img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/* 파복회 서브페이지 */

/* ── PC 상담문의 (운영 파복회.com 동일) ── */
.sw21-counsel-page--pc {
    width: 1200px;
    margin: 0 auto 80px;
    padding: 0;
}

.sw21-counsel-page--pc .sw21-counsel-regist {
    width: 100%;
    text-align: center;
}

.sw21-counsel-page--pc .sw21-counsel-submenu {
    width: 100%;
    margin-bottom: 20px;
}

.sw21-counsel-page--pc .sw21-counsel-submenu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sw21-counsel-page--pc .sw21-counsel-submenu-list li {
    flex: 1 1 50%;
    margin: 0;
    padding: 0;
    background: #ddd;
}

.sw21-counsel-page--pc .sw21-counsel-submenu-list li a {
    display: block;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.sw21-counsel-page--pc .sw21-counsel-submenu-list li.is-on {
    background: #147dc2;
}

.sw21-counsel-page--pc .sw21-counsel-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
}

.sw21-counsel-page--pc .sw21-counsel-panel {
    position: relative;
    width: 100%;
}

.sw21-counsel-page--pc .sw21-counsel-hero {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.sw21-counsel-page--pc .counting_wrap {
    position: absolute;
    top: 550px;
    left: 50%;
    margin-left: -345px;
    display: flex;
    gap: 16px;
    width: 690px;
    box-sizing: border-box;
}

.sw21-counsel-page--pc .counting_wrap .c_item {
    flex: 0 0 340px;
    width: 340px;
    text-align: center;
}

.sw21-counsel-page--pc .counting_wrap .c_ttl {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.sw21-counsel-page--pc .counting_wrap .c_con {
    margin-top: 4px;
    font-size: 37px;
    font-weight: 800;
    line-height: 1.2;
}

.sw21-counsel-page--pc .counting_wrap .counter,
.sw21-counsel-page--pc .counting_wrap .counter_2 {
    color: #147dc2;
}

.sw21-counsel-page--pc .sw21-counsel-form-wrap {
    position: absolute;
    top: 650px;
    left: 50%;
    width: 690px;
    margin: 0 0 0 -345px;
    padding: 0;
}

.sw21-counsel-page--pc .sw21-counsel-form-box {
    width: 690px;
    height: 370px;
    padding: 40px 30px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 12px;
    border: 6px solid #147dc2;
    background: #fcfcfc;
}

.sw21-counsel-page--pc .sw21-counsel-form {
    width: 624px;
    margin: 0 auto;
    text-align: center;
}

.sw21-counsel-page--pc .sw21-counsel-field {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.sw21-counsel-page--pc .sw21-counsel-form input[type='text'] {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    padding: 11px;
    margin: 0;
    color: #000;
    font-size: 15px;
    box-sizing: border-box;
    background: #fff;
    outline: 0;
    border: 1px solid #d8d8d8;
}

.sw21-counsel-page--pc .sw21-counsel-form input::placeholder {
    color: #9e9e9e;
}

.sw21-counsel-page--pc .sw21-counsel-form input[type='checkbox'] {
    display: none;
}

.sw21-counsel-page--pc .sw21-counsel-policy {
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 1.7;
    padding-left: 26px;
    font-size: 15px;
    margin: 8px 0 0;
    color: #000;
    letter-spacing: -0.04rem;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.sw21-counsel-page--pc .sw21-counsel-policy::before {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    background: #aaa;
    box-sizing: border-box;
}

.sw21-counsel-page--pc .sw21-counsel-form input[type='checkbox']:checked + .sw21-counsel-policy::before {
    content: '\2713';
    text-align: center;
    color: #147dc2;
    line-height: 15px;
    font-size: 15px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.sw21-counsel-page--pc .sw21-counsel-policy button {
    border: 0;
    background: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
}

.sw21-counsel-page--pc .sw21-counsel-submit-wrap {
    margin-top: 20px;
}

.sw21-counsel-page--pc .sw21-counsel-submit-wrap button {
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

.sw21-counsel-page--pc .sw21-counsel-submit-inner {
    display: inline-block;
    width: 624px;
    height: 54px;
    padding: 0 34px;
    background-color: #147dc2;
    font-size: 21px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    box-sizing: border-box;
}

.sw21-intro-body {
    line-height: 1.7;
    font-size: 16px;
    color: #333;
}

.sw21-intro-body p {
    margin: 0 0 1em;
}

/* ── 소개·가이드 (운영 full-width 이미지) ── */
.sw21-intro-image-wrap {
    width: 1200px;
    margin: 0 auto 80px;
    background: #fff;
}

.sw21-intro-image {
    display: block;
    width: 100%;
    height: auto;
}

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

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

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

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

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

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

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

.sw21-traffic__content {
    flex: 1;
}

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

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

/* ── 고객후기 (운영 album 스킨) ── */
.sw21-community-page {
    margin-bottom: 80px;
}

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

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

.sw21-community-tabs li {
    flex: 1;
    font-size: 18px;
    color: #424242;
    padding: 14px 0;
    text-align: center;
    font-weight: 900;
    font-family: 'NanumSquare', sans-serif;
    background: #ddd;
}

.sw21-community-tabs li a,
.sw21-community-tabs li span {
    display: block;
    color: inherit;
    text-decoration: none;
}

.sw21-community-tabs li.is-on {
    background: var(--sw21-main);
    color: #fff;
}

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

.sw21-community-body .epc-community-skin {
    width: 100%;
    max-width: 1020px;
}

.sw21-bbs-album {
    margin: 0 auto;
}

.sw21-bbs-album ul {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.sw21-bbs-album li {
    width: 240px;
    position: relative;
    background: #fff;
    float: left;
    margin: 0 13px 10px 0;
}

.sw21-bbs-album .img {
    width: 240px;
    height: 180px;
    overflow: hidden;
}

.sw21-bbs-album .img img {
    width: 240px;
    height: 180px;
    object-fit: cover;
    transition: transform 0.2s ease-in-out;
}

.sw21-bbs-album .img img:hover {
    transform: scale(1.2);
}

.sw21-bbs-album .subject {
    font-size: 15px;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw21-bbs-album .subject a {
    color: #000;
    text-decoration: none;
}

.sw21-bbs-empty {
    text-align: center;
    color: var(--sw21-main);
    padding: 20px;
    border: 2px solid var(--sw21-main);
}

.sw21-bbs-view {
    max-width: 1020px;
    margin: 0 auto;
}

.sw21-bbs-view-title {
    font-size: 24px;
    margin: 0 0 12px;
}

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

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

.sw21-bbs-view-content {
    line-height: 1.7;
    font-size: 16px;
}

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

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

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

.epc-community-layout.sw21-community {
    width: 1200px;
    margin: 0 auto 80px;
}

/* 파복회(simwooin21) 모바일 — m.파복회.com 동일 */

body.epc-layout-mobile.site-simwooin21 {
    overflow-x: hidden;
    min-width: 0;
    font-family: 'NanumSquare', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    background: #fff;
    color: #000;
    font-size: 14px;
}

body.epc-layout-mobile.site-simwooin21 img,
body.epc-layout-mobile.site-simwooin21 iframe {
    max-width: 100%;
}

body.epc-layout-mobile.site-simwooin21 .sw21-header-pc,
body.epc-layout-mobile.site-simwooin21 .sw21-home-pc,
body.epc-layout-mobile.site-simwooin21 .sw21-bottom-pc,
body.epc-layout-mobile.site-simwooin21 .epc-header-pc,
body.epc-layout-mobile.site-simwooin21 .epc-home-pc,
body.epc-layout-mobile.site-simwooin21 .epc-bottom-pc {
    display: none !important;
}

body.epc-layout-mobile.site-simwooin21.epc-has-bottom-bar {
    padding-bottom: 0;
}

body.epc-layout-mobile.site-simwooin21 .sw21-page-shell,
body.epc-layout-mobile.site-simwooin21 .epc-page-shell {
    min-width: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

/* ---- 고정 헤더 (운영 #maintop) ---- */
#maintop.sw21-mo-maintop {
    position: fixed;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    box-shadow: 0 4px 8px #c1c1c1;
    left: 0;
    top: 0;
}

#maintop h1 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
}

.sw21-mo-logo-row {
    margin-top: 3%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2vw;
}

.sw21-mo-logo-center {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    line-height: 0;
}

.sw21-mo-logo-center img {
    display: block;
    width: 100%;
    height: auto;
}

.menu__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

.menu__list {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    line-height: 1.3;
    padding: 12px 2px;
    text-align: center;
    box-sizing: border-box;
}

.menu__list a {
    display: block;
    font-size: clamp(13px, 4vw, 15px);
    letter-spacing: -0.05em;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menu__list a:hover,
.menu__list a:active {
    color: #147dc2;
}

.sw21-mo-header-spacer {
    height: var(--sw21-mo-header-h, 22vw);
}

/* ---- 본문 wrap ---- */
.sw21-mo-contents {
    margin: 0 auto;
    width: 100%;
    float: left;
    padding-top: 0;
    box-sizing: border-box;
}

.sw21-mo-ascontents {
    position: relative;
}

/* 메인 배너 슬라이드 (운영 cycle-slideshow) */
.sw21-mo-slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background: #fff;
}

.sw21-mo-slideshow-track {
    display: flex;
    width: 100%;
    transition: transform 0.45s ease;
    will-change: transform;
}

.sw21-mo-slide-wrap {
    flex: 0 0 100%;
    width: 100%;
}

.sw21-mo-slide {
    display: block;
    width: 100%;
    height: auto;
}

.sw21-mo-slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    z-index: 2;
    padding: 0;
}

.sw21-mo-slide-arrow--prev {
    left: 8px;
}

.sw21-mo-slide-arrow--next {
    right: 8px;
}

.sw21-mo-slide-arrow::after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 11px auto;
}

.sw21-mo-slide-arrow--prev::after {
    transform: rotate(-135deg);
    margin-left: 13px;
}

.sw21-mo-slide-arrow--next::after {
    transform: rotate(45deg);
    margin-right: 13px;
}

.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 5;
    position: absolute;
    bottom: 10px;
    left: 0;
    line-height: 1;
    pointer-events: none;
}

.cycle-pager span,
.cycle-pager .cycle-pager-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    pointer-events: auto;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    appearance: none;
    -webkit-appearance: none;
}

.cycle-pager span.cycle-pager-active,
.cycle-pager .cycle-pager-dot.cycle-pager-active {
    background: #147dc2;
    border-color: #147dc2;
    transform: scale(1.15);
}

.sw21-mo-full-img {
    display: block;
    width: 100%;
    height: auto;
}

/* 통계 */
.section__realtime--wrap {
    padding: 3vw;
}

.section__realtime--box {
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.realtime__right--wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 3vw 0;
    box-sizing: border-box;
}

.right__box {
    width: 33.33%;
}

.right__none {
    margin-right: 0;
}

.right__today {
    font-family: 'NanumSquare', sans-serif;
    background: #147dc2;
    font-size: 4vw;
    font-weight: 400;
    padding: 1vw;
    border-radius: 50px;
    width: 24vw;
    text-align: center;
    margin: 0 auto 2vw;
    border: solid 2px #147dc2;
    color: #fff;
}

.rignt__couut {
    color: #828282;
    font-size: 8vw;
    font-weight: 700;
    margin-bottom: 2vw;
    font-family: 'NanumSquare', sans-serif;
    letter-spacing: -0.08rem;
}

.rignt__couut.is-accent {
    color: #147dc2;
}

.right__txt {
    line-height: 1.4;
    color: #000;
    font-size: 3vw;
    letter-spacing: -0.08rem;
    font-family: 'NanumSquare', sans-serif;
}

/* 연락/주소 */
.sw21-mo-info-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 0 2vw;
    margin-bottom: 4vw;
}

.m_info_box {
    width: 49%;
    height: 102px;
    padding: 22px 10px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.m_info_box a {
    color: inherit;
    text-decoration: none;
}

.m_info_box .title {
    padding: 0 25px 3px 0;
    color: #147dc2;
    text-indent: 12px;
    letter-spacing: -0.05em;
    font-size: 18px;
    font-weight: 600;
}

.m_info_box .title img {
    width: 16px;
    margin: 4px 2px 0 0;
    vertical-align: top;
    display: inline-block;
}

.m_info_box .con {
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.05em;
    font-weight: 600;
    line-height: 1.35;
}

.phone_num {
    display: block;
    padding: 4px;
    margin-top: 10px;
    background-color: #147dc2;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
}

/* 상담 폼 */
body.epc-layout-mobile.site-simwooin21 .section_one--box--one {
    padding: 0 3vw;
}

body.epc-layout-mobile.site-simwooin21 .section_one--inner {
    width: 100%;
    border: 4px solid #147dc2;
    padding: 3vw 6vw;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
}

body.epc-layout-mobile.site-simwooin21 .section_one--title {
    color: #147dc2;
    font-size: 5vw;
    font-weight: 600;
    letter-spacing: -0.08rem;
    margin-bottom: 2vw;
}

.sw21-mo-home-counsel input[type="text"] {
    width: 100%;
    border-radius: 12px;
    padding: 2vw 3vw;
    margin-bottom: 8px;
    color: #000;
    font-size: 3vw;
    box-sizing: border-box;
    background-color: #fff;
    outline: 0;
    border: 1px solid #d8d8d8;
}

.sw21-mo-home-counsel input::placeholder {
    color: #d8d8d8;
}

.sw21-mo-home-policy {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 3vw;
    margin: 2vw 0;
    color: #000;
    letter-spacing: -0.04rem;
}

.sw21-mo-home-policy button {
    border: 0;
    background: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
}

.sw21-mo-home-submit {
    width: 100%;
    border: 0;
    border-radius: 12px;
    padding: 3vw 6vw;
    background-color: #147dc2;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btn_regi {
    margin: 0 auto 20px;
    display: table;
    padding: 0 35px;
    background: #147dc2;
    color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.btn_regi a {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    text-decoration: none;
}

.sw21-mo-brand-block {
    padding: 20px 3vw;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.sw21-mo-brand-block iframe {
    width: 100%;
    height: 315px;
    margin-top: 10px;
    border: 0;
}

/* 유튜브 */
.section_youtube {
    padding: 0 3vw;
}

.section_youtube h2 {
    text-align: left;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: 1.35;
}

.section_youtube .line {
    display: block;
    margin: 10px 0;
    background: #147dc2;
    width: 22px;
    height: 3px;
}

.section_youtube p {
    text-align: left;
    font-size: 12px;
    margin: 0 0 20px;
}

.youtube_list {
    list-style: none;
    margin: 20px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.youtube_list .y_item {
    width: 49%;
}

.youtube_list iframe {
    width: 100%;
    height: 140px;
    border: 0;
}

/* 후기 */
.sw21-mo-review-block {
    background: #f8fafc;
    padding: 8px 0 24px;
    text-align: center;
}

.sw21-mo-review-head {
    width: 100%;
    margin: 0 auto 18px;
    padding: 20px 16px 4px;
    text-align: center;
    box-sizing: border-box;
}

.sw21-mo-review-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.04em;
    line-height: 1.35;
}

.sw21-mo-review-line {
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 auto 10px;
    background: #147dc2;
    border-radius: 2px;
}

.sw21-mo-review-desc {
    margin: 0;
    font-size: 12px;
    color: #888;
    letter-spacing: -0.02em;
}

.bbslist {
    text-align: center;
    width: 96%;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    margin: 0 auto 16px;
    overflow: hidden;
}

.bbslist li {
    float: left;
    width: 49%;
    margin: 0 2% 12px 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(20, 60, 90, 0.08);
}

.bbslist li:nth-child(2n) {
    margin-right: 0;
}

.bbslist .img {
    height: 30vw;
    overflow: hidden;
    line-height: 0;
}

.bbslist .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bbslist .subject {
    padding: 10px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    width: 100%;
    line-height: 1.35;
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}

.sw21-mo-review-more {
    display: inline-block;
    padding: 0 28px;
    background: #147dc2;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    height: 38px;
    line-height: 38px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(20, 125, 194, 0.25);
}

.sw21-mo-tel-banner {
    line-height: 0;
    margin-bottom: 8px;
}

.sw21-mo-tel-banner img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---- 푸터 ---- */
.sw21-mo-footer {
    background-color: #fff;
    text-align: center;
    padding-top: 28px;
    padding-bottom: var(--sw21-mo-fixed-bar-h, 0px);
    box-sizing: border-box;
    border-top: 1px solid #eee;
}

.sw21-mo-footer-info {
    width: 96%;
    margin: auto;
    line-height: 150%;
    padding: 0 0 16px;
}

.sw21-mo-footer-info .site-footer-html {
    font-size: 14px;
}

.bottom_sns {
    margin-bottom: 16px;
    padding: 0 12px;
}

.bottom_sns img {
    width: 9%;
    max-width: 40px;
    margin: 0 1.5%;
    height: auto;
}

.sw21-mo-pc-bar {
    background: #f5f8fb;
    border-top: 1px solid #e4edf4;
    width: 100%;
    padding: 14px 16px 16px;
    text-align: center;
    box-sizing: border-box;
}

.sw21-mo-pc-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 200px;
    max-width: 280px;
    width: 72%;
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #147dc2;
    background: #fff;
    border: 1px solid #b8d4ea;
    border-radius: 999px;
    text-decoration: none;
    line-height: 1.3;
    letter-spacing: -0.03em;
    box-shadow: 0 2px 8px rgba(20, 125, 194, 0.1);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.sw21-mo-pc-link:active {
    background: #eef6fc;
    border-color: #147dc2;
    box-shadow: 0 1px 4px rgba(20, 125, 194, 0.15);
}

.sw21-mo-pc-link-icon {
    position: relative;
    flex: 0 0 18px;
    width: 18px;
    height: 14px;
    border: 2px solid #147dc2;
    border-radius: 2px;
    box-sizing: border-box;
}

.sw21-mo-pc-link-icon::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 8px;
    height: 2px;
    margin-left: -4px;
    background: #147dc2;
    border-radius: 1px;
}

.sw21-mo-top-wrap {
    position: fixed;
    right: 12px;
    bottom: calc(var(--sw21-mo-fixed-bar-h, 66px) + 12px);
    z-index: 9999;
}

.sw21-mo-top-btn {
    border: 0;
    background: transparent;
    padding: 0;
    line-height: 0;
    cursor: pointer;
}

.sw21-mo-top-btn img {
    width: 44px;
    height: auto;
}

.sw21-mo-fixed-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    display: flex;
    background: #fff;
}

.sw21-mo-fixed-bar a {
    flex: 1;
    display: block;
    line-height: 0;
}

.sw21-mo-fixed-bar img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---- 서브페이지 ---- */
body.epc-layout-mobile.site-simwooin21 .epc-subpage-shell .sw21-mo-contents {
    padding-top: 0;
}

body.epc-layout-mobile.site-simwooin21 .epc-subpage-shell {
    min-width: 0;
    padding-top: 0;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin21 .sw21-subpage {
    width: 100%;
    max-width: 100%;
    margin: 12px 0 40px;
    padding: 0 12px;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin21 .sw21-intro-page--mo {
    margin: 0 0 24px;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin21 .sw21-intro-mo-wrap {
    width: 100%;
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin21 .sw21-intro-page--mo .sw21-mo-full-img,
body.epc-layout-mobile.site-simwooin21 .sw21-intro-mo-tel img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin21 .sw21-intro-mo-tel {
    display: block;
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin21 .sw21-subpage h1 {
    font-size: 22px;
    margin-bottom: 16px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-intro-image-wrap,
body.epc-layout-mobile.site-simwooin21 .sw21-intro-image {
    width: 100%;
    max-width: 100%;
    height: auto;
}

body.epc-layout-mobile.site-simwooin21 .sw21-container {
    width: 100%;
    padding: 0;
}

/* ---- 모바일 매물 목록 (엔카형 그리드 + 파복회 컬러) ---- */
body.epc-layout-mobile.site-simwooin21 .epc-subpage-shell .pabokhoe-list-page--mo-encar.car-list-page {
    margin-top: 8px;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar.car-list-page {
    --clf-brand: #147dc2;
    --clf-accent: #147dc2;
    --clf-danger: #147dc2;
    --clf-mobile-chip-on-bg: #147dc2;
    --clf-mobile-submit-bg: #147dc2;
    --clf-pagination-current-bg: #147dc2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 8px 0 40px;
    padding: 0 8px;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .car-list-filter-pc {
    display: none !important;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .car-list-filter-mo {
    display: block;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .car-list-sort {
    display: none;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card {
    box-sizing: border-box;
    min-width: 0;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-link {
    display: block;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
    background: #fff;
    border: 1px solid #e4e9ee;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 2px 12px rgba(20, 60, 90, 0.08);
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-thumb {
    position: relative;
    overflow: hidden;
    background: #f6f8fa;
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-img--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f0f4f8;
    color: #8b939a;
    font-size: 12px;
    line-height: 1.3;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-body {
    padding: 8px 10px 12px;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-title {
    margin: 0 0 8px;
    padding: 0 0 8px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    color: #2c3136;
    text-align: center;
    border-bottom: 1px solid #eef2f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-spec {
    margin: 0;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 6px;
    margin: 0;
    line-height: 1.45;
    font-size: 10px;
    color: #8b939a;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-spec-row dt {
    margin: 0;
    font-weight: 400;
    flex-shrink: 0;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-spec-row dd {
    margin: 0;
    text-align: right;
    color: #4a5560;
    font-weight: 600;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .epc-car-card-spec-row dd.epc-car-card-spec-month {
    color: #147dc2;
    font-size: 12px;
    font-weight: 700;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .car-list-empty {
    margin-top: 12px;
    padding: 32px 12px;
    font-size: 14px;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .car-list-pagination {
    margin-top: 16px;
}

body.epc-layout-mobile.site-simwooin21 .pabokhoe-list-page--mo-encar .car-list-filter-mo {
    margin-bottom: 12px;
}

/* ---- 모바일 상담문의 (운영 m.파복회.com 동일) ---- */
body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page {
    width: 100%;
    margin: 0 0 24px;
    padding: 0 0 10px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    width: 48%;
    height: 70px;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 70px;
    font-size: 1.2em;
    font-weight: 600;
    vertical-align: top;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page ul.tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page ul.tabs li.current {
    background: #147dc2;
    color: #fff;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .tab-content {
    display: none;
    width: 100%;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .tab-content.current {
    display: block;
    position: relative;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .counting_wrap {
    position: absolute;
    width: 100%;
    margin: 65vw auto 2vw;
    display: flex;
    z-index: 2;
    line-height: 1.2;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .counting_wrap .c_item {
    position: relative;
    width: 33%;
    height: auto;
    margin-left: 16.5vw;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .counting_wrap .c_item:nth-child(2) {
    margin-left: 2vw;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .counting_wrap .c_ttl {
    position: absolute;
    top: 10vw;
    left: 50%;
    margin-left: -20.5px;
    font-size: 10px;
    font-weight: 800;
    z-index: 1;
    white-space: nowrap;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .counting_wrap .c_con {
    position: absolute;
    top: 14vw;
    left: 50%;
    margin-left: -20.5px;
    font-size: 18px;
    font-weight: 800;
    z-index: 1;
    white-space: nowrap;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page #jt1 .c_item:nth-child(2) .c_con {
    margin-left: -35px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page #jt2 .c_item:nth-child(1) .c_ttl {
    margin-left: -30px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page #jt2 .c_item:nth-child(2) .c_ttl {
    margin-left: -41px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page #jt2 .c_item:nth-child(2) .c_con {
    margin-left: -40px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .counting_wrap .c_item img {
    display: block;
    width: 100%;
    height: auto;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .sw21-mo-counsel-hero {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .sw21-mo-counsel-form-wrap {
    padding: 0;
    margin: 0;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .sw21-mo-counsel-form-box {
    width: 80%;
    margin: 0 auto;
    padding: 10px 16px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 12px;
    border: 6px solid #147dc2;
    background: #fcfcfc;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-form input[type="text"] {
    width: 100%;
    border-radius: 12px;
    padding: 2vw 3vw;
    margin: 0;
    color: #000;
    font-size: 3vw;
    box-sizing: border-box;
    background-color: #fff;
    outline: 0;
    border: 1px solid #d8d8d8;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-form input::placeholder {
    color: #d8d8d8;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-field {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-policy {
    display: inline-block;
    font-size: 3vw;
    margin: 0;
    color: #000;
    letter-spacing: -0.04rem;
    vertical-align: middle;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-policy button {
    border: 0;
    background: none;
    padding: 0;
    color: inherit;
    font-size: inherit;
    cursor: pointer;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-form input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 4px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-submit-wrap {
    margin-top: 10px;
    text-align: center;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-submit-wrap button {
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-submit-inner {
    display: inline-block;
    height: 30px;
    padding: 0 34px;
    background-color: #147dc2;
    font-size: 3vw;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 12px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-page .consul_bottom {
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-tel {
    clear: both;
    line-height: 0;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-counsel-tel a {
    display: block;
}

/* ---- 모바일 고객후기 ---- */
body.epc-layout-mobile.site-simwooin21 .sw21-community-page--mo {
    margin: 0 0 24px;
    padding: 0;
}

body.epc-layout-mobile.site-simwooin21 .sw21-community-body--mo {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist .uio_list {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist .utl_item {
    cursor: pointer;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist .utl_item td {
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 8px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist .utl_item td.pic {
    width: 34%;
    padding-right: 4px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist .utl_item td.text {
    width: 66%;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist .utl_mw {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    border-radius: 4px;
    background: #f3f3f3;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist .utl_mw img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist .utl_flex b {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
    word-break: keep-all;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist .wn,
body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbslist .wd {
    font-size: 12px;
    color: #888;
    line-height: 1.5;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbs-empty {
    margin: 24px 12px;
    padding: 20px;
    text-align: center;
    color: #147dc2;
    border: 2px solid #147dc2;
    font-size: 14px;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbsview {
    width: 100%;
    padding: 0 10px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbsview .subject {
    padding: 12px 4px 8px;
    line-height: 1.5;
    border-bottom: 1px solid #ddd;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbsview .subject b {
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbsview .info {
    padding: 10px 4px;
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    border-bottom: 1px solid #eee;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbsview .content {
    padding: 14px 4px;
    line-height: 1.65;
    font-size: 14px;
    word-break: break-word;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbsview .content img {
    max-width: 100% !important;
    height: auto !important;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbsview .content iframe {
    max-width: 100%;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbsview-bottom {
    padding: 16px 4px 8px;
    text-align: left;
}

body.epc-layout-mobile.site-simwooin21 .sw21-mo-bbsview-list {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

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