@charset "UTF-8";

.more_btn{
    opacity: 1;
    transition: opacity .3s;
}
.more_btn:hover{
    opacity: 0.8;
}