/* list  */
.list_flex .n_flex {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
}

.list_flex .n_flex .n_box {
    margin-bottom: 30px;
}

.list_flex .n_flex .n_box .image img {
    width: 100%;
    height: auto;
}
.list_flex .n_flex .n_box .image span {
     color: #8b8b8b;
     font-size:13px;
     font-weight:400;
}
.list_flex .n_flex .n_box .caption {
    text-align: center;
}

.list_flex .n_flex .n_box .caption a h3 {
    font-size: 16px;
    font-weight:600;
    margin-bottom: 5px;
}



    

    /* list end */
    .view_flex {
        display: flex;
    }

    .view_flex .right .wrap {
        margin-left: 100px;
    }

    .left img {
        width: 280px;
        border-radius: 1.6em;
            box-shadow: 0 3px 5px rgba(168, 168, 168, 0.2);
    }

    .view_flex .right .wrap h1 {
        font-size: 20px;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        color: #000;
        font-weight: 900;
        background: #e9eff9;
        border-radius: 32px;
        display: inline-block;
        padding: 16px 32px;
        position: relative;

    }

    .view_flex .right .wrap section {
        border-bottom: 1px #f3f3f3 solid;
        padding-bottom: 30px;
        margin-bottom: 30px;
        width: 100%;

        clear: both;
        position: relative;

    }

    .view_flex .right .wrap section h2 {
        font-size: 20px;
        font-weight: 900;
        color: #000;
        display: inline-block;
        position: relative;
        margin-top: 30px;

    }

    .view_flex .right .wrap section h2::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background: #999999;
        content: '';
        margin-top: 23px;


    }

    .view_flex .right .wrap section p {
        /* line-height: 20px; */
        margin-top: 16px;

    }

    .write_div h1 {
        font-size: 15px;
        font-weight: 900;
        font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
        color: #3d3d3d;
        border: 1px #ddd solid;
        border-radius: 3em;
        display: inline-block;
        padding: 9px 20px;
    }

    #bo_v_info {
        margin-bottom: 30px;
    }
    #bo_cate li:first-child {
        display:none;
    } 
    #bo_cate .cate_int_8 li {
        width: 14.2857142857% !important;
    }
    @media(max-width:991px) {
        #bo_cate li a {
            border: none;
            color: #000;
            background: #efefef;
            font-weight: 600;
            border-top: 0;
            border-bottom: 0;
            border-left: 1px #cfcfcf solid;
            border-bottom: 1px #cfcfcf solid;
            border-radius: 0;
            line-height: 22px !important;
            padding-top: 7px !important;
            padding-bottom: 7px !important;
            font-size: 11px !important;
            text-align: center;
        }
        .list_flex .n_flex {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            column-gap: 12px;
        }
    
        #bo_cate .cate_int_8 li {
            width: 50% !important;
            
        }
        /* 리스트 */
        .view_flex {
            display: flex;
            flex-direction: column;
        }
    
        .view_flex .right .wrap {
            margin-left: 0;
        }
    
        .left img {
            width: 100%;
        }
    
        .view_flex .right .wrap h1 {
            font-size: 16px;
            font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
            color: #000;
            font-weight: 900;
            background: #e9eff9;
            border-radius: 32px;
            display: inline-block;
            padding: 16px 24px;
            position: relative;
    
        }
    
        .view_flex .right .wrap section {
            border-bottom: 1px #f3f3f3 solid;
            padding-bottom: 12px;
            margin-bottom: 12px;
            width: 100%;
    
            clear: both;
            position: relative;
    
        }
    
        .view_flex .right .wrap section h2 {
            font-size: 14px;
            font-weight: 900;
            color: #000;
            display: inline-block;
            position: relative;
            margin-top: 10px;
    
        }
    
        .view_flex .right .wrap section h2::before {
            position: absolute;
            width: 100%;
            height: 1px;
            background: #999999;
            content: '';
            margin-top: 16px;
    
    
        }
    
        .view_flex .right .wrap section p {
            /* line-height: 20px; */
            margin-top: 16px;
    
        }
    
        .write_div h1 {
            font-size: 15px;
            font-weight: 900;
            font-family: 'Noto Sans KR', 'Poppins', 'Ubuntu', dotum, sans-serif;
            color: #3d3d3d;
            border: 1px #ddd solid;
            border-radius: 3em;
            display: inline-block;
            padding: 9px 20px;
        }
        .list_flex .n_flex .n_box .caption a h3 {
            font-size: 13px;
        }
    }