/* BASIC css start */

#specialEvt {
	background: #F4F0E4 none;
	border: 1px solid #D8D0B8;
	font-family: "Pretendard","Apple SD Gothic Neo","Malgun Gothic","맑은 고딕",sans-serif;
}
#specialEvt .tit-pop { display: none; }
 
#specialEvt .cont-pop {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	background: none;
}
#specialEvt .cont-pop .cont {
	min-height: 0;
	_height: auto;
	padding: 0;
	background: none;
	font-size: 0;
	line-height: 0;
}
#specialEvt .cont-pop .cont img {
	display: block;
	width: 380px;
	height: auto;
	border: 0;
}
 
#specialEvt .close-wrap {
	position: relative;
	padding: 0;
	color: #F4F0E4;
	background-color: #1F4023;
}
#specialEvt .close-wrap .close {
	position: relative;
	width: 380px;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#specialEvt .close-wrap .close .chk {
	display: inline-block;
	padding-left: 16px;
	line-height: 38px;
	font-size: 12px;
	color: #C9CFC2;
	cursor: pointer;
}
#specialEvt .close-wrap .close .chk input {
	margin: 0 6px 0 0;
	vertical-align: middle;
}
#specialEvt .close-wrap .close .btn-close {
	position: absolute;
	right: 16px;
	top: 0;
	height: 38px;
	line-height: 38px;
	padding: 0 4px;
	font-size: 13px;
	font-weight: bold;
	color: #D4AE4A;
	text-decoration: none;
}
#specialEvt .close-wrap .close .btn-close:hover { color: #F4F0E4; }

/* BASIC css end */

