/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

/* ---------- 매인상단베너 ---------- */
.main_banner_top {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.main_banner_top .item {
    width: 49.2%;
}

/*.bankinfo {width: 100%;}
.bankinfo_mobile {display: none;}*/


.bankinfo {
    display: none;
    margin-bottom: 40px;
}

@media only screen and (min-width:992px) {
    .bankinfo {
        display: block;
        text-align: center;
    }

    .bankinfo_mobile {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .bankinfo {
        display: none;
    }

    .bankinfo_mobile {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
}


@media (max-width:992px) {
    .main_banner_top {
        flex-direction: column;
        margin-bottom: 0px;
    }

    .main_banner_top .item {
        width: 100%;
    }

    .main_banner_top .item :nth-child(1) {
        margin-bottom: 20px;
    }

    /*    .bankinfo {display: none;}*/