@charset "utf-8";

/* =========================================================
   김포바른방문요양센터
   방문요양 서비스
========================================================= */

.barun-insu02,
.barun-insu02 * {
    box-sizing: border-box;
}

.barun-insu02 {
    width: 100%;
    margin: 0;
    padding: 0 20px 50px;
    overflow: hidden;
    color: #000;
    background: #fff;
    word-break: keep-all;
}

.barun-insu02 img {
    max-width: 100%;
    border: 0;
}

/* =========================================================
   페이지 제목
========================================================= */

.barun-insu02__heading {
    width: 100%;
    padding: 30px 20px 50px;
    text-align: center;
}

.barun-insu02__heading h1 {
    margin: 0;
    color: #000;
    font-size: 38px;
    font-weight: 700;
    line-height: 100px;
    letter-spacing: -0.8px;
}

.barun-insu02__heading p {
    margin: 0;
    color: #ccc;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.4px;
}

/* =========================================================
   공통 본문
========================================================= */

.barun-insu02__inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.barun-insu02__hero {
    width: 100%;
}

.barun-insu02__hero img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.barun-insu02__hero--mobile {
    display: none;
}

.barun-insu02__section {
    width: 100%;
    margin: 0;
    padding: 100px 0 0;
}

.barun-insu02__section--process {
    padding-top: 50px;
}

.barun-insu02__line {
    display: block;
    width: 60px;
    height: 5px;
    margin: 0 0 20px;
    background: #647f86;
}

.barun-insu02__title {
    margin: 0;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.7px;
}

.barun-insu02__section--process .barun-insu02__title {
    line-height: 40px;
}

.barun-insu02__text {
    margin-top: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -0.2px;
}

.barun-insu02__text p {
    margin: 0;
}

/* =========================================================
   진행 순서
========================================================= */

.barun-insu02__process-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    counter-reset: barun-insu02-process;
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: -0.2px;
}

.barun-insu02__process-list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 22px;
    counter-increment: barun-insu02-process;
}

.barun-insu02__process-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(barun-insu02-process) ".";
}

/* =========================================================
   서비스 표
========================================================= */

.barun-insu02__table-wrap {
    width: 100%;
    margin-top: 50px;
}

.barun-insu02__table {
    width: 100%;
    margin: 0;
    border: 1px solid #c4c4c4;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.barun-insu02__table th,
.barun-insu02__table td {
    height: 70px;
    padding: 12px 15px;
    border: 0;
    border-bottom: 1px solid #c4c4c4;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
    text-align: left;
}

.barun-insu02__table th {
    width: 222px;
    color: #fff;
    background: #a0968d;
}

.barun-insu02__table td {
    color: #000;
    background: #fff;
}

.barun-insu02__table tr:last-child th,
.barun-insu02__table tr:last-child td {
    border-bottom: 0;
}

/* =========================================================
   태블릿
========================================================= */

@media screen and (max-width: 1200px) {

    .barun-insu02 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .barun-insu02__title {
        font-size: 29px;
    }

    .barun-insu02__text,
    .barun-insu02__process-list {
        font-size: 18px;
    }

    .barun-insu02__table th {
        width: 190px;
    }

}

/* =========================================================
   모바일
========================================================= */

@media screen and (max-width: 767px) {

    .barun-insu02 {
        padding: 0 0 40px;
        word-break: normal;
    }

    /* 페이지 제목 */

    .barun-insu02__heading {
        padding: 15px 2.5% 20px;
    }

    .barun-insu02__heading h1 {
        font-size: 24px;
        line-height: 50px;
        letter-spacing: -0.8px;
    }

    .barun-insu02__heading p {
        color: #b0adad;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.25px;
    }

    /* 공통 본문 */

    .barun-insu02__inner {
        width: 95%;
        max-width: none;
    }

    .barun-insu02__hero--pc {
        display: none;
    }

    .barun-insu02__hero--mobile {
        display: block;
        margin-top: 25px;
    }

    .barun-insu02__section,
    .barun-insu02__section--process {
        padding-top: 25px;
    }

    .barun-insu02__section--process {
        padding-top: 0;
    }

    .barun-insu02__line {
        width: 40px;
        height: 3px;
        margin-bottom: 10px;
    }

    .barun-insu02__title,
    .barun-insu02__section--process .barun-insu02__title {
        font-size: 19px;
        line-height: 28px;
        letter-spacing: -0.55px;
    }

    .barun-insu02__text {
        margin-top: 15px;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.2px;
    }

    .barun-insu02__pc-only {
        display: none;
    }

    /* 진행 순서 */

    .barun-insu02__process-list {
        margin-top: 15px;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: -0.2px;
    }

    .barun-insu02__process-list li {
        margin-bottom: 0;
        padding-left: 5%;
    }

    .barun-insu02__process-list li:last-child {
        margin-bottom: 0;
    }

    /* 서비스 표 */

    .barun-insu02__table-wrap {
        margin-top: 25px;
    }

    .barun-insu02__table th,
    .barun-insu02__table td {
        height: 40px;
        padding: 9px 5px;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        word-break: keep-all;
    }

    .barun-insu02__table th {
        width: 24%;
    }

    .barun-insu02__table td {
        width: 76%;
    }

}

/* =========================================================
   작은 모바일
========================================================= */

@media screen and (max-width: 400px) {

    .barun-insu02__heading h1 {
        font-size: 23px;
    }

    .barun-insu02__heading p {
        font-size: 15px;
    }

    .barun-insu02__title,
    .barun-insu02__section--process .barun-insu02__title {
        font-size: 18px;
    }

    .barun-insu02__text,
    .barun-insu02__process-list {
        font-size: 14px;
        line-height: 21px;
    }

    .barun-insu02__table th,
    .barun-insu02__table td {
        font-size: 13px;
        line-height: 19px;
    }

}