/* ======================================================
    #�̹��� Ȯ�� �˾� 
=========================================================*/
.plus_img_popup, .plus_img_popup_imgwrap, .plus_img_popup .close_btn, .plus_imgbox, .plus_imgbtn{display:none;}

@media only screen and (max-width:999px){
	.plus_img_popup{position:fixed; width:100%; height:100%; top:0; left:0; background:#fff; z-index:9999;}
	.plus_img_popup_imgwrap{position:fixed; width:100%; height:100%; top:0; left:0;}
	.plus_img_popup .close_btn{position:fixed; right:20px; top:20px; z-index:1; cursor:pointer;}

	.plus_imgbox{position:relative;}
	.plus_imgbtn{display:inline-block; background:url(../../img/Layout/ico_view_list.png) 0 0 no-repeat; display:inline-block;width:30px; height:30px; position:absolute;  background-size:270px 200px; background-position:0 -50px; cursor:pointer; top:5px; right:5px;}
}