@charset "UTF-8";
.block_detail {
    margin-top: 5%;
}
.left_title {
    font-weight: bold;
}
.left_title {
    border-left: 3px solid #105BAA;
    padding-left: 5px;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 15px;
}
.pdf_dec {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.pdf_dec a {
    color: #000;
}
.tags {
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 1px 5px;
    margin-left: 10px;
}
.dec_1 {
    color: #999999;
}
.dec_2 {
    font-weight: bold;
}
.list_style {
    margin-bottom: 25px;
    color: #000;
    display: flex;
    flex-wrap: wrap;
}
.content_list {
    margin-bottom: 20px;
}
.contents_detail  {
    line-height: 30px;
    flex: 1;
}
.contents_img {
    width: 45%;
    margin-right: 15px;
}

@media screen and (max-width:991px){
    .pdf_dec {
        border-bottom: 0;
        padding-bottom:0
    }
    .contents_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}