@charset "utf-8";
/* 20150724 추가 - 이강원 */
.dimmed{width:100%; height:100%; position:fixed; left:0; top:0; background:#000; opacity:0.5; z-index:1010; display:none;}
.news_layer{width:616px; /*height:403px;*/ position:fixed; left:50%; top:50%; background:#fff; border-radius:5px; margin:-201.5px 0 0 -314px; z-index:1500; padding:6px; display:none;}
.news_layer a {border:none;}
.news_layer em {font-style:normal;}
.news_layer .news_layer_cont{border:1px solid #e1e1e1; background:#efefef; /*height:401px;*/ padding:0 72px 0 70px; overflow:hidden;}
.news_layer .news_layer_cont strong{display:block; font-size:27px; color:#221f1f; margin-top:40px;}
.news_layer .news_layer_cont .request_complete{margin-top:75px; text-align:center; line-height:36px;}
.news_layer .news_layer_cont .request_complete span{display:block;}
.news_layer .news_layer_cont p{font-size:16px; line-height:22px; color:#221f1f; margin-top:20px; margin-bottom:0;}
.news_layer .news_layer_cont p span{display:block;}
.news_layer .news_layer_cont .email_form{margin-top:25px; margin-bottom:20px; position:relative;}
.news_layer .news_layer_cont .email_form input[type="email"]{width:356px; height:38px; box-sizing:border-box; padding:0 10px; border:1px solid #707070; border-radius:0; color:#656565;}
.news_layer .news_layer_cont .email_regist{
	width:110px;
	height:38px;
	padding:0;
	line-height:26px;
	text-align:center;
	overflow:hidden;
	color:#fff;
	font-size:18px;
	position:absolute;
	right:0;
	top:0;
	border:0;
	border-radius:3px;
	background-color: #f91919; /* 그레디언트가 지원되지 않는 경우의 색상(fallback color) */
	background-image: -webkit-linear-gradient(top, hsl(0, 80%, 70%), #990202);
	background-image:    -moz-linear-gradient(top, hsl(0, 80%, 70%), #990202); /* Fx 3.6 부터 Fx 15 까지 처리 */
	background-image:     -ms-linear-gradient(top, hsl(0, 80%, 70%), #990202); /* IE 10 Platform Previews, Consumer Preview */
	background-image:      -o-linear-gradient(top, hsl(0, 80%, 70%), #990202); /* Opera 11.1 부터 12.0 까지 처리 */ 
	background-image:         linear-gradient(to bottom, hsl(0, 80%, 70%), #990202); /* 표준구문, 표준구문은 반드시 마지막에 삽입해야한다. */
}

/* 2016-03-25 추가 */
.news_layer.newsLetterRegCompleteLayer {height:254px; margin-top:-127px;}
.news_layer.newsLetterRegCompleteLayer .news_layer_cont {height:252px;}
.news_layer .news_layer_cont .agreeText {margin-top:10px;}
.news_layer .news_layer_cont .luckChance {padding-top:20px; padding-bottom:25px;
	background-image:url('../img/images/bg_dotted_line.gif'), url('../img/images/bg_app.png');
	background-repeat:repeat-x, no-repeat;
	background-position:left top, right 14px;
}
.news_layer .news_layer_cont .luckChance > a {display:block;}
.news_layer .news_layer_cont .luckChance p {margin-top:0;}
.news_layer .news_layer_cont .luckChance p em {font-weight:bold; color:#e31837;}
.news_layer .news_layer_cont .luckChance .btnMoreDetail {display:block; width:91px; height:24px; margin-top:10px; line-height:24px; background:#000; font-size:15px; color:#fff; text-align:center; border-radius:3px;}

@media screen and (max-width:768px) {
	.news_layer{width:420px; margin:-201.5px 0 0 -216px; padding:6px;} /* 2015-12-14 높이 수정 */ /* 2016-03-25 수정 */
	.news_layer .news_layer_cont{padding:0 17px; overflow:hidden;} /* 2015-12-14 높이 수정 */
	.news_layer .news_layer_cont p{font-size:15px; letter-spacing:-1px;}
	.news_layer .news_layer_cont .email_form input[type="email"]{width:295px;}
	.news_layer .news_layer_cont .email_regist{width:80px;}
	.news_layer .news_layer_cont strong{margin-top:38px; font-size:24px;}
	.news_layer .news_layer_cont .request_complete{font-size:24px; line-height:32px;}

	/* 2016-03-25 추가 */
	.news_layer .news_layer_cont .luckChance p {font-size:14px;}
}

@media screen and (max-width:500px) {
	.news_layer{position:absolute; left:50%; top:190px; width:262px; height:632px; margin:0 0 0 -137px; padding:6px;} /* 2015-12-14 높이 수정 */
	.news_layer .news_layer_cont{height:630px; padding:0 19px; overflow:hidden;} /* 2015-12-14 높이 수정 */
	.news_layer .news_layer_cont .email_form input[type="email"]{width:100%; margin-bottom:0;}
	.news_layer .news_layer_cont .email_regist{width:100%; display:block; position:static; margin-top:8px;}
	.news_layer .news_layer_cont strong{margin-top:15px; font-size:24px; line-height:30px;}
	.news_layer .news_layer_cont strong span{display:block;}
	.news_layer .news_layer_cont p{letter-spacing:-1px; margin-top:15px;}
	.news_layer .news_layer_cont p em{display:block;}
	.news_layer .news_layer_cont .email_form{margin-top:15px; position:static;}
	.news_layer .news_layer_cont .request_complete{letter-spacing:-1px;}
	.news_layer .news_layer_cont .request_complete span em{display:block;font-size:24px; line-height:32px;}

	/* 2016-03-25 추가 */
	.news_layer.newsLetterRegCompleteLayer {height:312px;}
	.news_layer.newsLetterRegCompleteLayer .news_layer_cont {height:310px;}
	.news_layer .news_layer_cont .luckChance {padding-bottom:124px;
		background-image:url('../img/images/bg_dotted_line.gif'), url('../img/images/bg_app.png');
		background-repeat:repeat-x, no-repeat;
		background-position:left top, center bottom;
	}
	.news_layer .news_layer_cont .luckChance p span,
	.news_layer .news_layer_cont .luckChance p em {display:inline;}
}