
.person{
    font-size:15px;
    color:#555;
    margin:10px;
    overflow:hidden;
    text-align:justify;
    line-height:1.6em;
}
.p_con{overflow:hidden; margin-bottom:25px;}
.p_con img{width:100%; margin-bottom:10px;}
.person table{
    width:100%;
    border-bottom:1px solid #ccc;
    border-collapse:collapse;
    margin:15px 0 20px 0;
    border-spacing:2px;
}
.person th{
    padding: 10px 5px;
    border: 1px solid #ccc;
    background-color: #f5f7f9;
    color: #000;
    font-weight: bold;
    font-family: 'Nanum Gothic', serif;
    font-size:14px;
    text-align:center;
}
.person td{
    padding: 6px 15px;
    border: 1px solid #ccc;
    color: #4c4c4c;
    font-family: 'Nanum Gothic', serif;
    font-size:14px;
}
.person h3{background: url(/app/dubu_sourcecode/docs/imgs/1519611885_title_box2.jpg) no-repeat; padding-left:28px; font-size:22px; margin-bottom:20px;}


.person li{background: url(/app/dubu_sourcecode/docs/imgs/1519613048_bullet_1.png) no-repeat 0 6px; padding-left:20px; margin-bottom:5px; }
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}
