.img_02 {
    position: relative;
}

.img_02 .pr_label {
    position: absolute;
    right: 10px;
    bottom: 10px;

    padding: 4px 8px;

    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    border-radius: 3px;
}

.sec_06 ._modal,
.sec_06 ._modal_inline {
    position: relative;
    display: inline-block;
}
 
.sec_06 .pr_label {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
     
    padding: 5px 10px;
    background: #e60012;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}