/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
@import url(./nanumgothic.css);

* {
   font-family: 'Nanum Gothic', sans-serif;
}
	.blue_button
	{
		font-weight:bold;
		width:510px;
		height:60px;
		border: 0px solid #55a8ea;
		border-radius:1px;
		background-color:#55a8ea;
		color:white;
		font-size:20px;
		margin: 10px 0px 0px 0px;
	}

	.blue_button2
	{
		font-weight:bold;
		width:550px;
		height:60px;
		border: 0px solid #55a8ea;
		border-radius:1px;
		background-color:#55a8ea;
		color:white;
		font-size:20px;
		margin: 20px 20px 20px 20px;
	}

	.input
	{
		width:500px;
		height:50px;
		border: 1px solid #8a8a8a;
		border-radius:3px;
		color:#a6a6a6;
		font-size:20px;
	}

	.title_button
	{
		background-color:transparent;
		color:#a6a6a6;
		font-size:20px;
		border : none;
		outline: none;
	}

	.copyright
	{
		width:100%;
		height:220px;
		background:#a6a6a6;
		color:#575757;
	}

	.title_bar
	{
		width:100%;
		height:60px;
		background:#ffffff;
	}



	.title_value
	{
		margin-top:10px;
		font-size:23px;
		font-weight:bold;
		color:#575757;
	}

	.sub_table_value
	{
		color:#242424;
		font-weight:bold;
		font-size:18px;
		margin:10px 0px 10px 20px;
		color:#575757;
	}
	.mem_table
	{
		background : white;
		margin-left:50px;
		margin-top:10px;
		width:700px;
		border-radius:3px;
	}
	.mem_table_tr
	{
		margin:20px;
	}
	.mem_table_input
	{
		border: 1px solid #8a8a8a;
		border-radius:3px;
		color:#a6a6a6;
		margin-left:20px; 
		width:550px;
		height:35px;
		font-size:17px;
	}
	.mem_table_input_s
	{
		border: 1px solid #8a8a8a;
		border-radius:3px;
		color:#a6a6a6;
		margin-left:20px; 
		width:80px;
		height:35px;
		font-size:17px;
		text-align:center;
	}
	.find_title_table
   {
	   border-collapse: collapse;
	   width:100%;
   }
   .find_table
   {
	  width:80%;
   }
   
   .no_border
   {
	   border: 0px;
   }
   .hr
   {
	width:95%;
	margin-left:20px;
	margin-right:20px;
   }
   .code_find_input{
		border: 1px solid #8a8a8a;
		margin-left:20px; 
		border-radius:3px;
		color:#a6a6a6;
		width:100%;
		height:22px;
		font-size:17px;
   }
   .code_value_input{
		border: none;
		width:100%;
		font-size:30px;
		text-align:center;
   }
   .my_info_button{
		
		float:right;
		color:#000000;
		font-size:14px;
	}


   
   