.coway-region-wrap {
    max-width: 1180px;
    margin: 0 auto 42px;
    padding: 0 18px;
    font-family: Arial,sans-serif;
    color: #232b35
}

.coway-region-hero {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(0,1.35fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 18px;
    background: #f2f8fd;
    box-shadow: 0 10px 30px rgba(21,77,116,.12)
}

.coway-region-hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 46px 42px
}

.coway-region-heading {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -.5px;
    color: #0876bd
}

.coway-region-intro {
    margin: 0;
    font-size: 17px;
    line-height: 1.75;
    color: #3d4954
}

.coway-region-hero-image {
    position: relative;
    min-height: 330px;
    overflow: hidden
}

    .coway-region-hero-image img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 330px;
        object-fit: cover;
        object-position: 100% center
    }

.coway-service-area {
    margin-top: 24px;
    padding: 26px 30px;
    border: 1px solid #d9e8f3;
    border-radius: 16px;
    background: #fff
}

.coway-service-title {
    margin: 0 0 17px;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
    color: #1b2b3b
}

.coway-service-row {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 15px;
    align-items: start;
    padding: 14px 0;
    border-top: 1px solid #eaf0f4
}

    .coway-service-row:first-of-type {
        border-top: 0
    }

.coway-state {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 31px;
    border-radius: 16px;
    background: #0876bd;
    color: #fff;
    font-size: 14px;
    font-weight: 800
}

.coway-cities {
    font-size: 16px;
    line-height: 1.8;
    color: #3f4b57
}

.coway-city {
    white-space: nowrap
}

.coway-service-note {
    margin: 12px 0 0;
    font-size: 14px;
    color: #687582
}

.coway-region-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 24px
}

.coway-main-btn, .coway-phone-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    transition: .2s ease;
    text-align: center
}

.coway-main-btn {
    border: 1px solid #0876bd;
    background: #fff;
    color: #0876bd
}

.coway-phone-btn {
    border: 1px solid #0876bd;
    background: #0876bd;
    color: #fff
}

.coway-main-btn:hover {
    background: #eef8ff;
    color: #065f98
}

.coway-phone-btn:hover {
    background: #065f98;
    color: #fff
}

@media(max-width:767px) {
    .coway-region-wrap {
        padding: 0 14px;
        margin-bottom: 30px
    }

    .coway-region-hero {
        grid-template-columns: 1fr
    }

    .coway-region-hero-text {
        padding: 30px 24px 26px
    }

    .coway-region-heading {
        font-size: 27px
    }

    .coway-region-intro {
        font-size: 15.5px;
        line-height: 1.7
    }

    .coway-region-hero-image, .coway-region-hero-image img {
        min-height: 210px
    }

        .coway-region-hero-image img {
            object-position: 50% center
        }

    .coway-service-area {
        padding: 21px 20px
    }

    .coway-service-title {
        font-size: 20px
    }

    .coway-service-row {
        grid-template-columns: 43px 1fr;
        gap: 11px
    }

    .coway-cities {
        font-size: 14.5px;
        line-height: 1.9
    }

    .coway-region-buttons {
        flex-direction: column
    }

    .coway-main-btn, .coway-phone-btn {
        width: 100%
    }
}
