@charset "UTF-8";
.hide{display:none;}

#sgs_content {
	position:fixed;
	top: 10%;
	width: 100%;
	height:100%;
}

#sgs_bt_close {
	background-image: url("../img/close.png");
	background-repeat: no-repeat;
	background-position: right top;
	position:absolute;
	right: 0%;
	top: -40px;
	width: 40px;
	height: 40px;
}

#banner_area{
	position: relative;
	width: 320px;
	height: 268px;
	margin: 0px auto;
}

#banner_area img{
	width:100%;
}

#sgs_bt_ok{
	position:absolute;
	top: 20%;
	width: 100%;
	height: 20%;
}

#sgs_banner_bt_close {
	background-image: url("../img/close.png");
	background-repeat: no-repeat;
	background-position: right top;
	position:absolute;
	right: 0%;
	top: -50px;
	width: 40px;
	height: 40px;
}
