@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


.banner {
	position:relative;
	height:92px;
	background:url(/skin/img/bg_top.gif);
	overflow:hidden;
	z-index:1;
}
.banner .top_banner {
	bottom:0;
	width:100%;
	height:92px;
    margin: 0 auto;
    position: relative;
}

.banner .btn_close {
	position:absolute;
	right:41px;
	bottom:31px;
}
.banner .btn_close label {
	font-size:11px;
	color:#fff;
}
.banner .btn_close button {
	margin:0;
	margin-left:20px;
	padding:0;
	background:none;
	border:0;
}
