*{ margin: 0px; padding:0px; border: none; }

html{
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

body { word-break: keep-all; }


/* 팝업 */
input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}

#hd_pop{z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2{position:absolute;font-size:0;line-height:0;overflow:hidden}

.hd_pops{/*position:absolute;*/z-index:20;min-width:300px;}
.hd_pops_con img {width:100%;}
.hd_pops_footer{margin-top:-5px;padding:10px;border-radius:5px;background:#303231;font-size:0.9em;color:#fff;opacity:0.9;}
.hd_pops_footer input {margin-right:5px;}
.hd_pops_footer .hd_pops_close{border:none;background:none;}

.hd_pops_bg{position:fixed;top:0px;left:0px;z-index:1000;width:100%;height:100%;background:#000;opacity:0.8;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; /* IE 8 */
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80); /* IE 7 and olders */}
