/* 사업분야 */
.ideology-1-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ideology-1-flex .order-1 {
}
.ideology-1-flex .order-2 {
}
.ideology-1-flex .order-1 .order-1-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.ideology-1-flex .order-1 .order-1-1 h3 {
    font-weight: 700;
    color: #1c5197;
    line-height: 1.1;
    text-align: center;
}
.ideology-1-flex .order-1 .order-1-1 h3 small {
    display: block;
    width: 100%;
    font-size: 45%;
}
.ideology-1-flex .order-1 .order-1-1 h4 {
    font-weight: 700;
    line-height: 1.2;
}
.ideology-1-flex .order-1 .order-1-1 h4 span:nth-child(1) {
    color: #26c2ba;
}
.ideology-1-flex .order-1 .order-1-1 h4 span:nth-child(2) {
    color: #2d58b6;
}
.ideology-1-flex .order-1 .order-1-1 h4 span:nth-child(3) {
    color: #aa2fcf;
}
.ideology-1-flex .order-1 .order-1-1 h6 {
    font-weight: 400;
    line-height: 1.4;
    color: #525252;
    text-align: center;
}
.ideology-1-flex .order-2 .order-2-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.ideology-1-flex .order-2 .order-2-1 h3 {
    font-weight: 700;
    color: #1c5197;
    line-height: 1.1;
    text-align: center;
}
.ideology-1-flex .order-2 .order-2-1 h3 small {
    display: block;
    width: 100%;
    font-size: 45%;
}
.ideology-1-flex .order-2 .order-2-1 .img-box-1 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    height: auto;
}
@media only screen and (min-width: 1200px) {
    .ideology-1-flex .order-1 {
        order: 1;
        width: 100%;
    }
    .ideology-1-flex .order-2 {
        order: 2;
        width: 100%;
    }
}
@media only screen and (max-width: 1199px) {
    .ideology-1-flex .order-1 {
        order: 1;
        width: 100%;
    }
    .ideology-1-flex .order-2 {
        order: 2;
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}