.wrap-loading { /*È­¸é ÀüÃ¼¸¦ ¾îµÓ°Ô ÇÕ´Ï´Ù.*/
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2); /*not in ie */
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000',
		endColorstr='#20000000'); /* ie */
}

.wrap-loading div { /*·Îµù ÀÌ¹ÌÁö*/
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	text-align: center;
}

.wrap-loading div img { /*·Îµù ÀÌ¹ÌÁö*/
	border-radius: 10px 10px 0 0;
}

.wrap-loading p { /*·Îµù ÀÌ¹ÌÁö*/
	font-size: 30px;
	font-weight: bold;
	background-color: #f1f2f3;
}

.wrap-loading p:last-child {
	border-radius: 0 0 10px 10px;
}

.display-none { /*°¨Ãß±â*/
	display: none;
}