@charset "UTF-8";

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


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