/*
html,body {
	margin: 0;
}
*/

#footer {
	width: 100%;
	padding: 0px 0 0px;
	position: relative;
	background: #2D2D31;
}
.go_top {
	display: block;
	width: 46px;
	height: 46px;
	position: absolute;
	top: -46px;
	right: 80px; /*¿ìÃø¿©¹é*/
	text-align:center;
	cursor: pointer;
	background: #2D2D31;
	-webkit-transition: opacity 0.3s, background 0.3s;
	transition: opacity 0.3s, background 0.3s;
	z-index: 999;
}
.go_top:after {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	line-height: 59px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.go_top:hover {
	background: #000000;
}
.go_top.js_go_top_fix {
	position: fixed;
	top: inherit;
	bottom: 46px;
}
.go_top.js_go_top_hide {
	opacity: 0;
	z-index: -1;
	visibility:hidden;
}




.go_top2 {
	display: block;
	position: absolute;
	top: -180px;
	right: 20px; /*¿ìÃø¿©¹é*/
	text-align:center;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition: opacity 0.3s, background 0.3s;
	transition: opacity 0.3s, background 0.3s;
	padding: 10px;
	border-radius: 5px;
	outline: none; /* Å©·Ò¿¡¼­ ¾Æ¿ô¶óÀÎ »ö»ó ¾ø¾Ö±â */
	z-index: 999;
}
.go_top2:after {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	line-height: 59px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.go_top2:hover {

}
.go_top2.js_go_top_fix {
	position: fixed;
	top: inherit;
	bottom: 100px;
}
.go_top2.js_go_top_hide {
	opacity: 0;
	z-index: -1;
	visibility:hidden;
}
