@charset "UTF-8";

.hwan_pop{
	width: 245px;
	height:269px;
	text-align: center;
	box-sizing: border-box;
	font-family: 'noto3';
	font-weight: 100;
	position: absolute;
	z-index: 999;
	left: calc(50% - 830px);
	{? _pagecode == '3'}
	top: 500px;
	{: _pagecode == '4'}
	top: 300px;
	{:}
	top: 200px;
	{/}
	display:none;
}
.hwan_pop .layerpop-close{
	/*background:url(/_skin/sidae/popkon/images/popup_close.png) no-repeat center center;*/
	width: 24px;
	height: 24px;
	z-index: 9;
	right:18px;
	top:-3px;
	position: absolute;
	font-size: 0;
	cursor: pointer;
	background:none;
}
.hwan_pop .content{
	position:relative;
}
.hwan_pop .content img{
	display: block;
	margin:0 auto;
}
.hwan_pop .content .txt_num {
	display: block;
	position: absolute;
	top: 15px;
	left: 30%;
	color: #000;
	font-size: 20px;
	font-family: 'noto2';
}
.hwan_pop .content .txt_date {
	position: absolute;
	top: 45%;
	display: block;
	left: 20%;
	color: #fefc8f;
	font-size: 16px;
	font-family: 'noto5';
}
.hwan_pop .content a{
	position: absolute;
	font-size: 0;
	width: 86%;
	height: 30px;
	bottom: 39px;
	left: 15px;
}
.hwan_pop .layerpop-notToday{
	background:none;
	font-size:0;
	height:25px;
	text-indent: 0;
	font-size:0px;
	width:100%;
	cursor: pointer;
	position:absolute;
	bottom:-5px;
	left:0;
}
