/* modal */
#modal-win {
	width: 100%;
	position: absolute;
}
#modal-win-inner {
	box-shadow: 0 0 5px rgba(0, 0, 0, .25);
	margin: 0 auto;
	position: relative;
	z-index: 101;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}
#popup {
	width: 765px;
	height: 620px;
	padding: 0 0 0 12px;
	background-color: #ffffff;
}

.modal-close {
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	display: block;
	background: url(/common/images/common_ex20.png) no-repeat;
	color: #fff;
	text-indent: -100px;
	overflow: hidden;
}