@charset "utf-8";
 


/*
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;}
#top_menu_fade			{display:none;position:absolute;top:0%;left:0%;width:100%;height:100%;background:#000;opacity:.50;z-index:9980000;}

/* 반응형일때 max-width 기본일땐 width */
.web_size				{position:relative; max-width:1400px; margin:0 auto; } 

/* HEAD    ================================================================================== */
#header_main			{position:relative;width:100%; height:100%; padding:185px 0 0 0;}  
#header_sub				{position:relative;width:100%; height:100%;	padding:185px 0 0 0;}  
   
.sub_top_m				{display:none; }

#sub_wrap				{} 
#sub_main				{margin:0 0 0 320px; padding:60px 0 0 0; }  


/* 서브 왼쪽메뉴   ===================================================================================== */ 
#left_menu					{width:250px; float:left; margin:0; }  
#left_menu .snb_box			{position:relative;  width:100%; height:140px; border-right:10px solid #8cc227; border-bottom:10px solid #8cc227; margin:20px 0 30px 0; padding-top:10px;}  
#left_menu .snb_box:before	{position:absolute; top:0; right:0; width:20px; height:10px; background:#8cc227; content:'';}
#left_menu .snb_box:after	{position:absolute; bottom:0; left:0; width:10px; height:40px; background:#8cc227; content:'';}
#left_menu h2				{position:relative; display:block; color:#333; font-size:1.8em; font-weight:500; letter-spacing:-2px; line-height:100%; }
#left_menu .snb_box em		{display:block; font-style:normal; font-weight:500; font-size:0.75em; color:#ccc; margin:10px 0;}

#snb						{width:100%; }
#snb ul						{padding:0; overflow:hidden; border-top:1px solid #ddd;}
#snb ul li					{width:100%; line-height:56px; letter-spacing:0; }
#snb ul li a				{display:block; line-height:56px; letter-spacing:-1px; color:#555;font-weight:500; text-indent:20px; border-bottom:1px solid #ddd;  overflow: hidden; text-overflow:ellipsis;-o-text-overflow:ellipsis; white-space:nowrap; background:url('../image/common/snb_off.png') no-repeat 92% 50%;}
#snb ul li .on, 				
#snb ul li.current a		{border-bottom:3px solid #014898;background:url('../image/common/snb_on.png') no-repeat 92% 50%; color:#014898;}
#snb ul li a:hover			{background:url('../image/common/snb_on.png') no-repeat 92% 50%; color:#014898;}
#snb ul li.current:hover	{background:none;}

#snb ul li.current ul		{}
#snb ul ul					{padding:10px 0; list-style:none; background-color:#f6f6f6; border-bottom:1px solid #e5e5e5; border-top:0; display:none; }
#snb ul li.current ul		{display:block;}
#snb ul li li				{margin:0; line-height:21px; font-weight:normal; }
#snb ul li li a				{padding-left:27px; font-size:0.95em; line-height:30px; border-bottom:1px solid #e5e5e5; color:#111; background:url("../image/common/left_icon.png") no-repeat; background-position:17px 9px; border-bottom:0;}
#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:#333; font-weight:normal; transition: all 0s; background:url("../image/common/left_icon.png") no-repeat #e4e4e4; background-position:17px -15px; } 
#snb ul li.current li a		{font-size:0.9em; text-indent:5px; border:0; font-weight:500; color:#666; transition: all 0s; background:url("../image/common/left_icon.png") no-repeat #f4f4f4; background-position:17px 9px; border-bottom:0;}
#snb ul li li.current a,
#snb ul li li.current a:hover	{transition: all 0s; background:url("../image/common/left_icon.png") no-repeat #f4f4f4; background-position:17px -15px; } 
.lnb_color1					{font-weight:600; color:#014898; }
.lnb_color2					{font-weight:600;color:#000; }


/*   서브페이지    ==================================================================================== */
#main_contents			{position:relative; margin:0 0 150px 0; min-height:600px; } /* 본문 영역 */  
#sub_title				{width:100%; overflow:hidden; ; margin:0 0 40px 0; padding-bottom:20px;border-bottom:1px solid #ddd; } /* 서브페이지 타이틀 */
#sub_title h3			{font-size:33px; line-height:100%; font-weight:300; color:#111; letter-spacing:-2.5px; }

#sub_navigation			{padding-top:20px;}   
#sub_navigation a		{padding:0 3px; color:#717171; } 
.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 12px; font-size:0.9em; } 
.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 12px; letter-spacing:-1px; }
 
