@charset "utf-8";

/* 게시판 깨지는 오류 수정 */
#wrap {background: #fff;}
.programCon {background: #fff; padding-bottom: 100px;}


/* 수행 전략 */
.con_flex_box02 .img_flex_box {
    /* justify-content: space-between; */
    flex-direction: column;
    row-gap: 30px;
}

.organ_img-custom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media all and (max-width:1200px){
    .organ_img-custom {gap: 50px;justify-content: center;}
}

#header .header-nav-main nav > ul > li > a {
    font-size: 14px !important;
}

#header .header-nav-main nav > ul > li {
    height: 100%;
    align-self: stretch;
    margin-left: -4px;
}

/* 사업 소개 */
.con_flex_box01 .alt_box .box .alt {border-right: 1px solid #dcdcdc;}