@charset "UTF-8";

/********************************************************
■ Quick Menu : 퀵메뉴 부분
********************************************************/
/* 상단/하단 이동버튼 */
.at-go { position: fixed; right: 25px; bottom: 25px; z-index:999; transition-duration:300ms; }
.at-go .go-btn { display: none; width: 40px; z-index:900; }
.at-go .go-btn span { position:relative; border:1px solid #ddd; border-radius:50%; background:#fff; display:block; height:40px; margin-top:5px; }
.at-go .go-btn span:before, .at-go .go-btn span:after { content:""; position:absolute; width:2px; height:10px; border-radius:5px; background:#aaa; }
.at-go .go-btn .go-top:before { right:55%; top:36%; transform:rotate(45deg); }
.at-go .go-btn .go-top:after { left:55%; top:36%; transform:rotate(-45deg); }
.at-go .go-btn .go-bottom { display: none; }

.scroll-bt-up .at-go { opacity:0; visibility:hidden; }

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