.new-magazine-section .new-magazine-section-con-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.new-magazine-section .new-magazine-section-contents {
    border: 1px solid #f2f2f2;
    
    margin: 15px 0;
    background-color: #fff;
}

.new-magazine-section-contents .new-magazine-wrap {
    box-shadow: none;
}

.new-magazine-section-contents .new-book-notification-wrap {
    display: block;
}

.new-magazine-section-contents .new-magazine-info-text-Wrap h3 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-new-magazine-navigation .m-magazine-navigation-all span {
    color: #111;
    background-color: #F6F6F6;
}

.m-new-magazine-navigation .m-magazine-navigation-sub a:nth-child(2) {
    background-color: #EF4348;
}

.m-new-magazine-navigation .m-magazine-navigation-sub a:nth-child(2) span {
    color: #fff;
}

@media screen and (max-width: 959px) {
    .new-magazine-section-contents .new-magazine-info-text-Wrap h3 {
        width: 50vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .new-magazine-section .new-magazine-section-con-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: calc(100% + 32px);
        transform: translateX(-16px);
        background-color: #F9F9F9;
        padding: 10px;
    }

    .new-magazine-section .new-magazine-section-contents {
        width: 100%;
        border: 2px solid #EFEFEF;
        padding: 0;
    }

    .new-magazine-section .new-magazine-section-contents:nth-child(6) {
        display: none;
    }

    .new-magazine-section .new-magazine-section-contents:nth-child(7) {
        display: none;
    }

    .new-magazine-section .new-magazine-section-contents:nth-child(8) {
        display: none;
    }

    .new-magazine-section-contents .new-magazine-info-text-Wrap {
        
    }

    .free-collection-wrap > div {
        margin: 30px 0;
    }

    .free-collection-wrap .section-free-smj-con ul li:last-child {
        display: none;
    }

    .free-collection-wrap .section-free-3m-con ul li:last-child {
        display: none;
    }
}

.new-magazine-info-text-Wrap a h3:hover {
    text-decoration: underline;
}

.popular-magazine-book-con-right .inner-contents {
    word-break: keep-all;
    overflow: initial;
}

.popular-magazine-book-con-right .inner-contents p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    font-size: 13px;
    color: #111;
    white-space: normal;
}

.magazine-container .new-magazine-wrap {
    position: relative;
}

.new-mobile-top {
    display: none;
}

.new-b-body {
    display: flex;
}

.new-mobile-day {
    color: #EF4348;
    font-size: 13px;
}

.new-mobile-title {
    font-size: 16px;
    color: #111;
    font-weight: 600;
    padding: 5px 0;
}

.magazine-container .popular-magazine-book-con-right p {
    font-size: 13px;
    margin-bottom: 3px;
}

.magazine-container .new-book-notification-wrap {
    bottom: auto;
    top: 20px;
    right: 20px;
}

@media screen and (max-width: 959px) {
    .popular-magazine-book-img-wraper {
        position: initial;
    }

    .popular-magazine-book-img-wraper > article:nth-child(2) {
        bottom: -5px;
    }

    .new-mobile-top {
        display: block;
    }

    .magazine-container .new-magazine-wrap {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
        padding: 20px;
    }

}

.new-magazine-info-text-Wrap {
    padding-top: 32px;
}

@media screen and (max-width: 959px) {
    .new-magazine-section .new-magazine-wrap .popular-magazine-book-con-right {
        flex: 1;
        display: block;
    }

    .new-b-body {
        width: 100%;
    }

    
    .free-collection-wrap .section-free-smj-con ul li:last-child {
        display: list-item;
    }

    .free-collection-wrap .section-free-3m-con ul li:last-child {
        display: list-item;
    }
}