@charset "UTF-8";
/*배송안내*/
.hwan_pop{
	width:270px;
	background:#f2f2f2;
	text-align: center;
	box-sizing: border-box;
	font-family: 'noto3';
	font-weight:100;
	position:absolute;
	z-index: 9;
	right:5%;
	top:350px;
	display:none;
}
.hwan_pop .layerpop-close{
	background:url('/_skin/sidae/popkon/images/popup_close.png') no-repeat center center;
	width:20px;
	height:20px;
	z-index:9;
	right:5px;
	top:5px;
	position:absolute;
	font-size:0;
	cursor: pointer;
}
.hwan_pop .content{
	position:relative;
}
.hwan_pop .content img{
	display: block;
	margin:0 auto;
}
.hwan_pop .content a{
	position:absolute;
	font-size:0;
	width:100%;
	height:35px;
	bottom:0;
	left:0;
}
.hwan_pop .layerpop-notToday{
	display: block;
	background:#333;
	font-size:10px;
	position:relative;
	height:25px;
	text-indent: 0;
	font-size:11px;
	color:#fff;
	width:100%;
	cursor: pointer;
	font-family: 'noto3'
}