.logo_band {
    display: flex;
    width: 20px;
    height: 20px;
    background: url("../img/icon/logo_band.svg") 50% 50% no-repeat;
    background-size: contain;
}

.modun_history small {
    width: 110px;
    display: inline-block;
}

.modun_history span {
    display: inline-block;
    margin-left: 115px;
    opacity: 0.7;
    letter-spacing: -0.5px;
}

.text_shadow01 {
    text-shadow: 0 0 20px rgba(0,0,0,0.8);
}

.cursor-pointer {
    cursor: pointer;
}