@charset "UTF-8";

/********************************************************
■ Quick Menu : 퀵메뉴 부분
********************************************************/
/* 상단/하단 이동버튼 */
.at-go { bottom: 20px; position: fixed; right:20px; width:40px; z-index:900; display:block; }
.at-go .go-top { background:rgba(0,0,0,.2); border:1px solid transparent; border-radius:50%; color:#fff; display:flex; justify-content:center; align-items:center; width:40px; height:40px; }

body.scrolled .at-go .go-top,
.is-subpage .at-go .go-top { color:#aaa; background:none; border-color:#ccc; }


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