@charset "utf-8";
 
input:focus				{background-color: #ffcc00;}

/*
a, a:link, a:visited{text-decoration:none;  transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-webkit-transition:all 0.3s ease-out;}  
*/

#body_fade	{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background:#000;opacity:.80;z-index:9990000;}
#popup_fade	{display:none;position:fixed;top:0%;left:0%;width:100%;height:100%;background:#000;opacity:.80;z-index:9999900;}

/* 반응형일때 max-width 기본일땐 width */
.web_size				{position:relative;max-width:1200px;margin:0 auto; } 

/* HEAD    ================================================================================== */
#header_main			{position:relative;width:100%; height:100%; padding:100px 0 0 0;}  
#header_sub				{position:relative;width:100%; height:100%;	padding:100px 0 0 0;}  
   
#sub_top				{height:160px; width:100%;
						-webkit-animation: animate_background 8s linear;
						-moz-animation: animate_background 8s linear;
						-o-animation: animate_background 8s linear;
						animation: animate_background 8s linear;}
.sub_topimg1			{background:url('../image/common/sub_topimg.png') no-repeat 50% 50%;}


@keyframes animate_background{
     0%   {background-position:50% 20%;}
	 50%  {background-position:50% 100%;}
	 100%  {background-position:50% 50%;}
}

.sub_top_txt_m			{display:none;}

#sub_wrap				{padding:0;  } 
#sub_main				{margin:0 0 0 260px; padding:0;}  

/* 서브 왼쪽메뉴   ===================================================================================== */ 
#left_menu					{width:210px; float:left; min-height:280px;margin:0; }   
#left_menu .h2_box			{height:130px;text-align:center;background:url('../image/main/menu_bg01.png') repeat;}	
#left_menu h2				{display:block;font-size:25px;color:#fff;letter-spacing:-1px;text-align:center;line-height:130px;}
 

#snb						{width:100%;}
#snb ul						{padding:0 0;}
#snb ul li					{width:100%; line-height:45px; letter-spacing:0; }
#snb ul li a				{display:block;font-size:1.05em; line-height:45px; letter-spacing:0; color:#666; text-indent:12px; border:1px solid #DCD7D2; border-top:0;background-image:url('../image/common/sub_menu_icon01.png'); background-repeat:no-repeat;
							background-position:15px -80px;  }
#snb ul li a:hover, 
#snb ul li a.on				{color:#fff; background-color:#ff7c07; border-color:#ff7c07;background-position:15px -152px;transition: all 0.3s;}  
#snb ul li.current a		{color:#fff; background-color:#ff7c07; border-color:#ff7c07;background-position:15px 8px; transition: all 0.3s;} 

