@charset "utf-8";


/* =========================================================
   김포바른방문요양센터
   센터소개
========================================================= */

.barun-center,
.barun-center * {
    box-sizing: border-box;
}

.barun-center {
    width: 100%;
    margin: 0;
    padding: 0 20px 80px;
    overflow: hidden;
    color: #000;
    background: #fff;
    word-break: keep-all;
}

.barun-center img {
    max-width: 100%;
    border: 0;
}


/* =========================================================
   페이지 제목
========================================================= */

.barun-center__heading {
    width: 100%;
    padding: 30px 20px 50px;
    text-align: center;
}

.barun-center__heading h1 {
    margin: 0;
    color: #000;
    font-size: 38px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -0.8px;
}

.barun-center__heading p {
    margin: 0;
    color: #ccc;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.4px;
}


/* =========================================================
   공통 영역
========================================================= */

.barun-center__section {
    width: 100%;
    margin: 0;
    padding: 0 0 50px;
}

.barun-center__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.barun-center__line {
    display: block;
    width: 60px;
    height: 5px;
    margin: 0 0 20px;
    background: #647f86;
}

.barun-center__title {
    margin: 0;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.7px;
}

.barun-center__title span {
    color: #0c9cb4;
}

.barun-center__section:first-of-type .barun-center__title {
    line-height: 40px;
}

.barun-center__text {
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
   letter-spacing: -0.2px;
}

.barun-center__text p {
    margin: 0 0 22px;
}

.barun-center__text p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   중간 이미지
========================================================= */

.barun-center__institution-image {
    width: 100%;
    margin: 0;
    padding: 0 0 50px;
}

.barun-center__institution-pc {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.barun-center__institution-mobile {
    display: none;
}


/* =========================================================
   지역사회복지 연계 카드
========================================================= */

.barun-center__section--community {
    padding-bottom: 50px;
}

.barun-center__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
    margin-top: 20px;
}

.barun-center__benefit {
    width: 100%;
    margin: 0;
    text-align: center;
}

.barun-center__benefit-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 190px;
    background: #f5f5f5;
}

.barun-center__benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    color: #fff;
    border-radius: 50%;
}

.barun-center__benefit-icon i {
    color: #fff;
    font-size: 45px;
    line-height: 1;
}

.barun-center__benefit-icon--car {
    background: #d8a361;
}

.barun-center__benefit-icon--nursing {
    background: #647f86;
}

.barun-center__benefit-icon--volunteer {
    background: #9f958b;
}

.barun-center__benefit-icon--food {
    background: #a75b58;
}

.barun-center__benefit h3 {
    margin: 0;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -0.8px;
}


/* =========================================================
   센터장 이력
========================================================= */

.barun-center__career p {
    margin-bottom: 28px;
}

.barun-center__career strong {
    font-weight: 700;
}


/* =========================================================
   권역
========================================================= */

.barun-center__map {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.barun-center__map img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}

.barun-center__map-caption {
    margin: 30px 0 0;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.3px;
    text-align: center;
}

