/* =========================================================
   COWAY RENTAL MAIN
========================================================= */

.coway-main,
.coway-main * {
    box-sizing: border-box;
}

.coway-main img {
    max-width: 100%;
}


/* =========================================================
   영카트 메인 기본 레이아웃 보정
   - 전체 메인은 기존 폭 유지
   - 기존 .is_index 좌측 285px 여백만 제거
========================================================= */
#container .shop-content.is_index {
    margin-left: 0 !important;
    padding: 0 !important;
}

.shop-content.is_index #wrapper_title,
.shop-content.is_index #text_size {
    display: none !important;
}


/* =========================================================
   MAIN BANNER
========================================================= */

.coway-main-visual {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f7f9;
}

.coway-main-visual img {
    display: block;
    width: 100%;
    height: auto;
}


/* =========================================================
   QUICK CATEGORY
========================================================= */

.coway-quick-cats {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: -34px !important;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 5px 24px rgba(0, 0, 0, .09);
}

.coway-quick-cats > a {
    position: relative;
    display: flex;
    min-height: 80px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #eee;
    color: #222;
    text-align: center;
    transition: color .2s ease, transform .2s ease;
}

.coway-quick-cats > a:last-child {
    border-right: 0;
}

.coway-quick-cats > a:hover {
    color: #0b8fdf;
    transform: translateY(-2px);
}

.coway-quick-cats strong {
    font-size: 16px;
    font-weight: 700;
}

.coway-quick-cats small {
    margin-top: 6px;
    color: #999;
    font-size: 11px;
    letter-spacing: .4px;
}


/* =========================================================
   PROMO
========================================================= */

.coway-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    padding-top: 82px;
    padding-bottom: 45px;
}

.coway-promo-grid a {
    display: block;
    overflow: hidden;
    border-radius: 13px;
}

.coway-promo-grid img {
    display: block;
    width: 100%;
    transition: transform .35s ease;
}

.coway-promo-grid a:hover img {
    transform: scale(1.025);
}


/* =========================================================
   SECTION TITLE
========================================================= */

.coway-section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 25px;
}

.coway-section-title__eyebrow {
    display: block;
    margin-bottom: 7px;
    color: #1594e6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.coway-section-title h2 {
    margin: 0;
    color: #171717;
    font-size: 31px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1.2px;
}

.coway-section-title p {
    margin: 8px 0 0;
    color: #858585;
    font-size: 14px;
}

.coway-section-title > a {
    flex: 0 0 auto;
    padding-bottom: 3px;
    color: #555;
    font-size: 13px;
}

.coway-section-title > a span {
    margin-left: 3px;
    color: #1594e6;
    font-size: 21px;
    vertical-align: -2px;
}


/* =========================================================
   PRODUCT CARD
========================================================= */

.coway-product-card {
    min-width: 0;
    border: 1px solid #e2e5e8;
    border-radius: 5px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.coway-product-card:hover {
    border-color: #cbd4db;
    box-shadow: 0 12px 32px rgba(0,0,0,.07);
    transform: translateY(-3px);
}

.coway-product-card__link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.coway-product-card__image {
    position: relative;
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: center;
    padding: 24px 20px 8px;
    overflow: hidden;
    background: #fff;
}

.coway-product-card__image img {
    display: block;
    max-width: 100%;
    max-height: 270px;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
}

.coway-product-card__badges {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
}

.coway-product-card__badges span {
    display: inline-flex;
    align-items: center;
    height: 27px;
    padding: 0 10px;
    border-radius: 4px;
    background: #1594e6;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.coway-product-card__body {
    padding: 8px 22px 23px;
}

.coway-product-card__model {
    display: block;
    min-height: 18px;
    margin-bottom: 4px;
    color: #92979b;
    font-size: 11px;
}

.coway-product-card h3 {
    min-height: 48px;
    margin: 0;
    color: #222;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -.4px;
}

.coway-product-card__promo {
    min-height: 20px;
    margin: 7px 0 0;
    overflow: hidden;
    color: #1594e6;
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coway-rent-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
}

.coway-rent-row + .coway-rent-row {
    margin-top: 8px;
    padding-top: 0;
    border-top: 0;
}

.coway-rent-row span {
    color: #777;
    font-size: 12px;
}

.coway-rent-row strong {
    color: #222;
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
}

.coway-rent-row.is-benefit strong {
    color: #0b8fdf;
}

.coway-rent-row.is-empty strong {
    color: #0b8fdf;
    font-size: 18px;
}


/* =========================================================
   BEST
========================================================= */

.coway-best-section {
    padding-top: 38px;
    padding-bottom: 76px;
}

.coway-best-carousel {
    position: relative;
}

.coway-best-viewport {
    overflow: hidden;
}

.coway-best-track {
    display: flex;
    gap: 24px;
    transition: transform .38s ease;
    will-change: transform;
}

.coway-best-card {
    flex: 0 0 calc((100% - 72px) / 4);
}

.coway-best-arrow {
    position: absolute;
    top: 43%;
    z-index: 5;
    width: 50px;
    height: 50px;
    padding: 0 0 4px;
    border: 1px solid #e0e4e7;
    border-radius: 50%;
    background: #fff;
    color: #555;
    box-shadow: 0 5px 18px rgba(0,0,0,.1);
    font-size: 32px;
    line-height: 42px;
    cursor: pointer;
}

.coway-best-prev {
    left: -25px;
}

.coway-best-next {
    right: -25px;
}


/* =========================================================
   CATEGORY
========================================================= */

/* =========================================================
   CATEGORY
   - 콘텐츠는 기존 wrap 폭 유지
   - 짝수 카테고리 배경만 브라우저 전체폭
========================================================= */

.coway-category-section {
    position: relative;
    z-index: 0;
    padding: 70px 0 76px;
    background: transparent;
}

/* 전체 화면 배경 */
.coway-category-section::before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;

    width: 100vw;

    background: #fff;
    transform: translateX(-50%);

    content: "";
}

