.directions {
    padding: 0px;
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0px;
    border-top: 1px solid rgb(21,47,120);
    color: rgb(68,68,68);
    font-family: 'Open Sans', 'Noto Sans KR', '¸¼Àº °íµñ', 'µ¸¿ò', 'Apple SD Gothic Neo', sans-serif;
    font-size: 15px;
    letter-spacing: -0.3px;
}
.directions th {
    margin: 0px;
    padding: 0px;
    color: rgb(21,47,120);
    font-size: 16px;
    font-weight: 500;
    border-right: 1px solid rgb(221,221,221);
    border-bottom: 1px solid rgb(221,221,221);
    width: 30%;
}
.directions td {
    margin:0px;padding:30px;font-size:16px;border-bottom:1px solid rgb(221,221,221);line-height:30px;
}
.conbody {
    margin: 0px;
    padding: 0px 0px 10px;
    color: rgb(125,125,125);
    font-family: 'Nanum Gothic';
    font-size: 13px;
    white-space: normal;
}
.conbody table {
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 30px;
}

.organigramme img {
    margin-top:40px;
    max-width: 951px;
    text-align:center;
}
.organigramme {
    text-align: center;
    background: url(http://127.0.0.1/theme/daontheme_business03/html/image/organigramme.png) no-repeat top center;
}