@charset "UTF-8";
/* CSS Document */
.flex {
    display: flex;
}
.lsn {
    list-style: none;
}
.hvo {
    opacity: 1;
    transition: all .3s ease;
}
.hvo:hover {
    opacity: .6;
}
.in_hvo a {
    opacity: 1;
    transition: all .3s ease;
}
.in_hvo a:hover {
    opacity: .6;
}