/* 두 번째, 네 번째, 여섯 번째 카테고리 */
.coway-category-section.is-alt::before {
    background: #f7f8fa;
}

/* 내부 상품 영역은 기존 중앙 폭 유지 */
.coway-category-section > .wrap {
    position: relative;
    z-index: 1;
}
.coway-category-section.is-alt {
    background: #f7f8fa;
}

.coway-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

 
.coway-category-grid .coway-product-card {
    min-height: 470px;
}


/* =========================================================
   CONSULT
   - 마지막 상품영역과 충분한 간격
   - 카드형 렌탈상담 디자인
========================================================= */

.coway-consult {
    position: relative;
    padding: 20px 0 20px;
    background: #fff;
}

.coway-consult-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.5fr .75fr auto;
    gap: 50px;
    min-height: 170px;
    align-items: center;
    padding: 38px 46px;
    overflow: hidden;
    border: 1px solid #dcecf8;
    border-radius: 18px;
    background: linear-gradient(
        135deg,
        #f3faff 0%,
        #e9f6ff 55%,
        #e1f2ff 100%
    );
    box-shadow: 0 12px 38px rgba(30, 112, 174, .08);
}

/* 우측 은은한 장식 */
.coway-consult-inner::after {
    position: absolute;
    top: -85px;
    right: -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,.38);
    content: "";
    pointer-events: none;
}

/* 제목 영역 */
.coway-consult-title {
    position: relative;
    z-index: 2;
}

.coway-consult-title > span {
    display: block;
    margin-bottom: 7px;
    color: #1389d8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.coway-consult-title strong {
    display: block;
    color: #176fae;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -1px;
}

.coway-consult-title p {
    margin: 8px 0 0;
    color: #6d7d88;
    font-size: 13px;
    line-height: 1.6;
}

/* 전화상담 */
.coway-consult-contact {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding-left: 28px;
    border-left: 1px solid rgba(23, 125, 190, .15);
}

.coway-consult-contact span {
    margin-bottom: 5px;
    color: #748692;
    font-size: 12px;
}

.coway-consult-contact a {
    color: #087bd1;
    font-size: 29px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    text-decoration: none;
}

