@charset "utf-8";
/* CSS Document */

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	font-family:"맑은 고딕";
}
/* 링크 글자색 없음 */
a {
	text-decoration:none;
}
a:link :visited :hover :active {
	color: #000;
}
body {
	position:absolute;
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
#container{
	position:relative;
	display:block;
	overflow:hidden;
	float:left;
	padding:0;
	width:90%;
	height:90%;
	margin:5%;
	margin-bottom:0;
	background-color:#2293b3;
}
#head{
	position:relative;
	display:block;
	width:100%;
	height:80px;
	overflow:hidden;
	margin:0;
	padding:0;
	cursor:pointer;
}

#head h1{
	float:left;
	margin:0;
	padding:10px 0 0 30px;
	font-size:60px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
}
#head img{
	float:right;
	margin-right:30px;
	padding:30px 0 0 0px;
	border:none;
}
#wrep{
	position:relative;
	display:block;
	float:left;
	padding:0;
	margin:0;
	width:100%;
	height:90%;
}
#wrep .item_box{
	position:absolute;
	top:-9999px;
	background-color:#fff;
}
.small_box{
	width:150px;
	height:150px;
}
.small_box img{
	width:100px;
	height:80px;
	margin:10px 25px;
	margin-bottom:0;	
}
.small_box p{
	display:block;
	clear:both;
	margin:0;
	margin-top:1px;
	font-size:1em;
	text-align:center;
	color:#666;
}
.bix_box {
	position:relative;
	display:block;
	overflow:auto;
	width:100%;
	height:100%;
}
.bix_box p {
	/*width:680px;*/
	margin:0 auto;
}
#footer{
	position:absolute;
	display:inline-block;
	color:#fff;
	top:9999px;
	left:200px;
	font-size:12px;
	
}
#footer strong{
	font-size:18px;
	font-family:Tahoma, Geneva, sans-serif;
}
#footer strong small{
	font-weight:100;
}
#intro{
	position:relative;
	display:block;
	float:right;
	margin-right:10%;
	color:#CCC;
	font-size:12px;
}
#intro a {
	color:#2293b3;
}
#curtain {
	position:absolute;
	display:block;
	width:0;
	height:0;
	background-color:#000;
	z-index:500;
	opacity:0.5;
	filter:alpha(opacity=50);
	zoom:1;
}
#container #loading {
	position: absolute;
 	text-align: center;
	display:none;
 	left: 50%;
 	top: 50%;
	margin: -110px auto 0 -110px;
	width: 220px;
}
#container #moon_logo {
	position: absolute;
	display:none;
 	left: 20%;
 	top: 85%;
	width:25%;
	max-width:299px;
	margin: -12% auto 0 -12%;
	height:auto;
}

/*상품 디자인*/
.x_box{
	position: absolute;
    right: 5%;
    top: 15px;
}

#form_cont{
	margin:5px 5%;
	min-width:400px;
}
#form_cont hr {
	width:100%;
	margin-bottom:30px;
}
#form_head{
	margin:0px;
	padding:0px;
	clear:both;
	float:left;
	width:100%
}

#form_h3{
	margin:5px 0;
	color: rgb(34, 147, 179);
	font-size:40px;
	font-weight:600;
}

#form_heimg{
}

#form_heimg img{
	max-width:700px;
	min-width:400px;
	width:100%;
	float:left;
}

.cont_text{
	min-width:250px;
	width: 30%;
	float:left;
	margin-right:3%;
}
.cont_text h4{
	margin: 0px;
	color: rgb(34, 147, 179);
	clear: both; font-size:
	21px;
	font-weight: 600;
	line-height: 21px;
    background: url(http://moonshop.kr/Spac_Editor/upload/item/mo_tem.jpg) no-repeat;
    text-indent: 25px;
}
.cont_text p{
	margin:5px 0 20px;
	line-height:30px;
}
#txt_ind{
	text-indent:10px
}
#form_foimg img{
	float:left;
}