#blgpstlst{ width: 100%; }
#blgpstlst .gblpsts{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 52px 18px;
    margin: 50px 0;
}
#blgpstlst .ftpsts{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
#blgpstlst .ftpstsl .ftpstslm{
    width: 100%;
    height: 100%;
    background: #000;
    font-size: 0;
    position: relative;
}
#blgpstlst .ftpstsl .ftpstslm:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.60);
    z-index: 2;
}
#blgpstlst .ftpstsl .ftpstslm .finfo{
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 3;
    font-size: 14px;
}
#blgpstlst .ftpstsl .ftpstslm .finfo h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.16em;
    text-shadow: 0 0 1px #000;
}
#blgpstlst .ftpstsl .ftpstslm .finfo .rdmr{
    color:#fff;
    font-weight: 500;
    font-size: 13px;
}
#blgpstlst .ftpstsr .ftpstsrm{
    display: grid;
    grid-template-columns: 4fr 6fr;
    gap: 18px;
}
#blgpstlst .ftpstsr .ftpstsrm:first-child{ margin-bottom: 32px; }
#blgpstlst .cvr img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}
#blgpstlst .inf h3{
    font-size: 16px;
    line-height: 1.16em;
    font-weight: 400;
    margin: 0 0 18px 0;
}
#blgpstlst .inf p{
    font-size: 14px;
    line-height: 1.36em;
    margin: 0 0 18px 0;
    padding: 0;
}
#blgpstlst .inf a.rdmr{
    font-size: 13px;
    font-weight: 500;
}
#blgpstlst .gblpsts .gblpst{
    display: flex;
    flex-direction: column;
}
#blgpstlst .gblpsts .gblpst .inf{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 12px 0 0 0;
}

#blgpst{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
#blgpst .cvr{
    width: 100%;
    padding-bottom: 43.65%;
    position: relative;
    margin: 30px 0;
    display: flex;
    align-items: flex-end;
}
#blgpst .cvr:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.60);
    z-index: 2;
}
#blgpst .cvr img{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    top: 0;
    left: 0;
}
#blgpst .cvr .inf{
    z-index: 3;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding:0 30px 30px 30px;
    box-sizing: border-box;
}
#blgpst .cvr .inf h1{
    margin: 0;
    padding: 0;
    font-size: 38px;
    line-height: 1em;
}
#blgpst .cnt{
    line-height: 1.36em;
}
#blgpst .cnt figure{
    padding: 0;
    margin: 20px 0;
}
#blgpst .cnt p{
    padding: 20px 0;
    margin: 0;
}
#blgpst .cnt li{ padding: 6px 0; }