/*----- 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-family:'Pretendard';
    text-align: center; font-size:1.4em;
    color: #fff;
    width: 60px; 
    height: 60px;
    line-height: 60px; 
    text-align: center;
    background: #0066cc;
    border-radius:30px;
    appearance: none;
}

.t2d_sidebar_wrap .t2d_gotop_btn:hover{background-color:#cc0000;}
    
    @media screen and (max-width:767px) {
    
        .t2d_sidebar_wrap .t2d_gotop_btn  {width:40px; height:40px;  bottom:15px; right:15px;  line-height:40px;}
    }