@CHARSET "UTF-8";

.modalDialog {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
	height: 100%;
	display:none;
}

.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modalDialog>div {
	width: 890px;
	height: 950px;
	position: relative;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
	margin: 6% auto;
	margin-bottom:0px;
}


.modalDialog>div.detail {
	width: 700px;
	height: 500px;
	position: relative;
	margin: 10% auto;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.modalDialog>div.detail img {
	width: 700px;
	height: 500px;
}

.modalDialog>div.contest img {
	width: 950px;
	height: 678px;
}

.modalDialog>div.contest {
	width: 950px;
	height: 678px;
	position: relative;
	margin: 10% auto;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	color: #FFFFFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: -7px;
	text-align: center;
	top: -5px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	font-size: 15px;
	font-weight: bolder;
	background: url('../images/common/modal_close.gif') no-repeat;
	background-color:#606061;
}

.close hover{
	background-color:#048da9;
}

.downemail {
	position: absolute;
	top: 338px;
	left: 215px;
	width: 340px;
	height: 46px;
	border: none;
	font-size: 18px;
	font-family: 'Nanum Gothic', '나눔고딕', 'ng';
	color: #444;
}

.downemailbtn {
	position: absolute;
	top: 420px;
	left: 345px;
}