
.section_topics_list{
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    align-items: stretch;
}

.section_topics_list .list_item_topics{
    width: calc(100% / 3 - 17px);
    border-radius: 10px;
    overflow: hidden;
}

.section_topics_list .list_item_topics .list_item_img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.section_topics_list .list_item_topics .list_item_txt{
    padding: 16px;
}

/*상세*/
.view_top_item_topics{
    overflow: hidden;
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
    width: 100%;
    padding: 10px;
}

.topics_title_img_wrap{
    position: relative;
    width: 200px;
    height: auto;
    flex: 0 0 auto;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}


.topics_title_img_wrap img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.view_top_item_topics .view_item_txt{
    padding: 0 28px;
    width: 730px;
}

.view_top_item_topics .view_item_txt p .gray_txt9{
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 12px;
}

.view_top_item_topics .view_item_txt_content{
    color: #111;
    font-size: 16px;
    letter-spacing: -0.4px;
    margin-top: 8px;
    word-break: break-all;
}

#section_topics_view .list_left_item_article{
    min-height: auto;
    border-bottom: 1px solid #EDEDED;
    padding: 30px 0;
}

#section_topics_view .list_left_item_article:first-child{
    padding-top: 0;
}

#section_topics_view .list_left_item_article:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}



/*반응형*/
@media all and (max-width: 1399px) {
    .section_topics_list .list_item_topics{
        width: calc(100% / 2 - 13px);
    }

    #section_topics_view .list_left_item{
        padding: 28px;
    }

    #section_topics_view .list_item_content{
        width: 400px;
        min-height: auto;
        padding-left: 0;
    }

    #section_topics_view .list_left_item_article{
        width: 100%;
    }

    #section_topics_view .list_item_image {
        width: 160px;
        height: 105px;
        float: left;
        margin-top: 0;
        text-align: center;
    }
}