@charset "UTF-8";

/*---------------#hover_on------------------*/
#hover_on + section .inner_item_txt a{
    transition: 0.4s ease-in-out;
}

#hover_on + section .inner_item_txt a:hover {
    opacity: 0.7;
}