
/* 170728 윈도우 팝업 레이어 css 시작 */
#winPopup .hd_pops {
	display: table;
	position: fixed;
	background: #fff;
	z-index: 9999;
}

#winPopup .hd_pops_footer {
	width: 100%;
	height: 30px;
	background: #454545;
}

#winPopup .hd_pops_footer button {
	height: 30px;
	border: none;
	background: none;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}

#winPopup .hd_pops_footer button:focus {
	outline: none;
}

#winPopup .hd_pops_footer .hd_pops_reject {
	float: left;
}

#winPopup .hd_pops_footer .hd_pops_close {
	float: right;
}
/* 170728 윈도우 팝업 레이어 css 종료 */


.nw_line_pop {
    text-align: center;
    position: relative;
}
.nw_line_pop img {
	max-width: 100%;
}

.nw_line_pop .hp_text_wrap {
    position: relative;
	width: 1200px;
	margin:0 auto;
}

.nw_line_pop .hp_text_wrap button {
    border: none;
    background: none;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
	cursor:pointer;
}