@charset "euc-kr";

@font-face{
   font-family: 'ng';
  font-style: normal;
  font-weight: 800;
  src: url(../font/NanumGothic-Bold.eot);
  src: url(../font/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(../font/NanumGothic-Bold.woff2) format('woff2'),
       url(../font/NanumGothic-Bold.woff) format('woff'),
       url(../font/NanumGothic-Bold.ttf) format('truetype');
}

body, div,
h1, h2, h3, p,
a,
img, strong,
ol, ul, li
{
	font-family:'³ª´®°íµñ', 'NanumGothic', ng, "Lucida Grande", Tahoma, Verdana, AppleGothic, UnDotum, sans-serif;/*¡Ú*/
	margin: 0;
	padding: 0;
	line-height:1.3;
	outline:none;
	color:#1a1e28;
}
textarea, input{font-family: 'ng', sans-serif;}
body {	
	position:relative;
	min-width:640px;
	font-size:16px;	
	height:100%;
}
ol, ul, li {
	list-style: none;
}
img{
	outline:none;
	border-width:0;
	margin:0;
	padding:0;
}

#wrap {
	width:640px; 
	height:auto; 
	overflow:hidden;
	background:url(img/m_bg.png) no-repeat 50% 0 #dfd2ca;
	margin:0 auto
	}
#wrap p.btn{
	width:500px; 
	height:80px; 
	overflow:hidden;
	margin:30px auto;
	}
#wrap p.btn a{
	display: inline-block;
	width:500px;
	height:80px;
	background:#2a2a2a;
	color:#ffffff;
	font-size:35px;
	line-height:2.2;
	text-align:center;
	text-decoration:none;
	} 
#wrap .form_wrap {
		width:620px;
		height:auto;
		margin:475px auto 0 auto;
		border-top:0px solid #d2cdc0;
		border-right:1px solid #d2cdc0;
		border-left:1px solid #d2cdc0;
		border-bottom:1px solid #d2cdc0;
		font-size:18px;
		overflow:hidden;
		background:#fff;
	}
#wrap .form_wrap .form{
	width:580px;
	height:auto;
	margin:10px auto 30px auto;
	border:0px solid #d2cdc0;
	overflow:hidden;
	
	}
#wrap .form_wrap .form p{
	width:100%;
	margin-bottom: 20px;	
	color:#ff7f00;
	}

.fl {
	float: left;
}
.fr {
	float: right;
}

#wrap .form_wrap .form p label{
	margin-top: 5px;
	color: #333;
	font-size: 20px;
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	
}
input[type='text']{
	border: 1px solid #d9d9d9;
	height: 43px;
	line-height: 43px;
	padding: 0 5px;
	font-size: 20px;
	color: #333;
	font-weight:normal;
}
input[type="radio"], input[type="checkbox"]{
	z-index: 2;            
	cursor: pointer;
	width:20px;
	height:20px;
	top:0px;
	margin-right:15px;
	vertical-align:-5px;
}
input[type="file"]{
	z-index: 2;            
	cursor: pointer;
	width:550px;
	height:35px;
	top:0px;
	border: 0px solid #d9d9d9;
	margin-bottom:5px;
}
textarea {
	width: 80%;
	border: 1px solid #D5D5D5;
	padding: 10px
}

#wrap .form_wrap .form2{
	clear:both;
	width:580px;
	height:auto;
	margin:30px auto;
	border-top:2px dashed #d2cdc0;
	overflow:hidden;
	}
#wrap .form_wrap .form2 p{
	width:100%;
	margin-bottom: 20px;	
	color:#ff7f00;

	}

#wrap .form_wrap .form2 p label{
	margin-top: 5px;
	color: #333;
	font-size: 20px;
	display: inline-block;
	width: 80px;
	vertical-align: middle;
}

.itv2{height:2px;display:block;clear:both;}
.itv10{height:10px;display:block;clear:both;}
.itv30{height:30px;display:block;clear:both;}
