/* 메인 및 서브페이지 검색창 Input box */	
	.search_box {
		display: inline-block;
		max-width: 430px; height: 33px;		
		min-width: 430px; height: 33px;	
		width: 430px; height: 33px;	
		/* width: 400px; height: 50px;		 */
		border: 2px solid #5282DC !important;
		margin-right: 5px;
		background: white;
		border-radius: 0px !important;
		
	}
	.keyword_input {
		width: 260px; height: 30px;
		margin: 6px 0 0 9px;
		border: 0;
		line-height: 21px;
		font-weight: bold;
		font-size: 20px;
		outline: none;
	}

	
/* 메인 및 서브페이지 검색 버튼 */		
	.search_button {
		width: 62px; 
		height: 33px;
		margin: 0; 
		vertical-align: top;
		background: #5282DC;
		color: white;
		font-weight: bold;
		font-size: 18px;
		text-shadow: 0 0 3px #293A5C;		
		border-radius: 0px;
		border: 1px solid #455E8C;
		cursor: pointer;
	}
	.search_button:hover {
		background: #7DA1E5;
	}

	
/* 메인 및 서브페이지 상세검색 버튼 */	
	.advanced_search_button {
		width: 62px; 
		height: 33px;
		margin: 0; 
		vertical-align: top;
		background: #5282DC;
		color: white;
		font-weight: bold;
		font-size: 12px;
		text-shadow: 0 0 3px #293A5C;		
		border-radius: 0px;
		border: 1px solid #455E8C;
		cursor: pointer;
	}
	.advanced_search_button:hover {
		background: #5282DC;
	}


/* 메인 및 서브페이지 사이트맵 버튼 */	
	.sitemap_button {
		text-align: center; 
		vertical-align: top; 
		display: inline-block; 
		width: 62px; 
		height: 33px; 
		margin-left: 3px; 
		background: #BFBFBF; 
		border-radius: 0px; 
		border: 1px solid #8C8C8C; 
		padding-top: 5px;
	}
	.sitemap_button:hover {
		background: #8C8C8C;
	}

	
	
	
	
	
	
/* 구 상세검색 버튼(사용x) */		
	.search_button2 {
		width: 62px; 
		height: 35px;
		padding: 7px 7px 5px 7px;
		margin-left: 5px;
		background: #7DA1E5;
		color: white;		
		font-size: 13px;
		text-shadow: 0 0 3px #293A5C;		
		border-radius: 0px;
		border: 1px solid #455E8C;
		cursor: pointer;
	}
	.search_button2:hover {
		background: #5282DC;
	}	
	

/* 구 사이트맵 버튼(사용x) */	
	.search_button3 {
		width: 62px; 
		height: 35px;
		padding: 7px 7px 5px 7px;
		margin-left: 5px;
		background: #BFBFBF;
		color: white;		
		font-size: 13px;
		text-shadow: 0 0 2px #363636;		
		border-radius: 0px;
		border: 1px solid #8C8C8C;
		cursor: pointer;
	}
	.search_button3:hover {
		background: #8C8C8C;
	}	
	
	