﻿@charset "utf-8";
/* CSS Document */
/*2020.08.17*/


.person-img {
    margin-right: 15px;
}

    .person-img img {
        padding: 0 !important;
        margin: 0 !important;
    }

.person-top img {
    width: 100% !important;
    height: 100% !important;
}

.person-tt {
    width: 73%;
    margin-left: 2%;
}

    .person-tt p {
    margin: 10px 0;
    line-height: 28px;
    }

        .person-tt p.p1 {
            color: #004e8f;
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 20px;
        }

.person-dcon {
    margin: 20px 0;
}


    .person-dcon h4 {
        font-size: 20px;
        color: #004e8f;
        font-weight: normal;
        border-bottom: 2px dashed #004e8f;
        line-height: 45px;
        height: 45px;
font-weight: bold;
    }

    .person-dcon hr {
        margin: 10px 0;
        border-top: 1px solid #666;
    }

    .person-dcon p {
        line-height: 30px;
    }

.w-ul-decimal > li {
    list-style: decimal !important;
}

.w-ul-disc > li {
    list-style: disc !important;
}

.w-ul-none > li {
    list-style: none !important;
}


@media (max-width:767px) {


    .person-tt {
        margin-top: 15px;
    }

        .person-tt p {
            margin: 0px;
        }

            .person-tt p.p1 {
                margin-bottom: 15px;
            }

    .person-dcon p {
        line-height: 27px;
    }

    .person-dcon h4 {
        font-size: 16px;
        line-height: 35px;
    }



    .person-tt {
        margin-top: 20px;
        width: 100%;
    }
}
