
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: normal;
 src: url(../fonts/NanumBarunGothic.eot) format('eot');
}


*{
	font-family: 'NanumGothic'
}
a {
	text-decoration: none;
	color: #000
}
 p {
 	margin: 0;
 }

body {
	overflow-x: hidden;
}

li {
	list-style: none;
}

 
 /*배경용 박스*/
 #big_wrap {
 	background: url(../img/webviewbg.jpg) no-repeat top left;
 	-webkit-background-size: cover;
 	background-size: cover;
 	width: 100%;
 	height: 100%;
 }

/*상호*/
 #titleName {
 	position: absolute;
 	top: 9%;
 	left: 31.5%;
 	font-weight: 900;
 	font-size: 40px;
 	color: #000; 
 }

/*메인 가운데 박스*/
 #container1 {
 	position: absolute;
 	z-index: 999;
 	margin: 0 auto;
 	width: 453px;
 	height: 995px;
 	top: 10%;
	 left: 14%;
	background: url(../img/galaxy.png) no-repeat top center;
	 z-index: 999;
	 text-align: center;

 }


/*left side 넓이 제한용 박스*/
 .con1_inner_box {
	 position: relative;
	 margin-top: 110px;
 }


/*side*/

/*중앙정렬용 wrapper*/
 .abcenter {
 	width: 1200px;
 	height: 100%;
 	min-height: 768px;
 	position: relative;
 	margin: 0 auto;

 }

 /*left side 넓이 제한용 박스*/
 .center_inner {
 	position: absolute;
 	left: 56%;
 	top: 0;
 	width: 275px;
 	min-height: 740px;
 }
/*매장 전화번호*/
 #number {
 	position: absolute;
 	font-size: 20px;
 	font-weight: 400;
 	top: 20%;
 	left: 0;
 }
 /*고객 홈페이지 주소*/
 #http {
 	position: absolute;
 	font-size: 20px;
 	font-weight: 400;
 	top: 25%;
 	left: 0;
 	z-index: 999
 }

/*qr코드 박스*/
 #qrcode {
 	position: absolute;
 	top: 30%;
 	left: 0;
 	width: 200px;
 	height: 200px;
 	border: 1px solid #F93;
 	border-radius: 5px;

 }
/*qr코드 이미지*/
 #qrcode img {
 	display: block;
 	width: 100%;
 	height: auto;
 }

/*qr코드 이미지 하단 텍스트*/
 #qrtext {
 	position: absolute;
 	left: 0;
 	top: 59%;
 }

/*네이버 검색창 상단 텍스트*/
#nText {
	position: absolute;
	left: 0;
	bottom: 24%
}

/*네이버 강조*/
#nText b {
	color: #2db400;
}

/*네이버 검색창*/
 #naver_search {
 	position: absolute;
 	border: 8px solid #2db400;
 	width: 270px;
 	height: 26px;
 	left: 0;
 	bottom: 17%;
 	background: #FFF;
 	line-height: 26px;
 	padding-left: 4px;
 	z-index: 999;
 }
/*네이버 검색창 하단 고정 텍스트*/
 #navertext {
 	position: absolute;
 	left: 0;
 	bottom: 6%;
 }

 .ball {
	 position: absolute;
 }

 /*footer*/

 footer {
 	position: absolute;
 	font-size: 12px;
 	bottom: -10.5%;
 	left: 56%;
 }

 footer div {
 	padding: 2px 0;
 }


 /*iframe ie hack*/
