@charset "UTF-8";

/********************************************************
■ Quick Menu : 퀵메뉴 부분
********************************************************/
/* 상단/하단 이동버튼 */
.at-go { display:none; }
.at-go .go-btn { display: none; position: fixed; width: 40px; bottom: 20px; right: 25px; z-index:900; }
.at-go .go-btn span { display: block; color: #fff; background: rgba(0, 0, 0, 0.5); margin: 5px 0px; text-align: center; border-radius: 50%; width: 42px; height: 42px; line-height: 42px !important; font-size: 19px; }
.at-go .go-btn .go-bottom { display: none; }

@media (max-width: 768px) { 
.at-go .go-btn { bottom: 0px; right: 5px; }
}