/* 상담 버튼 */
.coway-consult-button {
    position: relative;
    z-index: 2;
    display: inline-flex;
    min-width: 190px;
    height: 56px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border-radius: 8px;
    background: #087bd1;
    color: #fff;
    box-shadow: 0 8px 20px rgba(8, 123, 209, .18);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.coway-consult-button:hover {
    background: #056ebd;
    color: #fff;
    box-shadow: 0 11px 25px rgba(8, 123, 209, .25);
    transform: translateY(-2px);
}


/* =========================================================
   CONSULT RESPONSIVE
========================================================= */

@media (max-width: 900px) {

    .coway-consult {
        padding: 65px 20px 75px;
    }

    .coway-consult-inner {
        grid-template-columns: 1fr auto;
        gap: 28px;
        padding: 34px;
    }

    .coway-consult-title {
        grid-column: 1 / -1;
    }

    .coway-consult-contact {
        padding-left: 0;
        border-left: 0;
    }
}

@media (max-width: 560px) {

    .coway-consult {
        padding: 45px 15px 55px;
    }

    .coway-consult-inner {
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: 0;
        padding: 30px 24px;
        border-radius: 14px;
    }

    .coway-consult-title,
    .coway-consult-contact {
        grid-column: auto;
    }

    .coway-consult-title strong {
        font-size: 25px;
    }

    .coway-consult-contact a {
        font-size: 26px;
    }

    .coway-consult-button {
        width: 100%;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {

    .coway-product-card__image {
        min-height: 260px;
    }

    .coway-category-theme,
    .coway-category-theme img,
    .coway-category-grid .coway-product-card {
        min-height: 430px;
    }
}

@media (max-width: 900px) {

    .coway-quick-cats {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 0 !important;
        border-radius: 0;
        box-shadow: none;
        padding: 15px 0;
    }

    .coway-quick-cats > a {
        min-height: 70px;
        border-right: 0;
        border-bottom: 1px solid #f2f2f2;
    }

    .coway-promo-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding-top: 35px;
    }

    .coway-best-card {
        flex-basis: calc((100% - 24px) / 2);
    }

    .coway-best-prev {
        left: 7px;
    }

    .coway-best-next {
        right: 7px;
    }

    .coway-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .coway-category-theme {
        min-height: 430px;
    }

    .coway-consult-inner {
        grid-template-columns: 1fr auto;
        gap: 25px;
    }

    .coway-consult-title {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {

    .coway-section-title {
        align-items: flex-start;
    }

    .coway-section-title h2 {
        font-size: 25px;
    }

    .coway-section-title p {
        font-size: 12px;
    }

    .coway-quick-cats {
        grid-template-columns: repeat(2, 1fr);
    }

    .coway-best-section {
        padding-bottom: 55px;
    }

    .coway-best-track {
        gap: 12px;
    }

    .coway-best-card {
        flex-basis: 82%;
    }

    .coway-category-section {
        padding: 52px 0 58px;
    }

    .coway-category-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .coway-category-theme,
    .coway-category-theme img {
        min-height: 280px;
        max-height: 360px;
    }

    .coway-category-grid .coway-product-card {
        min-height: 0;
    }

    .coway-product-card__image {
        min-height: 280px;
    }

    .coway-consult-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .coway-consult-title,
    .coway-consult-contact {
        grid-column: auto;
    }

    .coway-consult-button {
        width: 100%;
    }
}


/* =========================================================
   MAIN HERO - 중앙 메인 + 좌우 이전/다음 미리보기
========================================================= */
.hero.hero-peek {
    position: relative;

    /* 영카트 1200px #container 안에서도 이 영역만 브라우저 전체폭으로 확장 */
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;

    padding: 0;
    overflow: hidden;
    background: #fff;
}

.hero.hero-peek .hero-viewport {
    width: 100%;
    max-width: none;
    overflow: hidden;
}

.hero.hero-peek .hero-track {
    display: flex;
    align-items: stretch;
    gap: 10px;
    width: max-content;
    transition: transform .55s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}

.hero-slide {
    position: relative;
    flex: 0 0 min(1320px, calc(100vw - 310px));
    height: 460px;
    overflow: hidden;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .5;
    transform: scale(.985);
    transition: opacity .35s ease, transform .35s ease;
}

.hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.hero-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 95px 70px 0;
}

.hero-copy small {
    display:block;
    margin-bottom:14px;
    color:#555;
    font-size:17px;
    font-weight:500;
}

.hero-copy h1 {
    margin:0 0 8px;
    color:#222;
    font-size:46px;
    font-weight:800;
    line-height:1.18;
    letter-spacing:-2px;
}

.hero-copy p {
    margin:0 0 24px;
    color:#333;
    font-size:26px;
    font-weight:600;
}

/* =========================================================
   메인 비주얼만 브라우저 전체 폭 사용
========================================================= */
.hero.hero-peek {
    position: relative;

    /* 부모 container 폭을 무시하고 화면 전체폭으로 확장 */
    width: 100vw;
    max-width: none;

    left: 50%;
    margin-left: -50vw;

    padding: 0;
    overflow: hidden;
    background: #fff;
}

.hero.hero-peek .hero-viewport {
    position: relative;
    width: 100%;
    max-width: none;
    overflow: hidden;
}

.hero.hero-peek .hero-track {
    display: flex;
    align-items: stretch;
    gap: 10px;

    width: max-content;

    transition: transform .55s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}

.price-line {color:#444;font-size:18px;}
.price-line strong {margin:0 3px 0 5px;color:#0a86dc;font-size:40px;font-weight:800;letter-spacing:-2px;}
.card-price {margin-top:7px;color:#333;font-size:16px;}
.card-price b {color:#0a86dc;font-size:22px;}

.hero-actions {
    display:flex;
    gap:12px;
    margin-top:26px;
}

.hero-actions a {
    display:inline-flex;
    min-width:158px;
    height:48px;
    align-items:center;
    justify-content:center;
    padding:0 22px;
    border:1px solid #0a86dc;
    border-radius:5px;
    background:#0a86dc;
    color:#fff;
    font-size:14px;
    font-weight:700;
}

.hero-actions a.outline {
    background:rgba(255,255,255,.92);
    color:#0a86dc;
}

.hero-prev,
.hero-next {
    position:absolute;
    top:50%;
    z-index:10;
    width:46px;
    height:64px;
    margin-top:-42px;
    padding:0;
    border:0;
    background:transparent;
    color:#222;
    font-size:52px;
    font-weight:300;
    line-height:1;
    cursor:pointer;
}

.hero-prev {left:calc(50% - min(660px, (100vw - 310px)/2) + 18px);}
.hero-next {right:calc(50% - min(660px, (100vw - 310px)/2) + 18px);}

.hero-progress {
    position:absolute;
    left:50%;
    bottom:24px;
    z-index:12;
    display:flex;
    align-items:center;
    gap:12px;
    transform:translateX(-50%);
}

.hero-dots {
    display:flex;
    align-items:center;
}

.hero-dots button {
    position:relative;
    width:92px;
    height:2px;
    padding:0;
    border:0;
    background:rgba(0,0,0,.18);
    cursor:pointer;
}

.hero-dots button:after {
    position:absolute;
    inset:0;
    background:#222;
    transform:scaleX(0);
    transform-origin:left center;
    content:"";
}

.hero-dots button.active:after {transform:scaleX(1);}

 

@media(max-width:1200px){
    .hero-slide{flex-basis:calc(100vw - 160px);height:440px}
    .hero-prev{left:92px}
    .hero-next{right:92px}
    .hero-copy{padding:82px 55px 0}
}

@media(max-width:900px){
    .hero-track{gap:8px}
    .hero-slide{flex-basis:calc(100vw - 38px);height:410px;border-radius:8px}
    .hero-copy{padding:58px 28px 0}
    .hero-copy h1{font-size:34px}
    .hero-copy p{font-size:20px}
    .price-line strong{font-size:33px}
    .hero-prev,.hero-next{display:none}
    .hero-progress{bottom:18px}
    .hero-dots button{width:56px}
}

@media(max-width:560px){
    .hero-slide{flex-basis:calc(100vw - 24px);height:360px;background-position:62% center}
    .hero-copy{padding:42px 20px 0}
    .hero-copy small{font-size:12px}
    .hero-copy h1{font-size:26px}
    .hero-copy p{font-size:16px}
    .price-line{font-size:14px}
    .price-line strong{font-size:28px}
    .card-price{font-size:13px}
    .card-price b{font-size:18px}
    .hero-actions{gap:8px;margin-top:20px}
    .hero-actions a{min-width:116px;height:42px;padding:0 12px;font-size:12px}
    .hero-dots button{width:40px}
}

/* 메인 비주얼 슬라이드 진행바 */
.hero-progress {
    position: absolute;
    left: 50%;
    bottom: 42px; /* 기존 24px → 42px */
    z-index: 12;

    display: flex;
    align-items: center;
    gap: 12px;

    transform: translateX(-50%);
}

.hero-dots {
    display: flex;
    align-items: center;
    gap: 0;
}

.hero-dots button {
    position: relative;

    width: 92px;
    height: 2px;

    padding: 0;
    border: 0;

    background: rgba(0,0,0,.18);
    cursor: pointer;
}

.hero-pause {
    display: flex;
    width: 24px;
    height: 24px;

    align-items: center;
    justify-content: center;

    padding: 0;
    border: 0;

    background: transparent;
    color: #333;

    font-size: 12px;
    font-weight: 800;
    line-height: 1;

    cursor: pointer;
}

@media(max-width:900px){
    .hero-progress {
        bottom: 28px;
    }
}


/* =========================================================
   COWAY MAIN - MOBILE FINAL OVERRIDE
   PC 레이아웃은 유지하고 768px 이하에서만 적용
========================================================= */

@media (max-width:768px) {

    /* 공통 폭 */
    .coway-main {
        width:100%;
        min-width:0;
        overflow:hidden;
    }

    .coway-main > .wrap,
    .coway-main .wrap {
        width:100% !important;
        max-width:100% !important;
        padding-left:14px;
        padding-right:14px;
        box-sizing:border-box;
    }

    /* =====================================================
       메인 비주얼
    ===================================================== */

    .hero.hero-peek {
        left:auto;
        width:100%;
        margin-left:0;
        overflow:hidden;
    }

    .hero.hero-peek .hero-viewport {
        width:100%;
    }

    .hero.hero-peek .hero-track {
        gap:0;
    }

    .hero-slide {
        flex:0 0 100vw;
        width:100vw;
        height:340px;
        border-radius:0;
        background-position:center center;
        opacity:1;
        transform:none;
    }

    .hero-copy {
        max-width:none;
        padding:38px 22px 0;
    }

    .hero-copy small {
        margin-bottom:9px;
        font-size:12px;
    }

    .hero-copy h1 {
        max-width:72%;
        font-size:25px;
        line-height:1.22;
        letter-spacing:-1.1px;
    }

    .hero-copy p {
        max-width:72%;
        margin-bottom:16px;
        font-size:15px;
        line-height:1.45;
    }

    .price-line {
        font-size:13px;
    }

    .price-line strong {
        font-size:27px;
    }

    .card-price {
        font-size:12px;
    }

    .card-price b {
        font-size:16px;
    }

    .hero-actions {
        gap:7px;
        margin-top:16px;
    }

    .hero-actions a {
        min-width:108px;
        height:38px;
        padding:0 10px;
        font-size:11px;
    }

    .hero-prev,
    .hero-next {
        display:none !important;
    }

    .hero-progress {
        bottom:14px;
        gap:7px;
    }

    .hero-dots button {
        width:34px;
    }

    /* =====================================================
       바로가기 카테고리
    ===================================================== */

    .coway-quick-cats {
        grid-template-columns:repeat(3, minmax(0,1fr));
        margin-top:0 !important;
        padding:10px 0;
        border-radius:0;
        box-shadow:none;
    }

    .coway-quick-cats > a {
        min-height:62px;
        padding:8px 3px;
        border-right:1px solid #eee;
        border-bottom:1px solid #eee;
    }

    .coway-quick-cats > a:nth-child(3n) {
        border-right:0;
    }

    .coway-quick-cats strong {
        font-size:13px;
    }

    .coway-quick-cats small {
        margin-top:3px;
        font-size:9px;
    }

    /* =====================================================
       프로모션 배너
    ===================================================== */

    .coway-promo-grid {
        grid-template-columns:1fr;
        gap:10px;
        padding-top:22px;
        padding-bottom:30px;
    }

    .coway-promo-grid a {
        border-radius:8px;
    }

    /* =====================================================
       섹션 타이틀
    ===================================================== */

    .coway-section-title {
        align-items:flex-end;
        gap:12px;
        margin-bottom:16px;
    }

    .coway-section-title__eyebrow {
        margin-bottom:4px;
        font-size:9px;
    }

    .coway-section-title h2 {
        font-size:23px;
        letter-spacing:-.8px;
    }

    .coway-section-title p {
        margin-top:5px;
        font-size:11px;
        line-height:1.45;
    }

    .coway-section-title > a {
        font-size:11px;
        white-space:nowrap;
    }

    /* =====================================================
       상품 카드 공통
    ===================================================== */

    .coway-product-card {
        min-width:0;
        min-height:0 !important;
        border-radius:4px;
    }

    .coway-product-card__image {
        min-height:175px;
        padding:14px 8px 5px;
    }

    .coway-product-card__image img {
        max-height:160px;
    }

    .coway-product-card__badges {
        top:9px;
        left:9px;
    }

    .coway-product-card__badges span {
        height:22px;
        padding:0 7px;
        font-size:9px;
    }

    .coway-product-card__body {
        padding:7px 10px 14px;
    }

    .coway-product-card__model {
        min-height:14px;
        margin-bottom:3px;
        font-size:9px;
    }

    .coway-product-card h3 {
        min-height:38px;
        font-size:13px;
        line-height:1.4;
        letter-spacing:-.3px;
    }

    .coway-product-card__promo {
        min-height:16px;
        margin-top:5px;
        font-size:10px;
    }

    .coway-rent-row {
        gap:4px;
        margin-top:9px;
        padding-top:9px;
    }

    .coway-rent-row + .coway-rent-row {
        margin-top:5px;
    }

    .coway-rent-row span {
        font-size:9px;
    }

    .coway-rent-row strong {
        font-size:14px;
        letter-spacing:-.4px;
    }

    .coway-rent-row.is-empty strong {
        font-size:13px;
    }

    /* =====================================================
       BEST - 모바일 한 화면 2개
    ===================================================== */

    .coway-best-section {
        padding-top:26px;
        padding-bottom:42px;
    }

    .coway-best-carousel {
        overflow:hidden;
    }

    .coway-best-track {
        gap:10px;
    }

    .coway-best-card {
        flex:0 0 calc((100% - 10px) / 2) !important;
    }

    .coway-best-arrow {
        display:none !important;
    }

    /* =====================================================
       카테고리별 제품 - 모바일 한 줄 2개
    ===================================================== */

    .coway-category-section {
        padding:38px 0 42px;
    }

    .coway-category-grid {
        grid-template-columns:repeat(2, minmax(0,1fr)) !important;
        gap:10px !important;
    }

    .coway-category-grid .coway-product-card {
        min-height:0 !important;
    }

    /* =====================================================
       렌탈 상담
    ===================================================== */

    .coway-consult {
        padding:28px 14px 40px;
    }

    .coway-consult-inner {
        grid-template-columns:1fr;
        gap:16px;
        min-height:0;
        padding:24px 20px;
        border-radius:12px;
    }

    .coway-consult-title,
    .coway-consult-contact {
        grid-column:auto;
    }

    .coway-consult-title > span {
        font-size:9px;
    }

    .coway-consult-title strong {
        font-size:22px;
    }

    .coway-consult-title p {
        font-size:11px;
    }

    .coway-consult-contact {
        padding-left:0;
        border-left:0;
    }

    .coway-consult-contact a {
        font-size:23px;
    }

    .coway-consult-button {
        width:100%;
        min-width:0;
        height:48px;
    }

}


/* 작은 모바일에서도 상품은 2열 유지 */
@media (max-width:480px) {

    .coway-main > .wrap,
    .coway-main .wrap {
        padding-left:10px;
        padding-right:10px;
    }

    .hero-slide {
        height:320px;
    }

    .hero-copy {
        padding:32px 17px 0;
    }

    .hero-copy h1,
    .hero-copy p {
        max-width:76%;
    }

    .coway-category-grid {
        grid-template-columns:repeat(2, minmax(0,1fr)) !important;
        gap:8px !important;
    }

    .coway-best-track {
        gap:8px;
    }

    .coway-best-card {
        flex-basis:calc((100% - 8px) / 2) !important;
    }

    .coway-product-card__image {
        min-height:155px;
    }

    .coway-product-card__image img {
        max-height:145px;
    }

    .coway-product-card__body {
        padding:6px 8px 12px;
    }

    .coway-product-card h3 {
        min-height:36px;
        font-size:12px;
    }

    .coway-rent-row span {
        font-size:8px;
    }

    .coway-rent-row strong {
        font-size:13px;
    }
}
/* =========================================================
   MAIN - 제휴카드 혜택 슬라이드
   프로모션 3개 아래 / BEST 위
========================================================= */
.coway-card-benefit-section {
    padding-top: 28px;
    padding-bottom: 62px;
    border-bottom: 1px solid #e6eaed;
}

.coway-card-benefit-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 34px;
    align-items: start;
}

.coway-card-benefit-title {
    padding-top: 8px;
}

.coway-card-benefit-title__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #1594e6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.coway-card-benefit-title h2 {
    margin: 0;
    color: #17212a;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -1.3px;
}

.coway-card-benefit-title > a {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: 18px;
    color: #1594e6;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.coway-card-benefit-title > a span {
    font-size: 15px;
}

.coway-card-benefit-slider {
    position: relative;
    min-width: 0;
    padding-bottom: 38px;
}

.coway-card-benefit-viewport {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.coway-card-benefit-viewport::-webkit-scrollbar {
    display: none;
}

.coway-card-benefit-track {
    display: flex;
    gap: 10px;
    width: max-content;
}

.coway-card-benefit-item {
    flex: 0 0 194px;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
    background: #f3f4f5;
}

.coway-card-benefit-item > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    padding: 24px 18px 20px;
    color: inherit;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.coway-card-benefit-item > a:hover {
    background: #eef2f4;
}

.coway-card-benefit-image {
    display: flex;
    width: 116px;
    height: 116px;
    flex: 0 0 116px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
}

.coway-card-benefit-image img {
    display: block;
    width: 90px;
    max-width: 78%;
    max-height: 72px;
    height: auto;
    object-fit: contain;
}

.coway-card-benefit-noimage {
    display: flex;
    width: 76px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #eaf6fb;
    color: #1594e6;
    font-size: 12px;
    font-weight: 800;
}

.coway-card-benefit-copy {
    width: 100%;
    margin-top: 16px;
    text-align: center;
}

.coway-card-benefit-copy strong {
    display: block;
    min-height: 52px;
    color: #202b33;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.38;
    letter-spacing: -.7px;
}

.coway-card-benefit-copy span {
    display: block;
    margin-top: 7px;
    color: #7e878e;
    font-size: 13px;
    line-height: 1.4;
}

.coway-card-benefit-arrow {
    position: absolute;
    top: 110px;
    z-index: 5;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 0 3px;
    border: 1px solid #dfe5e9;
    border-radius: 50%;
    background: rgba(255,255,255,.96);
    color: #26343d;
    box-shadow: 0 3px 12px rgba(0,0,0,.06);
    font-size: 27px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.coway-card-benefit-prev {
    left: -20px;
}

.coway-card-benefit-next {
    right: -20px;
}

.coway-card-benefit-arrow:hover {
    border-color: #1594e6;
    color: #1594e6;
}

.coway-card-benefit-arrow:disabled {
    opacity: .28;
    cursor: default;
}

.coway-card-benefit-progress {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 110px;
    height: 2px;
    overflow: hidden;
    background: #d9dee2;
    transform: translateX(-50%);
}

.coway-card-benefit-progress span {
    display: block;
    width: 25%;
    height: 100%;
    background: #202b33;
    transition: width .2s ease;
}


/* 태블릿 */
@media (max-width: 1100px) {
    .coway-card-benefit-layout {
        grid-template-columns: 180px minmax(0, 1fr);
        gap: 24px;
    }

    .coway-card-benefit-item {
        flex-basis: 180px;
    }

    .coway-card-benefit-title h2 {
        font-size: 28px;
    }

    .coway-card-benefit-prev {
        left: -16px;
    }

    .coway-card-benefit-next {
        right: -16px;
    }
}


/* 모바일 */
@media (max-width: 768px) {
    .coway-card-benefit-section {
        padding-top: 12px;
        padding-bottom: 38px;
    }

    .coway-card-benefit-layout {
        display: block;
    }

    .coway-card-benefit-title {
        position: relative;
        padding: 0 2px 14px;
    }

    .coway-card-benefit-title__eyebrow {
        margin-bottom: 4px;
        font-size: 9px;
    }

    .coway-card-benefit-title h2 {
        font-size: 23px;
        letter-spacing: -.8px;
    }

    .coway-card-benefit-title > a {
        position: absolute;
        right: 2px;
        bottom: 16px;
        margin: 0;
        font-size: 11px;
    }

    .coway-card-benefit-slider {
        margin-right: -14px;
        padding-bottom: 27px;
    }

    .coway-card-benefit-viewport {
        padding-right: 14px;
    }

    .coway-card-benefit-track {
        gap: 8px;
    }

    .coway-card-benefit-item {
        flex: 0 0 148px;
        height: 205px;
        border-radius: 8px;
    }

    .coway-card-benefit-item > a {
        padding: 18px 10px 15px;
    }

    .coway-card-benefit-image {
        width: 92px;
        height: 92px;
        flex-basis: 92px;
    }

    .coway-card-benefit-image img {
        max-width: 76%;
        max-height: 58px;
    }

    .coway-card-benefit-copy {
        margin-top: 12px;
    }

    .coway-card-benefit-copy strong {
        min-height: 42px;
        font-size: 15px;
        line-height: 1.35;
    }

    .coway-card-benefit-copy span {
        margin-top: 5px;
        font-size: 11px;
    }

    .coway-card-benefit-arrow {
        display: none;
    }

    .coway-card-benefit-progress {
        bottom: 0;
        width: 80px;
    }
}
/* =========================================================
   BEST 렌탈 상품 - 카테고리 상품과 시각적 구분
   기존 상품카드 구조는 유지하고 BEST 영역만 별도 강조
========================================================= */

/* BEST 섹션 자체를 은은하게 구분 */
.coway-best-section {
    position: relative;
    padding-top: 52px;
    padding-bottom: 82px;
}

/* BEST 카드만 조금 더 강조 */
.coway-best-section .coway-product-card {
    position: relative;
    overflow: hidden;
    border: 1px solid #cfdde8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(30, 93, 135, .055);
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

/* 상단 코웨이 블루 포인트 라인 */
.coway-best-section .coway-product-card::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 3px;
    background: #1594e6;
    content: "";
}

/* BEST 이미지 영역에 아주 옅은 배경 */
.coway-best-section .coway-product-card__image {
    background:
        linear-gradient(
            180deg,
            #fbfdff 0%,
            #ffffff 100%
        );
}

/* BEST 배지는 카테고리 내 BEST 배지보다 조금 더 선명하게 */
.coway-best-section .coway-product-card__badges span {
    height: 29px;
    padding: 0 11px;
    border-radius: 5px;
    background: #0b8fdf;
    box-shadow: 0 3px 8px rgba(11, 143, 223, .14);
    font-size: 11px;
}

/* BEST 상품명 */
.coway-best-section .coway-product-card h3 {
    color: #17242d;
    font-weight: 800;
}

/* BEST 하단 가격 영역 구분 */
.coway-best-section .coway-rent-row:first-of-type {
    border-top-color: #e4edf3;
}

/* 최대혜택가를 BEST에서는 조금 더 강조 */
.coway-best-section .coway-rent-row.is-benefit {
    margin-left: -8px;
    margin-right: -8px;
    padding: 8px 8px 0;
    border-radius: 5px;
}

.coway-best-section .coway-rent-row.is-benefit strong {
    color: #008fe2;
}

/* hover */
.coway-best-section .coway-product-card:hover {
    border-color: #79bde8;
    box-shadow: 0 14px 34px rgba(20, 110, 170, .12);
    transform: none;
}

/* 화살표도 BEST 블루 톤으로 */
.coway-best-section .coway-best-arrow {
    border-color: #d6e3eb;
    color: #40535f;
    transition:
        border-color .2s ease,
        color .2s ease,
        background .2s ease,
        box-shadow .2s ease;
}

.coway-best-section .coway-best-arrow:hover {
    border-color: #1594e6;
    background: #f5fbff;
    color: #1594e6;
    box-shadow: 0 7px 20px rgba(21, 148, 230, .14);
}


/* =========================================================
   카테고리별 상품은 더 플랫하게 유지
========================================================= */

.coway-category-section .coway-product-card {
    border: 1px solid #e2e5e8;
    border-radius: 5px;
    box-shadow: none;
}

.coway-category-section .coway-product-card::before {
    display: none;
}

.coway-category-section .coway-product-card:hover {
    border-color: #cbd4db;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .055);
    transform: translateY(-3px);
}


/* =========================================================
   반응형
========================================================= */

@media (max-width: 900px) {

    .coway-best-section {
        padding-top: 42px;
        padding-bottom: 66px;
    }

    .coway-best-section .coway-product-card {
        border-radius: 8px;
    }

    .coway-best-section .coway-product-card::before {
        height: 3px;
    }
}

@media (max-width: 768px) {

    .coway-best-section {
        padding-top: 30px;
        padding-bottom: 46px;
    }

    .coway-best-section .coway-product-card {
        border-radius: 7px;
        box-shadow: 0 5px 16px rgba(30, 93, 135, .05);
    }

    .coway-best-section .coway-product-card:hover {
        transform: none;
    }

    .coway-best-section .coway-product-card__badges span {
        height: 24px;
        padding: 0 8px;
        font-size: 9px;
    }

    .coway-best-section .coway-rent-row.is-benefit {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

/* =========================================================
   메인 프로모션 3개
   1. 렌탈 혜택 : 밝은 블루
   2. 무료 상담 : 아주 옅은 하늘색
   3. 관리 서비스 : 화이트 / 블루
========================================================= */

.coway-promo-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 80px;
    margin-bottom: 70px;
}

.coway-promo-service-grid .coway-promo-service {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 238px;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
    padding: 34px 30px;
    border-radius: 14px;
    text-decoration: none;
    box-sizing: border-box;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.coway-promo-service__copy {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
}

.coway-promo-service__eyebrow {
    margin-bottom: 9px;
    color: #067fca;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.coway-promo-service__copy strong {
    display: block;
    color: #162630;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -.8px;
}

.coway-promo-service__copy p {
    margin: 10px 0 0;
    color: #58707f;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: -.25px;
}

.coway-promo-service__copy em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: #087fc5;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.coway-promo-service__copy em b {
    font-size: 15px;
    font-weight: 400;
    transition: transform .2s ease;
}

.coway-promo-service__visual {
    position: absolute;
    right: 24px;
    bottom: 27px;
    z-index: 1;
    display: flex;
    width: 104px;
    height: 104px;
    align-items: center;
    justify-content: center;
}

.coway-promo-icon {
    display: flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 35px;
    font-weight: 800;
}

/* 1. 렌탈 혜택 - 밝은 블루 */
.coway-promo-service--benefit {
    border: 1px solid #63bdf0;
    background:
        radial-gradient(circle at 90% 18%, rgba(255,255,255,.32) 0 58px, transparent 59px),
        linear-gradient(135deg, #65c2f3 0%, #83d3f7 100%);
}

.coway-promo-service--benefit .coway-promo-service__eyebrow,
.coway-promo-service--benefit .coway-promo-service__copy em {
    color: #075f99;
}

.coway-promo-service--benefit .coway-promo-service__copy strong {
    color: #083b5c;
}

.coway-promo-service--benefit .coway-promo-service__copy p {
    color: #236386;
}

.coway-promo-service--benefit .coway-promo-icon {
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(255,255,255,.88);
    color: #1594e6;
    box-shadow: 0 12px 30px rgba(0,105,170,.12);
}

/* 2. 무료 상담 - 아주 옅은 하늘색 */
.coway-promo-service--consult {
    border: 1px solid #d7edf9;
    background:
        radial-gradient(circle at 90% 20%, rgba(255,255,255,.82) 0 62px, transparent 63px),
        #eef9fe;
}

.coway-promo-service--consult .coway-promo-icon {
    border: 1px solid #dceef7;
    background: #fff;
    color: #1594e6;
    box-shadow: 0 10px 26px rgba(30,110,160,.08);
}

/* 3. 관리서비스 - 화이트 / 블루 */
.coway-promo-service--care {
    border: 1px solid #dce5eb;
    background:
        radial-gradient(circle at 91% 18%, #eef8fd 0 62px, transparent 63px),
        #fff;
    box-shadow: 0 8px 24px rgba(27,72,100,.045);
}

.coway-promo-service--care::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: #1594e6;
    content: "";
}

.coway-promo-service--care .coway-promo-icon {
    border: 1px solid #d9edf8;
    background: #edf8fd;
    color: #1594e6;
}

/* hover */
.coway-promo-service-grid .coway-promo-service:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 36px rgba(21,95,140,.12);
}

.coway-promo-service-grid .coway-promo-service:hover em b {
    transform: translateX(4px);
}

/* 태블릿 */
@media (max-width: 1100px) {
    .coway-promo-service-grid {
        gap: 16px;
    }

    .coway-promo-service-grid .coway-promo-service {
        min-height: 220px;
        padding: 28px 24px;
    }

    .coway-promo-service__copy strong {
        font-size: 20px;
    }

    .coway-promo-service__visual {
        right: 16px;
        bottom: 22px;
        width: 84px;
        height: 84px;
    }

    .coway-promo-icon {
        width: 76px;
        height: 76px;
        font-size: 29px;
    }
}

/* 모바일 */
@media (max-width: 768px) {
    .coway-promo-service-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 34px;
        margin-bottom: 40px;
    }

    .coway-promo-service-grid .coway-promo-service {
        min-height: 172px;
        padding: 23px 21px;
        border-radius: 10px;
    }

    .coway-promo-service__eyebrow {
        margin-bottom: 6px;
        font-size: 8px;
    }

    .coway-promo-service__copy strong {
        font-size: 19px;
    }

    .coway-promo-service__copy p {
        margin-top: 7px;
        padding-right: 82px;
        font-size: 11px;
        line-height: 1.55;
    }

    .coway-promo-service__copy em {
        padding-top: 15px;
        font-size: 10px;
    }

    .coway-promo-service__visual {
        right: 17px;
        bottom: 23px;
        width: 70px;
        height: 70px;
    }

    .coway-promo-icon {
        width: 64px;
        height: 64px;
        font-size: 25px;
    }

    .coway-promo-service-grid .coway-promo-service:hover {
        transform: none;
    }
}

