/* AI마케팅뉴스 커스텀 css (메인11) */

.mid-right-box .row-col-sm .title-img-box h2{
    display:none;
}

.mid-right-box .row-col-sm .title-img-box {
    background-color: transparent;
}

.control-midbox .d-flex:nth-of-type(1) .mid-right-box:nth-of-type(1) .row-col-sm .title-img-box {
    background-image: url(/images/main/banner/aimarketingnews/01_mainblockaimarketingnews.jpg);
}

.control-midbox .d-flex:nth-of-type(1) .mid-right-box:nth-of-type(2) .row-col-sm .title-img-box {
    background-image: url(/images/main/banner/aimarketingnews/02_mainblockaimarketingnews.jpg);
}

.control-midbox .d-flex:nth-of-type(2) .mid-right-box:nth-of-type(1) .row-col-sm .title-img-box {
    background-image: url(/images/main/banner/aimarketingnews/03_mainblockaimarketingnews.jpg);
}

.control-midbox .d-flex:nth-of-type(2) .mid-right-box:nth-of-type(2) .row-col-sm .title-img-box {
    background-image: url(/images/main/banner/aimarketingnews/04_mainblockaimarketingnews.jpg);
}

.blackbox{
    border:1px solid #dedede;
}

    .blackbox .photo-move-list li{
        background-color:#fff;
    }

    .blackbox .photo-move-list li section .cate-section {
        color: #a98177;
    }

    .blackbox .photo-move-list li div {
        padding: 30px 70px;
    }

    .blackbox .photo-move-list li ~ li{
        border:none;
    }

    .blackbox .photo-move-list li section .tit-section{
        color:#333;
    }

    .blackbox .photo-move-list li section .desc-txt{
        color:#333;
    }

.graybox--wrap .graybox-button-prev{
    left:10px;
}

.graybox--wrap .graybox-button-next{
    right:10px;
}

.graybox--wrap .gray-box {
    padding: 0 50px 0px;
    border-top: 2px solid #333;
    background-color:#fff;
}

.newst-wrap ul li {
    border: 1px solid #dedede;
    border-radius: 25px;
    background-color: #fff;
}

.graybox--wrap .tit-warp{
    border:0;
}


@media (max-width: 768px) {
    .blackbox .photo-move-list li div {
        padding: 30px 48px;
    }
}