/*팝업창 스타일------------------------------------------------------------------------------------*/
/*pop*/
#pop{width:445px;margin:0 auto;margin-top:200px;background:#fff;padding-bottom:10px;border:1px solid #ccc;
-moz-box-shadow: 2px 2px 4px 0px #ccc;
box-shadow: 2px 2px 4px 0px #ccc;
-webkit-box-shadow: 2px 2px 4px 0px #ccc;
}
#pop #header{width:auto !important;height:30px !important;}
#pop #header h1{font-size:1.2em;font-weight:bold;height:30px !important;padding-top:10px !important;padding:5px;padding-left:20px;color:#333;background:url(../images/pop_header_bg.png) 0 0 repeat-x;}
#pop #header h1 .ly{font-size:1.3em;padding-left:20px;background:url(../images/pop_ly_icon.png) 0px 3px no-repeat;}
#pop .msg{margin-top:15px;margin-bottom:15px;color:#666;}
#pop .box{padding:10px;background:#f9f9f9;border:1px solid #f1f1f1;}
#pop #con{margin:25px;}
#pop #btnarea{background:none;}
#pop .close{display:inline-block;text-indent:-9999px;margin-top:-2px;float:right;width:30px;height:30px;background:url(../images/pop_ly_close.png) 0 0 no-repeat;}
.view_poparea { display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:10000;}
.view_poparea .popup { position: absolute; z-index: 1; min-width: 400px;}
.view_poparea .popup .pop_body { min-width: 250px;}
.view_poparea .layerbg { position:absolute; top:0; left:0; width: 100%; height:100%; background:#000; opacity:0.3; filter:alpha(opacity=30);}
