/*----- top 버튼 -----*/
.t2d_sidebar_wrap {  
	position:fixed;
	bottom:3%;
	right:2%;
	z-index: 10000;
	border: none;
}

.t2d_sidebar_wrap .t2d_gotop_btn {  
	border: none;
    cursor:pointer;
    font-size: 28px;
    color: #fff;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #3a2f1f6b;
    border-radius: 5px;
}
