﻿.top-banner {
    width: 100%;
}

.area01 {
    background-image: url("/img/doctorView1/normal-bg.jpg");
    background-repeat: no-repeat;
}

    .area01 .box-01 {
        padding-top: 86px;
        padding-left: 52px;
    }

    .area01 .link1 {
        font-size: 14px;
        color: #657d9b;
    }

    .area01 h2 {
        padding-left: 52px;
        padding-bottom: 57px;
        margin-top: 35px;
        border-bottom: 1px solid #456376;
        position: relative;
        margin-bottom: 38px;
    }

        .area01 h2 .underline {
            width: 415px;
            height: 11px;
            background-color: #466276;
            position: absolute;
            bottom: -6px;
            left: 24px;
        }

.dec {
    background-image: url("/img/doctorView1/box02-bg.png?2024");
    background-position: right 0 top 0;
    background-repeat: no-repeat;
}

.box02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 66px;
    padding-right: 66px;
}

.article {
    width: 255px;
    margin-bottom: 36px;
}

    .article a {
        display: block;
    }

    .article img {
        width: 100%;
    }

    .article h3 {
        font-size: 15px;
        color: #4b6274;
        margin-bottom: 25px;
    }

    .article p {
        font-size: 15px;
        color: #697d97;
        line-height: 23px;
        font-weight: 700;
        text-align: justify;
    }




.box03 {
    position: relative;
}

    .box03 img {
        width: 100%;
    }


.box04 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 82px;
    padding-right: 82px;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 73px;
}

    .box04 a {
        width: 32.5%;
        margin-bottom: 1%;
    }

    .box04 img {
        width: 100%;
    }

@media (max-width: 992px) {
    .area01 h2 {
        padding-left: 22px;
        padding-bottom: 22px;
        margin-top: 20px;
        margin-bottom: 25px;
    }

        .area01 h2 img {
            width: 133.5px;
        }

        .area01 h2 .underline {
            width: 153px;
            left: 14px;
        }

    .box02 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .article {
        width: 100%;
    }

        .article h3 {
            margin-top: 13px;
            margin-bottom: 16px;
        }

    .box04 {
        padding: 0;
        margin-bottom: -2px;
    }

        .box04 a {
            width: 50%;
            margin-top: -1px;
            margin-bottom: 0;
        }

        .box04 img {
            width: 100%;
            height: auto;
        }
}
