/*Content CSS*/
#top_btn {position: fixed; right: 20px; bottom: 20px; width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; border: 1px solid #333; color: #333; font-size: 15px; background: rgba(255,255,255,0.5); z-index: 12; transition: .3s; pointer-events: none; opacity: 0;}
#top_btn:hover {border-color: #fef15a; background: #fef15a; color: #000;}
.scrolled #top_btn {opacity: 1; pointer-events: auto;}

#quick_btns { position:fixed; right:20px; bottom:80px; display: flex; flex-direction: column; z-index: 11; pointer-events: none; opacity: 0; transition:opacity .3s;}
#quick_btns a {display: block;}
.scrolled #quick_btns {opacity: 1; pointer-events: auto;}
/* #quick_btns li + li {margin-top: 6px; } */


@media screen and (max-width: 1400px) {
    #quick_btns a {width: 140px;}
}

@media screen and (max-width: 1024px) {
    #quick_btns {display: none;}

}
@media screen and (max-width: 640px) {


}
