/*/////////////////////////////////////////////////pc버전이에요//////////////////////////////////////////////////////////*/
@media all and (min-width:769px){
/* 하단 레이아웃 */
.ft_line{width:100%;min-width:1200px;overflow:hidden;margin:0 auto;clear:both;background:#fff;height:40px;padding:5px 0;text-align:center;background:#efefef;border-top:1px solid #dedede}
#ft {width:100%;;min-width:1200px;overflow:hidden;margin:0 auto;border-top:1px solid #dde4e9;background:#ddd;color:#444;}

#ft .btn_wrap{width:100%;;min-width:1200px;overflow:hidden;margin:0 auto;text-align:center;padding:10px 0;border-bottom:1px solid #cfcfcf}
#ft .btn_wrap .btn_pcview{width:65px;height:30px;border-radius:2px;border:1px solid #ccc;background:#efefef;font-size:12px;color:#666}
#ft .btn_wrap .btn_login{border:1px solid #ccc;background:#efefef;font-size:14px;color:#666}
#ft .btn_wrap .btn_register{border:1px solid #ccc;background:#efefef;font-size:14px;color:#666}

#ft .ft_copy{width:100%;;min-width:1200px;overflow:hidden;margin:0 auto;text-align:center;padding:10px 0;font-size:12px;color:#555;line-height:80%}
#ft .ft_copy p.mem_info{color:#888;}
#ft .ft_copy p.mem_info span{color:#069;}

#ft .ft_copy a.login_link{color:#999;font-size:12px}


/*좌측메뉴버튼 및 상단가기 버튼 하단에 위치함.*/
#ft .btn_bottom_left{display:none}
#ft .btn_bottom_right{display:none}


}

/*////////////////////////////////////////////////모바일버전이에요//////////////////////////////////////////////////////////*/
@media all and (max-width:768px){
/* 하단 레이아웃 */
.ft_line{clear:both;background:#fff;height:40px;padding:5px 0;text-align:center;background:#efefef;border-top:1px solid #dedede}
#ft {border-top:1px solid #dde4e9;background:#ddd;color:#444;}

#ft .btn_wrap{width:100%;text-align:center;padding:10px 0;border-bottom:1px solid #cfcfcf}
#ft .btn_wrap .btn_pcview{width:65px;height:30px;border-radius:2px;border:1px solid #ccc;background:#efefef;font-size:12px;color:#666}
#ft .btn_wrap .btn_login{border:1px solid #ccc;background:#efefef;font-size:14px;color:#666}
#ft .btn_wrap .btn_register{border:1px solid #ccc;background:#efefef;font-size:14px;color:#666}

#ft .ft_copy{width:100%;text-align:center;padding:10px 0;font-size:12px;color:#555;line-height:80%}
#ft .ft_copy p.mem_info{color:#888;}
#ft .ft_copy p.mem_info span{color:#069;}

#ft .ft_copy a.login_link{color:#999;font-size:12px}


/*좌측메뉴버튼 및 상단가기 버튼 하단에 위치함.*/
.btn_bottom_left{position:fixed;float:left;bottom:0;margin:0 0 10px 5px;z-index:999999}
.btn_bottom_right{position:fixed;float:right;bottom:0;right:0;margin:0 5px 10px 0;z-index:999999}



}