.blog_list_wrapper{
    max-width: 1366px;
    margin: 0 auto;
    width: 95vw;
    padding-top: 60px;
    padding-bottom: 40px;
}
.blog_list_area {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.blog_list_category {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 10px;
}
.blog_list {
    min-width: 150px;
    height: 60px;
    background-color: #222222;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog_list a{
    text-decoration: none;
    color: #ececec;
}
/*-----------*/
/*

*/
/*-----------*/

.blog_listarea_flex_content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}

.blog_listarea_flex {
    width: calc(50% - 10px);
    box-sizing: border-box;
}

.blog_listarea_flex img {
    width: 100%;
    height: 288px;
    object-fit: cover;
}

.blog_listarea_flex_p01 {
    font-size: 18px;
    font-weight: 700;
}

.blog_listarea_flex_p03 {
    font-size: 14px;
}
p.blog_listarea_flex_p01{
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
}
h2.blog_listarea_flex_p02{
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}
p.blog_listarea_flex_p03{
    font-size: 14px;
    margin-bottom: 15px;
}

@media(max-width:768px){
    .blog_list_wrapper{
        padding-top: 20px;
    }
    .blog_list_category {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 10px;
    }
    .blog_list {
        min-width: 150px;
        height: 40px;
        border-radius: 8px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*-----------*/
    /*

    */
    /*-----------*/
    .blog_listarea_flex_content {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 60px;
    }
    .blog_listarea_flex {
        width: 100%;
    }
    .blog_listarea_flex img {
        width: 100%;
        height: 150px;
    }
    .blog_listarea_flex_p01 {
        font-size: 16px;
        font-weight: 700;
    }
    .blog_listarea_flex_p03 {
        font-size: 14px;
    }
    p.blog_listarea_flex_p01{
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 10px;
        font-weight: 500;
    }
    h2.blog_listarea_flex_p02{
        font-size: 16px;
    }
    p.blog_listarea_flex_p03{
        font-size: 12px;
        margin-bottom: 10px;
    }
}