@charset "utf-8";

#event_popup {
	width:100%; height:150px;
}
.contentx_bx {
	width:1100px; height:150px;
	margin:0 auto;
	box-sizing:border-box;
	position:relative;
}
.event_closebx {
	position:absolute;
	bottom:5px; right:20px;
	z-index:50;
}
.event_closebx a {
	width:50px; height:25px;
	box-sizing:border-box;
	display:inline-block;
	border-radius:3px;
	padding-top:3px;
	font-weight:600;
	text-align:center;
	margin-left:15px;
}
#event_closebx_check {
	width:21px; height:21px;
	box-sizing:border-box;
	cursor:pointer;
	margin-right:10px;
}


/* 다이어트 150407 */
.event_150407 {
	background:url(../images/eventbanner/150407_bg.png);
	color:#000000;
}
.event_150407 #event_closebx_check {
	background:url(../images/eventbanner/150407_bg.png);
}
.event_150407 > .contentx_bx > .event_closebx > a {
	background-color:#7d4a2a;
	border:1px solid #fff;
	color:#fff;
}
.event_150407 > .contentx_bx > .event_closebx > a:hover {
	background-color:#1a2252;
}

@media only screen and (max-width: 802px) {
	.contentx_bx, .contentx_bx > img {
		width:810px;
	}
}

@media only screen and (max-width: 802px) {
	.contentx_bx, .contentx_bx > img {
		width:780px;
	}
}

@media only screen and (max-width: 470px) {
	#event_popup {		
		display:none;
	}
}