@charset "UTF-8";

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

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