@charset "utf-8";
/* CSS Document */

	*{
		font-family: 'Roboto','Noto Sans KR', sans-serif;
		margin:0;
		padding:0;
		color: #333;
		box-sizing: border-box;
		
	}
	a{
		text-decoration: none;
		color: #5c6a77;
	}
	ul,ol{
		list-style:none;
		width: auto;
	}

	header{
		width: 100%;
		height: 46px;
		font-size: 15px;
		border-bottom: 1px solid #dee6ec;
		box-shadow: 2px 1px 2px #e1e1e1;
		background-color:#fff; 
	}
	nav{
		/*width:1170px;*/
		width: 100%;
		margin: 0 auto;
		height: 45px;
	}
	nav img{
		float: left;
		width: 200px;
		margin-top: 7px;
	}
	main{
		padding-top:207px;
		background: url(../image/login_bg.png) center no-repeat;
		height: 95vh;
	}
	section{
		width:444px;
		margin: 0 auto;
		margin-top: 54px;
		text-align: center;
		/*! border: 1px solid; */
		height: 263px;
		padding-top: 45px;
		border-radius: 10px;
		box-shadow: 2px 2px 3px #e1e1e1;
		background-color: #fff;
	}
h1{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
h3{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
label{
	height: 36px;
	display: inline-block;
	width: 89px;
	margin: 0 auto;
	/*! border: 1px solid #e1e1e1; */
	color: #9a9faa;
	font-weight: 500;
	border-radius: 5px;
	font-size: 15px;
	line-height: 36px;
	text-align: left;
	margin-bottom: 10px;
}
span{
	border: none;
	width: 500px;
	height: 37px;
	background-color: #B2DBBF;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	margin-top: 30px;
	border-radius: 10PX;
}
input{
	width: 226px;
	height: 34px;
	padding-left: 10px;
	border: 1px solid #e1e1e1;
	border-radius: 30px;
	vertical-align: top;
}
input[type="submit"]{
	border: none;
	width: 250px;
	height: 37px;
	background-color: #00882a;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	margin-top: 35px;
	border-radius: 30PX;
	cursor: pointer;
}