#snb ul li.current ul		{display:none; }
#snb ul ul					{padding:10px 0 10px 15px;list-style:none; border-bottom:1px solid #ddd; background-color:#f7f7f7;}
#snb ul li li				{line-height:21px; font-weight:normal;  }
#snb ul li li a				{color:#666;font-size:1em;line-height:25px;  background:url('../image/common/sub_menu_icon01.png') no-repeat 0 -10px;}
#snb ul li li a:hover, 
#snb ul li li a.on, 
#snb ul li.current li a:hover, 
#snb ul li.current li a:focus, 
#snb ul li.current li a.on,
#snb ul li li.current a		{color:#666;font-weight:normal; background-position:0 -300px; background-color:#f7f7f7;border-bottom:none;} 
#snb ul li.current li a		{background-position:0 -300px;color:#666; border-bottom:none;background-color:#f7f7f7;}
#snb ul li li.current a,
#snb ul li li.current a:hover	{background-position:0 -254px;border-bottom:none !important;} 
.lnb_color1					{color:#fff;}
.lnb_color2					{color:#ff7c07;}
 

 #left_bn					{margin-top:20px;}
 #left_bn ul				{overflow:hidden;border:1px solid #DCD7D2;}
 #left_bn ul li				{float:left;width:50%;text-align:center;font-size:13px;padding:60px 0 10px 0;}
 #left_bn .bn01				{color:#555;border-bottom:1px solid #DCD7D2;border-right:1px solid #DCD7D2;background:url("../image/common/lt_bn01.png") no-repeat center 15px;}
 #left_bn .bn02				{color:#555;border-bottom:1px solid #DCD7D2;background:url("../image/common/lt_bn02.png") no-repeat center 15px;}
 #left_bn .bn03				{color:#555;border-right:1px solid #DCD7D2;background:url("../image/common/lt_bn04.png") no-repeat center 15px;}
 #left_bn .bn04				{color:#555;background:url("../image/common/lt_bn03.png") no-repeat center 15px;}

 #left_bn .bn01:hover		{color:#fff;background:url("../image/common/lt_bn01_on.png") no-repeat center 15px #b9a790;}
 #left_bn .bn02:hover		{color:#fff;background:url("../image/common/lt_bn02_on.png") no-repeat center 15px #b9a790;}
 #left_bn .bn03:hover		{color:#fff;background:url("../image/common/lt_bn04_on.png") no-repeat center 15px #b9a790;}
 #left_bn .bn04:hover		{color:#fff;background:url("../image/common/lt_bn03_on.png") no-repeat center 15px #b9a790;}


/*   서브페이지    ==================================================================================== */
#main_contents			{margin:0 0 50px 0; min-height:700px;} /* 본문 영역 */  
#main_contents02		{margin:0; min-height:300px;} /* 본문 영역 */  
#sub_title				{width:100%; height:90px;margin:0 0 30px 0;padding:30px 0 15px 0;border-bottom:1px solid #ddd;} /* 서브페이지 타이틀 */
#sub_title h3			{margin:0;float:left; font-size:33px;line-height:50px; font-weight:normal ; color:#252525; letter-spacing:-2px;text-indent:4px; }


#sub_navigation			{line-height:150%;float:right;padding-top:25px;}   
.sub_navigation_home	{float:left;width:13px;height:20px; background:url("../image/common/path_img.png") no-repeat center;cursor:pointer;}
.path01					{float:left; background:url("../image/common/path_arrow.png") no-repeat 6px 50%;padding:0 0 0 15px;} 
.path_arrow				{float:left;  letter-spacing:0;}
.path_arrow02			{float:left;background:url("../image/common/path_arrow.png") no-repeat 6px 50%;padding:0 0 0 15px; letter-spacing:-1px;}
 
#sub_navigation a		{padding:0 3px;color:#aaa;} 




h4						{text-align:left;padding:2px 0 12px 28px;margin:0;font-size:18px; color:#444;letter-spacing:-0.5px;background:url("../image/common/h4_acc.png") no-repeat left -1px;background-size:25px auto;}
h4 span					{font-size:14px;color:#999;margin-left:7px;}
h5						{text-align:left;padding:2px 0 12px 23px;font-size:17px;color:#444;letter-spacing:-0.5px;background:url("../image/common/h5_acc.png") no-repeat 0 3px;background-size:18px auto; } /* 본문 두번째 제목 */
h5 span					{font-size:14px;color:#999;margin-left:7px;}
h6						{text-align:left;padding:5px 0 6px 10px; font-size:12px;color:#444;letter-spacing:-1px; background:url("../image/common/st_icon.png") no-repeat 0 -167px;}  

 

.sub_cont01				{padding-left:5px;text-align:justify;}  
.sub_cont02				{padding-left:10px;text-align:justify;}  
.sub_cont_box01			{border:4px solid #efefef;padding:15px;}
.sub_list01 ul			{padding:7px 0 0 10px;}
.sub_list01				{list-style:none;background:url(../image/common/icon01.gif) no-repeat 0 4px;padding:0 0 4px 10px;}
.sub_list02				{list-style:none;background:url(../image/common/icon02.gif) no-repeat 0 7px;padding:0 0 4px 10px;}
.sub_list03				{list-style:none;background:url(../image/common/icon03.gif) no-repeat 0 8px;padding:0 0 5px 9px;  }
  


.sub_cont_question		{background:url(../image/common/sub_cont_icon01.png) no-repeat 0 0;padding:0 0 7px 40px;}

 


/* 하단 카피라이트   ==================================================================================== */ 
#copyright					{background-color:#3f3f3f;padding:30px 0;}  
 
.copyright_btn				{margin-bottom:15px;font-size:13px;} 
.copyright_btn li			{display:inline-block;zoom:1;*display:inline;padding:0 6px;color:#ececec; line-height:120%; }  
.copyright_btn li:first-child		{padding-left:0;}
.copyright_btn .admin		{color:#ff7c07;}

.copyright_txt				{position:relative;color:#b4b4b4;font-size:13px;} 

.copyright_txt address		{clear:both;font-style:normal;line-height:160%;}
.copyright_txt address a		{color:#969a9e;}
.copyright_txt address span		{display:inline-block;zoom:1;*display:inline;}

.copyright_txt .spon		{color:#ffa200;margin:10px 0;opacity:0.8;}
.copyright_txt .copy		{line-height:160%;} 
 


.footer_select					{position:absolute; top:0;right: 0;width:170px;min-height:24px;border:1px solid #707070;border-bottom:none;background:#3f3f3f;font-size:12px;}
.footer_select ul				{position:absolute;bottom:31px;left:-1px;background-color:#fff;border:1px solid #707070;border-bottom:none;display:none;}
.footer_select li				{display:block;height:30px;line-height:30px;background:#3f3f3f;border-bottom:1px solid #707070;}
.footer_select li:last-child	{border-bottom:0;}
.footer_select li a				{width:168px;height:100%; text-indent:10px;display:block; color:#919191;}
.footer_select li a:hover		{background:#363636;color:#fff;}	
.footer_select p				{width:100%;height:30px;line-height:30px;border-bottom:1px solid #707070;}
.footer_select p a				{display:block;width:100%;height:100%;text-indent:10px; color:#919191;}
.footer_select p span			{display:inline-block;float:right;padding:0 9px 0 0; }




/* screen 1024 */
@media screen and (max-width:1024px) {


	#left_menu				{display:none;}
	#sub_main				{margin:0 0 0 0; padding:0 10px;}

	#header_main			{padding:60px 0 0 0;}
	#header_sub				{padding:60px 0 0 0;}




}



/* mobie screen 785 */
@media screen and (max-width:785px) {

	#sub_top				{display:none;}
	#sub_navigation			{display:none;}
	#sub_title				{display:none;}
	#sub_wrap				{padding:20px 0 0 0;}
	.sub_top_txt_m			{display:block;background:url('../image/main/menu_bg01.png') repeat;padding:20px 10px;text-align:center;}
	.sub_top_txt_m h3		{color:#fff;font-size:1.5em;line-height:100%;}


	#copyright				{text-align:center;padding:20px 0;}
	.copyright_btn			{margin-bottom:10px;}
	.copyright_btn li		{font-size:0.9em;}
	.copyright_txt			{font-size:0.9em;}
	.copyright_txt .spon	{margin:5px 0;line-height:150%;}
	.copyright_txt .copy	{font-size:0.85em;}

	.footer_select			{position:relative;width:90%;top:0;margin:10px auto 0 auto;text-align:center;}
	.footer_select p a		{text-indent:0;}
	.footer_select ul		{position:static;border:0;}
	.footer_select li a		{width:100%;text-indent:0;}
	.footer_select li:last-child	{border-bottom:1px solid #707070;}



}






/*  서브페이지 탭메뉴   ==================================================================================== */

/*  프로그램 탭메뉴   ==================================================================================== */
.pro_tabmenu				{overflow:hidden;text-align:center;margin-bottom:20px;}
.pro_tabmenu li				{display:inline-block;zoom:1;*display:inline;margin-right:3px;}
.pro_tabmenu li:last-child	{margin:0;}
.pro_tabmenu li a			{display:inline-block;zoom:1;*display:inline;min-width:130px;line-height:42px;text-align:center;color:#333; 
							border:2px solid #dcd7d2;border-radius:50px;font-size:15px;}
.pro_tabmenu li a:hover		{color:#ff7c07;border-color:#ff7c07;}
.pro_tabmenu li.on a		{background:url("../image/common/tab_bg.png") no-repeat center 0; border:1px solid #ff7c07;color:#fff;  }
.pro_tabmenu li.on:hover	{   }


.sub_tabmenu01					{box-sizing:border-box;width:100%; height:44px;border-bottom:1px solid #d9d2cf;}
.sub_tabmenu01 li				{float:left;border-top:1px solid #ccc;background:#F1F0EE;}
.sub_tabmenu01 li:last-child	{border-right:1px solid #d9d2cf;}
.sub_tabmenu01 li a				{display:inline-block;min-height:42px;line-height:42px;font-size:1.05em;padding:0 10px;width:100%;text-align:center;color:#444;border-left:1px solid #d9d2cf;}
.sub_tabmenu01 li a:hover		{color:#78665a;}
.sub_tabmenu01 li.on a			{min-height:40px;line-height:41px;background:#fff;color:#78665a; border-bottom:1px solid #fff;}
.sub_tabmenu01 li.on			{background:#fff;border-top:2px solid #78665a;}


.sub_tabmenu02					{overflow:hidden;height:46px;border-bottom:1px solid #dbdbdb;text-align:center;}
.sub_tabmenu02 li				{display:inline-block;zoom:1;*display:inline;}
.sub_tabmenu02 li a				{display:inline-block;zoom:1;*display:inline;height:45px;line-height:45px; border-bottom:2px solid #fff;color:#666; 
								background:url("../image/common/tab_line.gif") no-repeat 0 15px;padding:0 15px; font-size:1.1em; }
.sub_tabmenu02 li:first-child a	{background:none;}
.sub_tabmenu02 li a:hover		{color:#5A4336;}
.sub_tabmenu02 .on a			{border-color:#5A4336;font-weight:bold;color:#5A4336;}
  
.sub_tabmenu03					{min-height:34px; border-top:2px solid #323232;border-bottom:1px solid #ccc;background:#f5f5f5;}
.sub_tabmenu03 li				{float:left;margin-left:-1px;}
.sub_tabmenu03 li:first-child	{margin-left:0;}
.sub_tabmenu03 li a				{display:inline-block;zoom:1;*display:inline;padding:0 20px;line-height:34px;text-align:center;color:#555; border:1px solid #d3d3d3;border-bottom:none;}
.sub_tabmenu03 li a:hover		{color:#3f63d5;}
.sub_tabmenu03 li a.on 			{font-weight:bold;background:#fff;  color:#000; border:1px solid #d3d3d3; border-bottom:1px solid #fff; }
.sub_tabmenu03 li a.on:hover	{   }


 

/* 표 관련   ==================================================================================== */ 
.form_table					{border-collapse:collapse;  width:100%;table-layout:fixed;border-top:2px solid #887C76;}  
.form_title					{font-size:14px;height:20px;background-color:#5e6165;color:#fff; padding:8px; font-weight:bold; border:solid 1px #484b4e; letter-spacing:-1px;}

.form_table thead th		{background-color:#F9F9F9;text-align:center;color:#222; padding:10px 0; font-weight:bold; border:solid 1px #F9F9F9; border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;line-height:110%;}
.form_table thead th:last-child	{border-right:solid 1px #F9F9F9;}
.form_table tbody th		{background-color:#fff;text-align:center;color:#595959;  padding:10px 0px;border-bottom:solid 1px #ddd;border-right:solid 1px #ddd; }
.form_table tbody th:last-child	{border-right:solid 1px #fff;}
.form_table tbody td		{background-color:#ffffff;padding:10px; border-bottom:solid 1px #ddd;  border-right:solid 1px #ddd; } 
.form_table tbody td:last-child	{border-right:1px solid #fff;}

.form1_2					{background-color:#e5ecf4;text-align:center;color:#111; padding:8px 0; font-weight:bold; border:solid 1px #bbc6d9; line-height:110%;letter-spacing:-1px;} 
.form1_3					{background-color:#f6f7f9;text-align:center;color:#595959; padding:5px;letter-spacing:-1px;border-bottom:solid 1px #d2d2d2; }
.form1_4					{background-color:#ffffff;padding:5px;border-bottom:solid 1px #ccc;}  

.form_table tfoot td 		{background-color:#f4f4f4;text-align:center; font-weight:bold;padding:5px 0; border:solid 1px #ccc; }


.time_table					{border-collapse:collapse;  width:100%;table-layout:fixed;border-top:2px solid #887C76;}  
.time_table thead th		{background-color:#887C76;text-align:center;color:#fff; padding:10px 0; font-weight:bold; border:solid 1px #887C76; border-right:solid 1px #ddd;border-bottom:solid 1px #ddd;line-height:110%;}
.time_table tbody tr:nth-child(2n) th		{background:#F9F9F9;}
.time_table tbody tr:last-child th			{border-bottom:1px solid #ddd;}
.time_table tbody th		{background-color:#fff;text-align:center;color:#595959;  padding:10px 0px;border:solid 1px #ddd;}
.time_table tbody td		{background-color:#ffffff;padding:10px; border-bottom:solid 1px #ddd;  border-right:solid 1px #ddd; } 


/*  기타    ==================================================================================== */
.extra01				{color: #f87a00;  text-decoration:none; }
.extra02				{color: #3386f5;   } 
 
.dot_line01				{background: url("../image/common/dot_line01.gif") repeat-x left 25px; height:50px;}  
.dot_line02				{background: url("../image/common/dot_line02.gif") repeat-x left 25px; height:50px;}  
.dot_line04				{background: url("../image/common/dot_line04.png") no-repeat left 0; height:40px;}    

.notice_box01			{border:1px solid #dddddd;background-color:#f5f5f5;padding:12px 18px;}  /* 회색 박스 디자인 */ 
.notice_box02			{position:relative;border:5px solid #ededed; }  /* 회색 박스 디자인 */ 
.notice_box02_cont		{padding:55px 20px 15px 20px;}
.notice_title02			{position:absolute;margin:12px 0 0 -5px;background:url("../image/common/notice_title01.png") no-repeat right top; text-indent:20px;line-height:35px; color:#fff;font-weight:bold; padding:0 33px 0 0; letter-spacing:-1px;} 
 

/*  A 태그    ==================================================================================== */
a:link, a:visited, a:active			{ text-decoration:none; color:#666666;	} 
a:hover								{ text-decoration:none; color:#151515; }
a.a_color01:link, a.a_color01:visited, a.a_color01:active	{ text-decoration:none; color:#ff6600;	} 
a.a_color01:hover											{ text-decoration:underline; color:#ff6600; }



/*  현재 페이지 프린트 관련 스타일 : javascript.js 파일 안에 쓰임 ================================================= */
.printTop				{color:#ddd;font-size:15px;font-weight:bold;padding:10px;height:25px; letter-spacing:-1px;background-color:#333;}
.printContainer			{margin:10px;border:1px solid #dddddd; padding:10px;}
.printBottom			{text-align:center; background:#444444; width:100%;}

 

/* 퀵메뉴   ===================================================================================== */  
.quick_wrap				{position:fixed; width:76px; height:100%;right:-70px; background:url("../image/common/quick_bg01.png") no-repeat right 0; z-index:30000;}
.quick_wrap03			{padding:98px 0 0 0;}
.quick_wrap02			{border-bottom:1px solid #464a53;margin:0 0 0 8px;}
.quick_wrap02 div		{border-bottom:1px solid #272b33;border-top:1px solid #464a53;} 
.quick_btn				{POSITION:absolute; left:-29px;top:250px;}




/*   개인정보 보호정책 & 이메일무단수집 거부  ================================================================================== */
.cyber_cont_box			{margin:0 0 0 0;text-align:justify;}
.cyber_top_cont			{margin:0 0px 20px 0px; border:1px solid #ddd;padding:15px;background-color:#f5f5f5;}
.cyber_cont01			{padding:0 0 20px 10px; text-align:justify;} 
.cyber_cont01 ul 		{padding:10px 0 0 0px;}  
.cyber_cont01 ul ul 	{padding:6px 0 5px 15px;}   
.cyber_cont01 ul ul 	{padding:6px 0 5px 15px;}   

.cyber_cont_box ol			{padding:0 0 0 10px;}
.cyber_cont_box ol li		{list-style:decimal ;margin:0 0 8px 10px;}
.cyber_cont_box ol li ul li	{list-style:none;margin:0;}
.cyber_list01			{background:url("../image/common/icon02.gif") no-repeat 5px 5px;padding:0 0 4px 15px;list-style:none;}
.cyber_list02			{background:url("../image/common/icon03.gif") no-repeat 0 7px;padding:0 0 3px 4px;list-style:none;}

.cyber_st01				{padding:6px 0 4px 0;text-indent:10px;color:#444;background-color:#e9e9e9;margin:0 0 15px 0;font-weight:bold; letter-spacing:-1px;}
.cyber_st02				{padding:0 0 5px 0;font-weight:bold;color:#666;letter-spacing:-1px;}



.cyber_mail_box			{border:1px solid #dddddd;padding:70px 40px 70px 300px;font-size:1.1em; background:url("../../../core/image/common/email_img.gif") no-repeat 50px 50%;}


/* screen 1024 */
@media screen and (max-width:1024px) {


	.tab2 li				{width:50%;}
	.tab3 li				{width:33%;}
	.tab3 li:last-child		{width:34%;}
	.tab4 li				{width:25%;}
	.tab5 li				{width:20%;}
	.tab6 li				{width:16.67%;}
	.tab6 li:last-child		{width:17%;}

	.pro_tabmenu			{width:100%; min-height:36px; overflow:hidden;margin-bottom:10px;}
	.pro_tabmenu li			{float:left;margin:0 0 0 -1px;}
	.pro_tabmenu li:first-child	{margin-left:0;}
	.pro_tabmenu li a		{display:inline-block;zoom:1;*display:inline;border-radius:0;width:100%;min-width:100%;line-height:36px;
							text-align:center;background:#f5f5f5;color:#333;border:1px solid #dcd7d2;font-size:1em;overflow: hidden; text-overflow:ellipsis;-o-text-overflow:ellipsis; white-space:nowrap;}
	.pro_tabmenu li a:hover	{color:#ff7c07;border-color:#dcd7d2;}
	.pro_tabmenu li.on a	{background:#ff7c07; border:1px solid #ff7c07;color:#fff;  }
	.pro_tabmenu li.on:hover{   }

	.sub_tabmenu02			{height:100%;text-align:left;}
	.sub_tabmenu02 li a		{height:35px;line-height:35px;font-size:0.95em;background-position:0 10px;padding:0 10px;border:0;}


}




/* mobie screen 785 */
@media screen and (max-width:785px) {

	.cyber_mail_box			{border:1px solid #dddddd;padding:50px 30px 50px 250px;font-size:1.1em; background:url("../../../core/image/common/email_img.gif") no-repeat 20px 50%;}
	.form_table tbody th	{padding:0 2px;font-size:0.9em;}
	.form_table tbody td	{padding:5px;font-size:0.9em;}

}


/* mobie screen 520 */
@media screen and (max-width:520px) {

	.cyber_mail_box			{padding:200px 20px 30px 20px;text-align:center;background:url("../../../core/image/common/email_img.gif") no-repeat center 20px;}
	.sub_tabmenu01 li a		{font-size:1em;padding:0;}

}
 

 /* 사이트맵   ================================================================================== */
#sitemap_wrap			{position:fixed;top:0;left:0;width:100%;height:100%;z-index:50000000000000;display:none; } 
.sitemap_wrap			{position:relative;display:table;width:100%;height:100%;vertical-align:middle;z-index:10}
.sitemap_wrap_close		{position:absolute;right:0;margin-top:-40px;cursor:pointer;}
.sitemap_box			{position:relative;width:900px;margin:0 auto;padding:8% 0; overflow:hidden; }
.sitemap_h				{overflow:hidden;}
.site_wrap01			{float:left; width:16%; margin:20px 2%;} 
.site_title				{color:#f89c00; font-size:17px;line-height:30px; text-align:left;  padding:0 0 10px 8px;}
.site_area01 			{margin:0;width:100%; padding:0; list-style:none; }
.site_area01 ul			{ padding:6px 0 15px 0;  } 
.site_area01 li			{font-size:13px;background:url('../image/common/sitemap_icon.gif') no-repeat 0 -89px;padding:3px 0 3px 0;text-indent:20px;  line-height:170%;}
.site_area01 li a		{color:#bbb;}
.site_area01 ul li		{font-size:12px;background:url('../image/common/sitemap_icon.gif') no-repeat 0px -153px; padding:1px 0 2px 15px; line-height:160%; }

.black_bg				{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000; background-attachment:fixed;opacity:.87;}
  


/*   비밀번호 찾기 등 작게 뜨는 새창   ======================================================================*/ 





  

/*   통합검색   =============================================================================================*/ 
#search li						{list-style:none;}
.search_list_box01				{background:url("../image/common/search_list_bg01.png") no-repeat 0 0;height:68px;margin:0 0 30px 0;}
.search_list_box01_02			{padding:21px 0 0 130px;}
.search_list_box01 input[type=text]	{border:1px solid #bbbbbb;line-height:110%;width:270px;padding:3px;margin:0 10px 0 0;}


.search_line01					{background: url("../image/common/dot_line01.gif") repeat-x left 15px; height:30px;}   

.search_list_wrap01				{}
.search_list_path				{color:#1c78f4;}
.search_list_title01			{font-weight:Bold;color:#555;padding:0 0 8px 0;}
.search_list_cont02				{}


.search_box02					{border:2px solid #ddd;background-color:#f5f5f5;padding:20px;text-align:center;} 
.search_cate_title				{color:#ff6600;font-weight:bold;padding:4px 10px;border:1px solid #d5d5d5;margin:20px 0 5px 0;background-color:#f5f5f5;}
.search_list01					{padding:10px;border-bottom:1px solid #dfdfdf;}
.search_top_cate				{border-top:2px solid #f0f0f0;padding:20px 10px 5px 10px;}
.search_top_cate_list			{padding-left:10px;}
.search_top_cate_list li		{background:url("../image/common/icon01.gif") no-repeat 20px 6px;padding:0 0 3px 29px; float:left;list-style:none;}








  