h4						{position:relative; margin-bottom:15px; padding-left:27px; font-size:1.4em; color:#00274e; letter-spacing:-2px; line-height:140%; font-weight:500; }
h4:before				{position:absolute; left:0; top:2px; content:''; display:block; width:20px; height:28px;background:url("../image/common/acch4.png") no-repeat 0 50%; background-size:20px;}
h4 span					{font-size:14px; margin-left:5px; letter-spacing:-1px;}
h5						{padding:0 0 10px 0;font-size:1.05em; color:#114ab0; letter-spacing:-0.8px; font-weight:600; }
h6						{font-size:1.05em; padding:0 0 8px 0; color:#333; letter-spacing:-0.5px; font-weight:600; }

.sub_cont01				{padding-left:5px;text-align:justify;}  
.sub_cont02				{padding-left:10px;text-align:justify; line-height:160%;}  
.sub_cont_box01			{border:4px solid #efefef;padding:15px;}
.sub_list01 ul			{padding:7px 0 0 10px;}
.sub_list01				{position:relative; list-style:none; padding:3px 0 3px 12px;}
.sub_list01:after		{position:absolute; content:''; display:block; left:2px; top:12px; width:3px; height:3px; background:#3b7cda;}
.sub_list02				{position:relative; list-style:none; padding:1px 0 1px 12px;}
.sub_list02:after		{position:absolute; content:''; display:block; left:0; top:10px; width:5px; height:1px; background:#b5b5b5;}


/* 하단 카피라이트   ==================================================================================== */ 
#copyright							{position:relative; padding:40px 0 60px 0; background-color:#333; }   
.copyright_btn						{padding-bottom:20px;}
.copyright_btn li					{position:relative; display:inline-block; padding:0 20px 0 0; }  
.copyright_btn li:after				{content:''; position:absolute; top:0; right:8px; bottom:0; width:1px;height:0.85em; margin:auto; background:#777;}
.copyright_btn li:last-child		{padding:0;}
.copyright_btn li:last-child:after	{display:none;}
.copyright_btn li a						{color:#fff; }
.copyright_btn li:first-child a	{font-weight:700;}

.copyright_txt						{position:relative; color:#aaa; } 
.copyright_txt address				{font-style:normal; line-height:160%; display:flex; gap:0 20px; flex-wrap:wrap;}
.copyright_txt .copy				{line-height:160%; color:#aaa; padding-top:2px;} 

.btn_top							{position:fixed; right:20px; bottom:10px; width:40px; height:40px; z-index:2200; background:url("../image/common/btn_top_m.png") no-repeat center 15px rgba(95,95,95,0.5);}


/*  서브페이지 탭메뉴   ==================================================================================== */
.sub_tabmenu01					{width:100%; height:53px; border-bottom:1px solid #ccc; box-sizing:border-box; margin-bottom:40px; }
.sub_tabmenu01 li				{float:left;  border-top:1px solid #ccc; background:#f9f9f9}
.sub_tabmenu01 li:last-child	{border-right:1px solid #ccc; }
.sub_tabmenu01 li a				{display:inline-block; width:100%; height:51px; line-height:51px; padding:0 30px; font-size:1.05em; text-align:center; color:#979797; border-left:1px solid #ccc; font-weight:500; letter-spacing:-1px;}
.sub_tabmenu01 .on				{background:#fff; border-top:3px solid #22305c; height:52px; line-height:46px; background:#fff; color:#000;}
.sub_tabmenu01 .on a			{height:50px; line-height:50px; background:#fff; color:#000;}

.sub_tabmenu02					{width:100%; border-bottom:1px solid #ddd; border-top:1px solid #ddd; box-sizing:border-box; margin-bottom:20px; text-align:center;}
.sub_tabmenu02 li				{display:inline-block; zoom:1; *display:inline; }
.sub_tabmenu02 li a				{display:inline-block; padding:0 10px; width:100%; height:70px; line-height:70px;  color:#5d6774; border-bottom:3px solid #fff; font-weight:500; letter-spacing:-1px; }
.sub_tabmenu02 li a:hover, .sub_tabmenu02 .on 		{color:#114ab0; border-color:#114ab0; font-weight:700;}
.sub_tabmenu02 .on a		{border-color:#114ab0; color:#114ab0; font-weight:700;}

.sub_tabmenu03					{min-height:37px; 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:35px; text-align:center; color:#555; border-right:1px solid #d3d3d3; }
.sub_tabmenu03 li a:hover		{color:#3f63d5; }
.sub_tabmenu03 li a.on 			{font-weight:500; background:#fff;  color:#000; border-left:1px solid #d3d3d3; }
.sub_tabmenu03 li a.on:hover	{   }



/* 표 관련   ==================================================================================== */ 
.form_table					{border-top:2px solid #0e3964;  border-collapse:collapse; width:100%; table-layout:fixed; background:#f7f7f7; font-size:0.95em;} 
.form_table thead th		{color:#09326d; padding:12px 8px;font-weight:600; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; background-color:#f7f7f7; }
.form_table thead th:last-child 	{border-right:1px solid #fff;  }
.form_table tbody th		{font-weight:500; color:#666; line-height:150%; padding:12px 8px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#fbfbfb; text-align:center; }
.form_table tbody td		{color:#111; line-height:150%; padding:12px 8px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#ffffff; }
.form_table tbody td:first-child	{border-left:1px solid #fff; }
.form_table tbody td:last-child	{border-right:1px solid #fff; }
.form_table tbody .stxt		{color:#111; font-size:0.95em; line-height:150%; letter-spacing:-0.5px;}
.form_table a:link			{color:#111; }
.form_table tfoot td 		{background-color:#f7f7f7; text-align:center;font-weight:500; padding:7px 0; border:solid 1px #dfdfdf;}
.form_table tfoot td:first-child	{border-left:1px solid #fff;}
.form_table tfoot td:last-child		{border-left:1px solid #fff; }

.form1_2					{background-color:#e5ecf4; text-align:center; color:#111; padding:8px 0;font-weight:500; 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; }  


/*  기타    ==================================================================================== */
.count_stxt				{padding:0 0 10px 0; font-size:0.9em; }
.count_stxt span		{color:#5a8ce6; font-weight:500;}

.extra01				{color: #f87a00;  text-decoration:none; }
.extra02				{color: #3386f5; } 

.dot_line				{height:45px; } 
.dot_line01				{background: url("../image/common/dot_line01.gif") repeat-x left 53px; height:100px; }  
.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:500; padding:0 33px 0 0; letter-spacing:-1px; } 
 
.popup_layer			{border-left:1px solid #ddd; border-right:1px solid #ddd; border-top:3px solid #8cc227; }
.popup_layer .tit		{font-size:1.3em; letter-spacing:-1px; font-weight:500; text-align:center; padding:25px 10px;}
.popup_layer .box		{margin:0 25px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:17px 0;}
.popup_layer dl			{overflow:hidden; padding:3px 0;}
.popup_layer dl dt		{float:left; width:115px;font-weight:500; font-size:12px;line-height:26px; text-align:center; background:#f4f4f4; border-radius:20px; }
.popup_layer dl dd		{padding:5px 0 0 125px; font-size:0.95em; line-height:140%;}
.popup_layer .more		{line-height:42px; width:150px; background:#114ab0; font-size:13px; margin:20px auto 0 auto; border-radius:50px; font-weight:500; color:#fff; text-align:center; margin-top:}
.popup_layer .more:hover	{background:#41464a;}
.popup_layer .logo		{text-align:center; margin:20px 0;}
.popup_layer .logo img	{width:150px;}



/*  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-weight:500; 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:500; letter-spacing:-1px; }
.cyber_st02				{padding:0 0 5px 0;font-weight:500; 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%; }



 /* 사이트맵   ================================================================================== */
#sitemap_wrap					{position:fixed; top:0; left:0; width:100%; height:100%; z-index:50000000000000; display:none; } 
.sitemap_wrap					{position:absolute; display:table; width:100%;  vertical-align:middle; z-index:10 ;   }
.sitemap_wrap_close		{position:relative; max-width:1400px;width:100%; margin:auto;margin-top:-60px; text-align:right;  }
.sitemap_wrap_close span		{position:relative; right:20px;display:inline-block;cursor:pointer; }
.sitemap_box						{position:relative; max-width:1400px;margin:0 auto; height:100vh; padding:80px 0;  overflow-y:scroll; }
.sitemap_h							{position:relative; display: grid; grid-template-columns: repeat(1, 1fr);   }

.site_wrap01						{position:relative;  padding:20px 0;  border-bottom:1px solid rgb(255,255,255,0.15); display: grid; grid-template-columns: 200px auto;  } 
.site_wrap01:last-child		{border-right:0;}
.site_title								{color:#f89c00; font-size:20px;font-weight:bold;  text-align:left;  padding:5px 0; }
.site_area01 						{margin:0; width:100%; padding:0; list-style:none;   display: grid; grid-template-columns: repeat(7, 1fr);gap:20px; }
.site_area01 ul					{ padding:10px 0 0 5px; } 
.site_area01 li.site_list01		{position:relative;font-size:16px; padding:3px 0 3px 0;  line-height:170%; }
.site_area01 li.site_list01 a	{color:#bbb; }
.site_area01 ul li.site_list02	{position:relative;font-size:14px;  padding:2px 0 3px 13px;  line-height:160%; }
.site_area01 ul li.site_list02:after	{content:''; position:absolute; top:11px;left:3px; width:2px;height:2px;background:#aaa;}
.site_area01 ul li.site_list03	{position:relative;font-size:13px; padding:2px 0 2px 5px; text-indent:13px; line-height:160%; }

.site_area01 ul li.site_list02:hover	{text-decoration:underline;}

.black_bg							{position:absolute; top:0; left:0; width:100%; height:100%; background-color:#000; background-attachment:fixed; opacity:.97; }
 
@media screen and (max-width:1024px) {
.sitemap_wrap_close span		{right:10px;}
.site_wrap01						{   grid-template-columns: 160px auto;  } 
.site_area01 							{ grid-template-columns: repeat(4, 1fr); }
.site_title									{padding-left:10px; font-size:18px;  }
.site_area01 li.site_list01		{ font-size:15px;  }
}
@media screen and (max-width:700px) {
.site_area01 							{ grid-template-columns: repeat(2, 1fr);gap:10px 20px; }
.site_area01 li.site_list01		{ font-size:14px;  }
.site_area01 ul li.site_list02	{ font-size:13px;  }
}
@media screen and (max-width:500px) {
.site_area01 							{ grid-template-columns: repeat(1, 1fr);gap:0; } 
.site_area01 ul					{ padding:10px 0 0 10px; } 
}


/*   통합검색   =============================================================================================*/ 
.search_title					{text-align:left; padding-bottom:10px; font-size:1.4em; font-weight:600; color:#555; }
.search_title span				{color:#114ab0; margin-left:7px; letter-spacing:0; font-size:0.8em;}

#search li						{list-style:none; }
.search_list_box01				{height:240px; background:url("../image/common/sub_topimgsrh.png") no-repeat center 0 #071120; margin:0 0 40px 0; text-align:center; }

.sub_search_wrap				{padding:90px 0 0 0;}
.sub_search						{margin:0 auto; width:550px; height:50px; border:3px solid #114ab0; background-color:#fff; z-index:21000; }
.sub_search	p					{float:left; width:135px; line-height:36px; color:#353535; font-size:1.55em; text-align:center;font-weight:500; border-right:1px solid #ddd; }
.sub_search .search_box			{float:left; padding:4px 0; line-height:37px;  }
.sub_search .search_input		{width:310px; height:36px; padding:0px 15px; font-size:15px; color:#7c8389; border:0; background:#fff; }
.sub_search input[type="image"]	{float:right; background-color:#114ab0;  }

.sub_search_wrap2			{position:relative;margin-bottom:50px;text-align:center;}
.sub_search2				{margin:0 auto; width:360px; height:36px; z-index:21000;display:none; }
.sub_search2	p			{float:left; margin-right:10px; line-height:36px; color:#555; font-size:1em; text-align:center; }
.sub_search2 .search_box2	{float:left; line-height:32px; border:2px solid #a8a8a8; background-color:#f6f6f6; }
.sub_search2 .search_input2	{width:250px; padding:3px 0 4px 10px; font-size:15px; border:0; background-color:#f6f6f6; }

.sub_search_btn				{display:inline-block; padding:0 60px 0 35px; line-height:34px; color:#fff; font-size:0.95em; border:1px solid #41464a; border-radius:3px; background:url('../image/common/icon_btn01.png') no-repeat 90% 50% #41464a; background-size:auto 20px; cursor:pointer; } 
.sub_search_btn:hover		{background-color:#114ab0; border-color:#114ab0;}

.search_list_box01_02			{padding-top:21px; }
.search_list_box01_03			{padding:20px 0 10px 0; color:#ddd;}
.search_list_box01_03 span:first-child	{font-size:18px; color:#fff; }
.search_list_box01_03 span:last-child	{font-size:14px; padding-left:30px; }
.search_list_box01_03 span a			{color:#fff; opacity:0.7;}
.search_list_box01_03 span a:hover		{opacity:1;}
.search_infotitle				{text-align: center; font-size:20px; font-weight: 500; padding-bottom:40px; color:#333; letter-spacing:1px; }
.search_infotitle span:first-child	{font-size:24px; color:#114ab0; }
.search_infotitle span:last-child	{font-size:24px; padding-bottom:4px; color:#114ab0; border-bottom:2px solid #114ab0; }

.search_list_more_btn			{display: inline-block; zoom: 1; *display:inline: ; line-height: 25px; padding: 0 10px; color: #fff; background: #646e7d; font-size: 12px; border: 1px solid #5a6370; cursor: pointer; border-radius: 2px; box-shadow: 0px 1px 0px #d9d9d9; margin-bottom:5px; }

.search_line01					{background: url("../image/common/dot_line01.gif") repeat-x left 15px; height:30px; }   

.search_list_wrap01_top			{border-top:2px solid #66575a; padding:20px 5px 0px 5px; }
.search_list_wrap01				{padding:20px 5px 0px 5px; }
.search_list_path				{color:#4d90fe; font-size:0.85em; }
.search_list_link				{padding-bottom:10px; }
.search_list_link a				{color:#1c78f4; }
.search_list_title01 em			{background: #114ab0;font-style: normal;font-size: 0.7em;color: #fff;padding: 2px 10px; }
.search_list_title01			{font-size:1.2em; font-weight:500; color:#555; padding-bottom:15px; letter-spacing:-1px; }
.search_list_title02			{font-size:1.2em;  font-weight:500; color:#555; padding-bottom:5px; letter-spacing:-1px; }
.search_list_cont02				{padding-bottom:20px; color:#797979; font-size:0.9em; }

.search_dl						{padding:2px 0px; }
.search_dl dt					{float:left; background:url('../image/common/icon02.gif') no-repeat 4px 7px; padding: 0 0 0 14px; letter-spacing: -1px; font-weight: bold; }
.search_dl dd					{margin: 0 0 0 85px; }

.search_box02					{border:2px solid #ddd; background-color:#f5f5f5; padding:20px; text-align:center; } 
.search_cate_title				{color:#ff6600;font-weight:500; 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; }


.search_tabmenu01			{width:100%; border-left:1px solid #ccc; border-top:1px solid #ccc; min-height:40px; overflow:hidden; margin-bottom:50px; }
.search_tabmenu01 li		{width:25%; float:left; border-right:1px solid #ccc; border-bottom:1px solid #ccc; height:45px; line-height: 45px; text-align:center; background:#fefefe; }
.search_tabmenu01 li a		{font-weight: 500; font-size:13px; padding:0 5px; color:#333; overflow: hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; }
.search_tabmenu01 li.on		{background:#114ab0; }
.search_tabmenu01 li.on a	{color:#fff; }

.sub_select_wrap				{display:none;position:relative; width:100%; margin-bottom:30px; }
.sub_select_li					{display:inline-block; width:100%; }
.sub_select_box					{position:relative; width:100%; min-height:30px; border:1px solid #114ab0; background:#114ab0; font-size:13px; }
.sub_select_box ul				{position:absolute; top:30px; left:-1px; width:calc(100% + 2px); margin-top:1px; padding:0 0 1px 2px; background:#fff; display:none; z-index:9999999999; border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; }
.sub_select_box li				{display:inline-block; margin:2px 0; padding:0 10px; border-radius:3px; background-color:#bab9b9; }
.sub_select_box li a			{width:100%; height:30px; line-height:30px; color:#fff; font-size:1.05em; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; }
.sub_select_box li:hover,
.sub_select_box li.on			{background:#9e9e9e; }	
.sub_select_box p				{width:100%; height:30px; line-height:30px;font-weight:500;width:100%; height:100%; text-indent:12px; color:#fff; font-size:1.05em; border-bottom:0px solid #349f8a;cursor:pointer;}
.sub_select_box p span			{display:inline-block; float:right; padding:0 9px 0 0; }

.search_table_wrap		{border-top:2px solid #66575a; }
.search_table				{border-collapse:collapse; width:100%; table-layout:fixed; background:#f4f4f4;  } 
.search_table thead th	{padding:15px 8px;font-weight:500; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; font-size:0.95em; background-color:#f4f4f4; }
.search_table thead th:last-child	{border-right:1px solid #fff;  }
.search_table tbody th	{color:#111; line-height:150%; padding:11px 8px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#fafbfc; text-align:center; }
.search_table tbody td	{color:#111; line-height:150%; padding:11px 8px; border-bottom:1px solid #ddd; border-right:1px solid #ddd; background-color:#ffffff; }
.search_table tbody td:first-child	{border-left:1px solid #fff; }
.search_table tbody td:last-child	{border-right:1px solid #fff; }
.search_table tbody .stxt	{color:#111; font-size:0.85em; line-height:150%; letter-spacing:-0.5px;  }
.search_table a	{color:#111; }

.list_table_head				{overflow:hidden; text-align:center; color:#111;font-weight:500; line-height:51px; background:#f4f4f4; border-top:2px solid #66575a; border-bottom:1px solid #dfdfdf; font-size:14px; }
.list_table_head div.no			{float:left; width:50px; }
.list_table_head div.subject	{float:left; width:calc(100% - 220px); }
.list_table_head div.named		{float:left; width:60px; }
.list_table_head div.date		{float:left; width:70px; }
.list_table_head div.hit		{float:left; width:40px; }



/* screen 1400*/
@media screen and (max-width:1400px) {

	#copyright				{padding:40px 20px 60px 20px;}

}


/* screen 1024 */
@media screen and (max-width:1024px) {

	#header_main			{padding:60px 0 0 0; }  
	#header_sub				{padding:60px 0 0 0; background:none; } 
	#sub_wrap				{padding:20px 0 0 0; margin:0; border-top:0; }
	#sub_main				{margin:0; padding:0 10px; border:0; }

	#left_menu				{display:none; }
	#main_contents			{min-height:400px; }
	.sub_top_m				{display:block; font-weight:500; text-align:center; color:#fff; background:#044774; font-size:1.4em; line-height:60px; letter-spacing:-1px;}

	#sub_navigation			{display:none; }

	#sub_title h3			{font-size:2em; line-height:55px; }
	#sub_title				{display:none; }

	#copyright				{padding:30px 10px;}
	.copyright_btn			{padding-bottom:7px; text-align:center;}
	.copyright_btn li a		{font-size:0.8em;}
	.copyright_txt			{font-size:0.8em; text-align:center;}

	.sub_tabmenu01				{width:100%; height:46px; overflow:hidden; margin-bottom:20px; border:0; }
	.sub_tabmenu01 li			{border:0; }
	.sub_tabmenu01 li:first-child{margin-left:0; border:0; }
	.sub_tabmenu01 li:last-child{border:0;}
	.sub_tabmenu01 li a			{height:46px; line-height:44px; text-align:center; padding:0 10px; background:#f0f0f0; font-size:0.9em;color:#333; border:1px solid #fff; border:1px solid #f0f0f0; overflow: hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; }
	.sub_tabmenu01 li.on		{border:0; }
	.sub_tabmenu01 li.on a		{color:#fff; line-height:44px; height:46px;background:#042a59; border-color:#042a59; }

	.sub_tabmenu02				{margin:-20px 0 20px 0 !important;}
	.sub_tabmenu02 li a			{font-size:0.9em; padding:0; height:50px; line-height:50px;}

	.search_infotitle		{font-sizE:1em; line-height:140%;}
	.search_title			{font-size:1.4em;}
	.search_list_title01, .search_list_title02	{font-size:1em;}
	.search_list_cont02			{font-size:0.85em; padding-bottom:10px;}
	.search_list_path			{font-size:0.85em;}
	.search_list_wrap01_top, .search_list_wrap01		{padding:10px 5px 0 5px;}

	.tab2 li				{width:49%; }
	.tab3 li				{width:33%; }
	.tab3 li:last-child		{width:34%; border:0; }
	.tab4 li				{width:25%; }
	.tab5 li				{width:20%; }
	.tab6 li				{width:16.67%; }
	.tab6 li:first-child	{width:17%; }
	.tab7 li				{width:14.28%; }
	.tab7 li:first-child	{width:14.32%; }


}




/* 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%; }
	.site_wrap01			{float:none; width:100%; }
	#sng_bigimg_layer					{width:90% !important;}

}


/* screen 640 */
@media screen and (max-width:640px) {

	.search_list_box01				{height:160px;}
	.sub_search_wrap				{padding:40px 0 0 0;}
	.sub_search						{width:95%; height:42px;  }
	.sub_search	p					{width:60px; line-height:36px; font-size:0.95em; }
	.sub_search .search_box			{padding:0; line-height:34px;  }
	.sub_search .search_input		{width:240px; padding:0 10px; font-size:13px; color:##7c8389; border:0; }
	.sub_search input[type="image"]	{height:36px; }

}



/* screen 580 */
@media screen and (max-width:580px) {

	.sub_search .search_input		{width:200px; }

	.cyber_mail_box					{padding:200px 20px 30px 20px; text-align:center; background:url("../../../core/image/common/email_img.gif") no-repeat center 20px; }

	.search_infotitle				{font-size: 1.2em; padding-bottom:30px; line-height:30px; }
	.search_infotitle span:first-child	{font-size:1.0em; }
	.search_infotitle span:last-child	{font-size:1.0em; }

	.sub_select_wrap02				{display:none; }
	.sub_select_wrap				{display:block;}


}


