@charset "UTF-8";

/********************************************************
■ Quick Menu : 퀵메뉴 부분
********************************************************/
.bottom_quick { position:fixed; left:10px; bottom:10px; z-index:99999999; text-align:center }
.bottom_quick span { font-size:1rem; }
.bottom_quick .fa-3x {vertical-align:middle;font-size:25px; }
.social { padding:10px 25px; display:flex; justify-content: center; align-items:center;  text-align:center}
.bottom_quick .social { border-radius:5px; width:85px; height:80px; display:inline-block; padding:5px; vertical-align:middle; background:#f17f42; color:#fff;  text-align:center; padding-top: 15px  }
/* 상단/하단 이동버튼 */
.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; }
	.bottom_quick .fa-3x {vertical-align:middle;font-size:20px; }
	.bottom_quick .social { border-radius:5px; width:65px; height:65px; padding-top: 10px }
	.bottom_quick span { font-size:0.852rem; }
}