/* 레이어팝업 */
.openpop{
	position:absolute;
}
.openpop .close{position:absolute;right:10px;top:10px;background:url(/images/close_xs.png) no-repeat; width:30px;height:30px;text-indent:-9999px;cursor:pointer;}
.openpop .today_close{background:#333;text-align:right;padding:5px;font-size:12px; color:#c8c8c8;}