.barun-center__area-pc {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.barun-center__area-pc img {
    display: inline-block;
    width: 1092px;
    max-width: 100%;
    height: auto;
}

.barun-center__area-mobile {
    display: none;
}


/* =========================================================
   센터 안내
========================================================= */

.barun-center__branch-description {
    width: 100%;
    margin-top: 50px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.3px;
    text-align: center;
}

.barun-center__branch-description > p {
    margin: 0;
}

.barun-center__branch-description strong {
    font-weight: 700;
}

.barun-center__branches {
    display: grid;
    grid-template-columns: repeat(2, 336px);
    justify-content: center;
    gap: 128px;
    width: 100%;
    margin-top: 55px;
}

.barun-center__branch {
    width: 336px;
    text-align: right;
}

.barun-center__branch img {
    display: block;
    width: 336px;
    height: auto;
}

.barun-center__branch p {
    margin: 10px 0 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}


/* =========================================================
   태블릿
========================================================= */

@media screen and (max-width: 1200px) {

    .barun-center {
        padding-right: 30px;
        padding-left: 30px;
    }

    .barun-center__title {
        font-size: 29px;
    }

    .barun-center__text {
        font-size: 18px;
        line-height: 29px;
    }

    .barun-center__benefit h3 {
        font-size: 21px;
    }

    .barun-center__branches {
        gap: 60px;
    }
}


/* =========================================================
   모바일
========================================================= */

@media screen and (max-width: 767px) {

    .barun-center {
        padding: 0 0 40px;
        word-break: normal;
    }


    /* 페이지 제목 */

    .barun-center__heading {
        padding: 15px 2.5% 20px;
    }

    .barun-center__heading h1 {
        font-size: 24px;
        line-height: 50px;
        letter-spacing: -0.8px;
    }

    .barun-center__heading p {
        color: #b0adad;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.25px;
    }


    /* 공통 본문 */

    .barun-center__section {
        padding: 0 2.5% 25px;
    }

    .barun-center__inner {
        max-width: none;
    }

    .barun-center__line {
        width: 40px;
        height: 3px;
        margin-bottom: 10px;
    }

    .barun-center__title,
    .barun-center__section:first-of-type .barun-center__title {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.55px;
    }

    .barun-center__section:first-of-type .barun-center__title span {
        display: inline-block;
    }

    .barun-center__text {
        margin-top: 15px;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.2px;
    }

    .barun-center__text p {
        margin-bottom: 20px;
    }

    .barun-pc-only {
        display: none;
    }


    /* 중간 이미지 */

    .barun-center__institution-image {
        padding-bottom: 25px;
    }

    .barun-center__institution-image .barun-center__inner {
        display: none;
    }

    .barun-center__institution-pc {
        display: none;
    }

    .barun-center__institution-mobile {
        display: block;
        width: 100%;
    }

    .barun-center__institution-mobile img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
    }


    /* 지역사회복지 */

    .barun-center__section--community {
        padding-bottom: 50px;
    }

    .barun-center__benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 4%;
        margin-top: 20px;
    }

    .barun-center__benefit-box {
        height: 120px;
    }

    .barun-center__benefit-icon {
        width: 70px;
        height: 70px;
    }

    .barun-center__benefit-icon i {
        font-size: 30px;
    }

    .barun-center__benefit h3 {
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
    }


    /* 이력 */

    .barun-center__career p {
        margin-bottom: 22px;
    }


    /* 권역 */

    .barun-center__map {
        margin-top: 15px;
    }

    .barun-center__map img {
        width: 70%;
    }

    .barun-center__map-caption {
        margin-top: 30px;
        font-size: 15px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: -0.2px;
        text-align: left;
    }

    .barun-center__area-pc {
        display: none;
    }

    .barun-center__area-mobile {
        display: block;
        width: 100%;
        margin-top: 35px;
        text-align: center;
    }

    .barun-center__area-mobile img {
        display: block;
        width: 90%;
        height: auto;
        margin: 0 auto;
    }


    /* 센터 안내 */

    .barun-center__branch-description {
        width: 95%;
        margin: 30px auto 0;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -0.1px;
    }

    .barun-center__branch-description > p {
        max-width: 370px;
        margin: 0 auto;
    }

    .barun-center__branches {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .barun-center__branch {
        width: 100%;
        margin-bottom: 28px;
        text-align: center;
    }

    .barun-center__branch:last-child {
        margin-bottom: 0;
    }

    .barun-center__branch img {
        width: 60%;
        max-width: 336px;
        height: auto;
        margin: 0 auto;
    }

    .barun-center__branch p {
        margin-top: 5px;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
    }

}


/* =========================================================
   작은 모바일
========================================================= */

@media screen and (max-width: 400px) {

    .barun-center__heading p {
        font-size: 15px;
    }

    .barun-center__title,
    .barun-center__section:first-of-type .barun-center__title {
        font-size: 18px;
    }

    .barun-center__text {
        font-size: 14px;
        line-height: 21px;
    }

    .barun-center__benefit h3 {
        font-size: 15px;
    }
}

/* =====================================================
   센터소개 줄 간격만 정리
   기존 글자 크기는 변경하지 않음
===================================================== */

/* 페이지 상단 제목 */
.barun-center__heading h1 {
    line-height: 1.25;
}

.barun-center__heading p {
    line-height: 1.5;
}


/* 본문 섹션 제목 */
.barun-center__title {
    line-height: 1.35;
}


/* 본문 영역 */
.barun-center__text {
    margin-top: 26px;
}


/* 본문 글자 크기는 기존값 유지 */
.barun-center__text p {
    margin: 0 0 10px;
    line-height: 1.65;
}


/* 마지막 문단 */
.barun-center__text p:last-child {
    margin-bottom: 0;
}
