.missionmain-wrap {
    padding: 70px 0;

}

.missionmain-wrap .bnn-wrap {
    float: left;
    width: calc(50% - 54px);
    margin-right: 100px;
    position: relative;
    overflow: hidden;
    height: 150px;
    margin-bottom: 50px;
    box-shadow: 3px 3px 6px rgba(0,0,0,.5);
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.missionmain-wrap .bnn-wrap:nth-child(even) {
    margin-right: 0;
}
.missionmain-wrap .bnn-wrap .bnn-text {
    posigion: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.missionmain-wrap .bnn-wrap .text {
    position: absolute;
    left: 40px;
    top: calc(50% - 20px);
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.missionmain-wrap .bnn-wrap .bnn-img {
    position: absolute;
    right: -50px;
    top: 0;
    height: 100%;
    opacity: .7;
    filter: alpha(opacity=70);
}
.missionmain-wrap .bnn-wrap .bnn-img img {
    height: 100%;
    width: auto;
}


.kpm-topedit {
    text-align: right;
    padding: 10px 0;
}
.kpm-topedit a {
    display: inline-block;
    padding: 4px 20px;
    border: 1px #ccc solid;
    border-radius: 3px;
    color: #444;
}

@media (max-width: 1599px) {
    .missionmain-wrap .bnn-wrap {
        width: calc(50% - 29px);
        margin-right: 50px;
    }
}

@media (max-width: 1024px) {
    .body-container {
        margin-left: 0;
        mnargin-right: 0;
    }
    .missionmain-wrap .bnn-wrap {
        width: auto;
        margin-right: 0;
        float: none;
    }
    .missionmain-wrap .bnn-wrap .bnn-text {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .missionmain-wrap {
        padding: 30px 0;
        margin-right: 10px;
        margin-left: 10px;
    }
    .missionmain-wrap .bnn-wrap {
        height: 90px;
        margin-bottom: 20px;
    }
    .missionmain-wrap .bnn-wrap .text {
        left: 20px;
        font-size: 18px;
        font-weight: normal;
        margin-right: 70px;
        letter-spacing: -1px;
    }
}