@import url(http://fonts.googleapis.com/earlyaccess/jejugothic.css);




#wrap{
	width:100%;
	margin:0 auto;
	padding:0px;
	min-width:640px;
	font-family: 'Jeju Gothic', sans-serif;
	}
	
.fixed{
	width:100%;
	min-width:320px;
	position:fixed;
	background-color:#d33a3c;
	}
	
	
.db_erea{
	position:relative;
	width:100%;
	min-width:320px;
	height:160px;
	margin:0 auto;
	}
	
	.db_erea ul{
		position:absolute;
		right:260px;
		top:22px;
		padding:0;
		margin:0;
		list-style:none;
		}
	.db_erea ul li{
		margin-bottom:6px;
		}
		.db_erea ul.btn{
			position:absolute;
			width:177px;
			height:118px;
			display:block;
			border:0px solid #000;
			right:54px;
			top:21px;
			}


.content{
	height:1300px;
	padding-top:160px;
	}
	.content ul{
		margin:0;
		padding:0;
		list-style:none;
		}
		.content ul li{
			text-align:center;
			}
