@charset "utf-8";

/* 2 column parts */

@media print, screen and (min-width:768px){


    .content_clm > div:not(.pb-handle) .content_main{
        width: 74.655%;
    }

    .content_clm > div:not(.pb-handle) .nav_side{
        width: 20.172%;
    }
}

@media screen and (max-width:767px){
    .content_clm > div:not(.pb-handle) .content_main{
        width: 100%;
    }
}
.article_date_wrap {
	display: inherit;
}
.article_date_wrap > div:not(.pb-handle) {
	display: flex;
}

.nav_side,
.nav_side_inner,
.nav_side_block,
.nav_side_cnt {
	overflow: inherit;
}

.c-tab_cnt .info_list {
    border-top: none;
    margin-bottom: 0;   
}