@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);

div.forget_bottom{
	overflow: hidden;
	width: 100%;
	padding-bottom: 100px;
	box-sizing: border-box;
}
div.forget_bottom > div{ 
	width: 980px; 
	text-align: center; 
	margin: 0px auto; 
	margin-top: 80px;
}
div.forget_bottom > div > h2{ 
	font-size: 25px;
	font-weight: normal;
	color: #000;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding-left: 20px;
	text-align: left;
	font-family: 'Nanum Barun Gothic', monospace;
}
div.forget_bottom > div > h2 > span{ 
	font-size: 14px; 
	color: #999999; 
	font-weight: normal; 
}



div.forget_bottom > div.forget_id > form{ 
	width: 100%; 
	overflow: hidden; 
	padding: 30px 0px; 
	box-sizing: border-box; 
	border-top: 2px solid #a61b38;
	background-color: #ededed; 
}
div.forget_bottom > div.forget_id > form > table{ 
	margin: 0px auto; 
}
div.forget_bottom > div.forget_id > form > table select{  
	height: 30px; 
	width: 80px; 
}
div.forget_bottom > div.forget_id > form > table input[type="text"]{ 
	height: 26px; 
	width: 80px; 
}
div.forget_bottom > div.forget_id > form > table input[type="submit"]{ 
	margin-top: 40px; 
	width: 90px; 
	height: 30px; 
	background-color: #000;
	color: #ffffff; 
	border: none; 

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div.forget_bottom > div.forget_id > form > table input[type="submit"]:hover{
	background-color: #a61b38;
}
div.forget_bottom > div.forget_id > form > table th{ 
	text-align: left; 
	font-size: 15px; 
	width: 50px;  
}
div.forget_bottom > div.forget_id > form > table td{ 
	height: 35px; 
	padding: 5px; 
	font-size: 15px;
}
div.forget_bottom > div.forget_id > form > table tr:nth-child(1) td > input[type="text"]{ 
	width: 200px; 
	float: left;
}


div.forget_bottom > div.forget_pw > form{ 
	width: 100%; 
	overflow: hidden; 
	padding: 30px 0px; 
	box-sizing: border-box; 
	border-top: 2px solid #a61b38;
	background-color: #ededed; 
}
div.forget_bottom > div.forget_pw > form > table{ 
	margin: 0px auto; 
}
div.forget_bottom > div.forget_pw > form > table select{ 
	height: 30px; 
	width: 80px; 
}
div.forget_bottom > div.forget_pw > form > table input[type="text"]{ 
	height: 26px; 
	width: 80px; 
}
div.forget_bottom > div.forget_pw > form > table input[type="submit"]{ 
	margin-top: 40px; 
	width: 90px; 
	height: 30px; 
	background-color: #000;
	color: #ffffff; 
	border: none; 

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
div.forget_bottom > div.forget_pw > form > table input[type="submit"]:hover{
	background-color: #a61b38;
}
div.forget_bottom > div.forget_pw > form > table th{ 
	text-align: left; 
	font-size: 15px; 
	width: 50px;  
}
div.forget_bottom > div.forget_pw > form > table td{ 
	height: 35px; 
	padding: 5px;
}
div.forget_bottom > div.forget_pw > form > table tr:nth-child(1) td > input[type="text"]{ 
	width: 200px; 
	float: left; 
}
div.forget_bottom > div.forget_pw > form > table tr:nth-child(2) td > input[type="text"]{ 
	width: 200px; 
	float: left; 
}

div.forget_bottom > div.change_pw > form{ 
	width: 100%; 
	overflow: hidden; 
	padding: 30px 0px; 
	box-sizing: border-box; 
	border-top: 2px solid #a61b38;
	background-color: #ededed; 
}
div.forget_bottom > div.change_pw > form > table{ 
	margin: 0px auto; 
}
div.forget_bottom > div.change_pw > form > table input[type="password"]{ 
	height: 30px; 
	width: 200px; 
	margin-right: 20px; 
}
div.forget_bottom > div.change_pw > form > table input[type="submit"]{ 
	margin-top: 40px; 
	width: 90px; 
	height: 30px; 
	background-color: #a61b38;
	color: #ffffff; 
	border: none; 
	margin-right: 20px;
}
div.forget_bottom > div.change_pw > form > table input[type=submit]:last-child{ 
	background-color: #666666; 
	margin-right: 0px
}
div.forget_bottom > div.change_pw > form > table th{ 
	text-align: left; 
	font-size: 13px; 
	width: 150px; 
}
div.forget_bottom > div.change_pw > form > table td{ 
	height: 35px; 
	padding: 5px; 
	line-height: 35px;
}
