/* ********************* 지도자소개 페이지 ********************* */
.con1{
    margin: 70px 0 100px;
}
/* 조직도 */
.organization_wrap{
    width: 100%;
}
.center_chart_wrap {
    position: relative;
}
.focus {
    
    right: 0;
    position: absolute;
    text-align: center;
    width: 30%;
    height: 70px;
    line-height: 20px;
    color: #fff;
    background-color: #042A6F;
    border-radius: 0.5rem;
}
.focus>p {
    font-size: 14px;
    padding-top: 10px;
}
.ministor_wrap {
    width: 33.333%;
    text-align: center; 
    display:block; 
    margin-bottom:2rem;
}
.ministor_wrap.topmini{
    margin: 0 auto;
}
.ministor_wrap::after{ display:block; clear:both; content:"";}
.bottom_chart::after { display:block; clear:both; content:"";}
.ministor_wrap .ministor{
    position: relative;

    display: block;
    width: 98%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    background-color: #042A6F;
    color: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
    letter-spacing: normal;
}
.ministor_wrap span{
    border: 1px solid #042A6F;
    width: 98%;
    margin: 0 auto;
    border-radius: 0 0 0.5rem 0.5rem;
    color: #000;
    /* border: #042A6F; */
    border-top: 2px solid #fff;
    background-color: #fff;
    min-height: 50px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: -0.01em;
    padding: 6px;
    box-sizing: border-box;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.ministor_wrap span>p {
    word-break: keep-all;
}

/* 조직도 가로 라인 */
.bottom_chart>ul::after {display:block;clear:both;content:"";background-color: #999;width: 66.6%;padding: 0.1px;position: absolute;z-index: -9999;right: 16.6%;top: -20px;}
.topLine::before{
    content: "";
    background-color: #999;
    height: 2rem;
    padding: 0.1px;
    position: absolute;
    z-index: -9999;
    left: 50%;
    top: -20px;
}
.bottomLine::before{
    content: "";
    background-color: #999;
    height: 8rem;
    padding: 0.1px;
    position: absolute;
    z-index: -9999;
    left: 50%;
    top: 100%;
}

/* 조직도 하단 */
.bottom_chart { margin-top:40px; position:relative;}
.bottom_chart>ul {width:100%;display: flex;justify-content: space-around;}













.text1 {
}
.text2 {
    padding-top: 60px;
}
.Leader {
}
.Leader_left {}
.Leader_left>ul>li,
.Leader_right>ul>li {
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 6px 24px 10px rgb(1 58 148 / 6%);
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 16px;

}

.Leader_img {
    width: 120px;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.Leader_img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p_txt{
    width: calc(100% - 140px);
    /* padding: 10px; */
}
.p_txt>p:nth-child(1){
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.p_txt>p:nth-child(n + 2) {
    word-break: keep-all;
    font-size: 15px;
    margin-bottom: 6px;
}














