@charset "utf-8";

:root {
	--color1: #043278; 
	--color2: #008bdd; 
	--color3: #25a3a0; 
}
html							{font-size:17px;}
@media screen and (max-width:1024px) {
html							{font-size:16px;} 
}

@keyframes slide-up {
	from	{opacity:0; transform: translateY(80px);}
	to		{opacity:1.0; transform: translateY(0);}
}

@keyframes imgScale {
	0%		{transform:scale(1.2)}
	100%	{transform:scale(1)}
}

@keyframes ani_dropdown	{
	0%		{-webkit-transform:translateY(-100%);transform:translateY(-100%)}
	100%	{-webkit-transform:translateY(0);transform:translateY(0)}
}
 
.web_size							{position:relative; width:100%;  max-width:1400px; margin:0 auto;} 
.web_size2							{position:relative; width:100%;  max-width:1430px; margin:0 auto;} 

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

/* HEAD    ================================================================================== */
#header_sub						{position:relative;width:100%; padding:0 0 0 0;}  
#header_login					{position:relative;width:100%; padding:0 0 0 0;}   

.sub_top								{position:relative;overflow:hidden;height:400px; width:100%;background:url('../image/common/sub_topimg1.jpg') no-repeat center 0  ;  }
.sub_top_txt						{ position:relative;width:100%; top:54%;  text-align:center;animation: slide-up 1.25s cubic-bezier(.5,.2,0,1) forwards;z-index:1;}  
.sub_top_txt h2					{position:relative;font-size:2.6em;font-family: 'S-CoreDream-5Medium';color:#fff; letter-spacing:-2.5px;text-shadow: 0 0 7px rgba(0,0,0,0.5);  }  
.sub_top_txt h2:after		{position:absolute; content:''; top:-80px;left:calc(50% - 1px);width:1px;height:43px;background:#fff;  transform: rotate(39deg); -webkit-transform: rotate(39deg);}
.sub_top .sub_visual			{position:absolute; top:0; width:100%; height:100%; filter: brightness(0.55); animation:imgScale 3s both;  }
.sub_title								{display:none;    }  

.sub_top .location								{display:block; position:relative; opacity:0.9; margin:30px 0 0 0;}
.sub_top .location li							{position:relative; display:inline-block; padding:0 12px; text-shadow: 0 0 7px rgba(0,0,0,0.5);  }
.sub_top .location li.home a			{display:inline-block;width:25px;height:20px;line-height:20px;background:url('../image/common/path_home.png') no-repeat center 5px  ; }
.sub_top .location li:after					{content:''; position:absolute; top:40%; right:-5px; border:solid #fff; border-width:1px 1px 0 0;  padding:3px; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.sub_top .location li:last-child:after	{display:none;}
.sub_top .location li a						{display:inline-block;color:#fff; font-size:0.9em;line-height:20px;}
.sub_top .sub_visual							{position:absolute; top:0; width:100%; height:100%; animation:imgScale 3s both;}
 
/*   서브페이지    ==================================================================================== */
#main_contents									{position:relative;padding:0 0 80px 0; min-height:410px;} /* 본문 영역 */  
#main_contents img							{max-width:100%;}
#main_contents02							{margin:0; min-height:300px;} /* 본문 영역 */   
h3														{position:relative;font-size:1.9em; font-weight:600;color:#111; letter-spacing:-1.5px; line-height:1.3;padding:0 0 40px 0; }
  
#sub_wrap						{position:relative;  display: grid; grid-template-columns:260px auto; gap:60px;  } 
.sub_main						{position:relative; padding:60px 0; }  


@media screen and (max-width:1400px) {  
#sub_wrap						{  grid-template-columns:240px auto;  gap:30px;  } 
.sub_main						{ padding:50px 10px; }   
}
@media screen and (max-width:1024px) {     
	#header_sub						{padding:60px 0 0 0;}  
	#header_login					{padding:60px 0 0 0;}  
	#sub_wrap							{ grid-template-columns:1fr; gap:0;  }
	.sub_main							{padding:40px 15px; }   
	.sub_top								 {display:none;    }   
	
	.sub_title								{position:relative;display:block;text-align:center; font-size:1.9em;font-family: 'S-CoreDream-6Bold';color:#222; letter-spacing:-2.5px; padding:40px 0 10px 0; }  
	h3										{ font-size:1.6em; padding:0 0 30px 0; letter-spacing:-1px;}
}
@media screen and (max-width:600px){ 
#main_contents						{padding:0 0 50px 0; min-height:300px;} /* 본문 영역 */  
	.sub_title								{  font-size:1.65em;}
}

/*
#sub_navigation								{display:none ;position:relative;height:50px;background:#008add;  } 
#sub_navigation .web_size				{display: flex; flex-flow:nowrap;}
.sub_navigation_depth						{position:relative;  width:calc(100% / 3);  }
.sub_navigation_depth p					{position:relative;  text-indent:10px; display:block;font-size:0.9em; line-height:50px; border-right:1px solid rgb(255,255,255,0.2);overflow:hidden;cursor:pointer;text-overflow:ellipsis; white-space:nowrap; }  
.sub_navigation_depth p a				{color:#fff;}
.sub_navigation_depth p:after			{content:''; position:absolute; top:18px; right:10px; width:7px;height:7px;border:solid #fff; border-width:1px 1px 0 0; transform: rotate(135deg); -webkit-transform: rotate(135deg);}
.sub_navigation_depth p.current:after		{top:20px;transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
 
.sub_navigation_depth p.on			{color:#008add;background-position:right -90px;}
.sub_navigation_depth ul					{position:absolute;display:none;border:1px solid #ddd;border-top:0;border-bottom:none; width:100% ;background:#fff;z-index:111;}
.sub_navigation_depth ul li				{padding:12px 10px; font-size:0.8em;line-height:1.3;border-bottom:1px solid #ddd;color:#666;cursor:pointer;}
.sub_navigation_depth ul li:hover	{ color:#008add; background:#f5f5f5;}  
 */

 #sub_navigation								{display:none ;position:relative;height:50px;border-top:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0; } 
#sub_navigation .web_size				{display: flex; flex-flow:nowrap;}
#sub_navigation .home					{position:relative;  display:block;width:50px;height:50px;background:url('../image/common/path_home02.png') no-repeat center 50%  ; opacity:0.6; }
.sub_navigation_depth						{position:relative;  }
.sub_navigation_depth p					{position:relative;  display:block;font-size:0.9em;padding: 0 15px ; line-height:50px; border-right:1px solid rgb(255,255,255,0.2); cursor:pointer;text-overflow:ellipsis; white-space:nowrap; }  
.sub_navigation_depth p a				{color:#666;}
.sub_navigation_depth p:after			{content:''; position:absolute; top:22px; left:-5px; width:7px;height:7px;border:solid #777; border-width:1px 1px 0 0; transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.sub_navigation_depth p a:hover, 	{color:#111;}
.sub_navigation_depth p.current a 	{color:#111; font-weight:500;}
 
.sub_navigation_depth p.on			{color:#008add;background-position:right -90px;}
.sub_navigation_depth ul					{position:absolute;display:none;border:1px solid #ddd;border-top:0;border-bottom:none; width:200px ;background:#fff;z-index:111;}
.sub_navigation_depth ul li				{padding:12px 10px; font-size:0.8em;line-height:1.3;border-bottom:1px solid #ddd;color:#666;cursor:pointer;}
.sub_navigation_depth ul li:hover	{ color:#008add; background:#f5f5f5;}  

@media screen and (max-width:1024px) {  
   #sub_navigation					{display:block;}
  }
@media screen and (max-width:600px) {  
#sub_navigation .home					{ width:40px;}
.sub_navigation_depth p					{ font-size:0.8em;padding: 0 10px ; }  
  }
@media screen and (max-width:480px) {    
.sub_navigation_depth p					{ font-size:0.7em; padding: 0 8px ; }  
.sub_navigation_depth p:after			{ width:5px;height:5px; } 
  }


 
/* 서브 왼쪽메뉴   ===================================================================================== */  
#snb								{position:absolute;top:-90px;width:270px;  overflow:hidden;border-radius:15px;box-shadow:rgb(0 0 0 / 20%) 2px 3px 15px;z-index:1;}
#snb h2							{font-size:1.55em;font-weight:700;letter-spacing:-1px;background:#008add;line-height:90px;text-align:center; color:#fff; ;}
#snb ul							{ padding:10px 20px 35px 20px;background:#fff;}
#snb ul li							{position:relative;  }
#snb ul li:after							{content:''; position:absolute; top:2px; right:0; bottom:0; width:1px; height:18px; margin:auto; background:#fff; opacity:0.5;}
#snb ul li:last-child:after			{display:none;}
#snb ul li a						{position:relative; display:block; font-size:1em;text-indent:5px; padding:13px 0;line-height:1.3; letter-spacing:-1.5px; color:#111; opacity:1;  border-bottom:1px solid #e5e5e5; }
#snb ul li a:after						{content:''; width:0; height:2px;  background:#008add; position:absolute; bottom:-1px; left:0; transition:all 0.3s ease; overflow:hidden; display:inline-block;z-index:1;}
#snb ul li a:hover, 
#snb ul li a.on				{font-weight:500; color:#008add;}		
#snb ul li.current a			{font-weight:500; color:#008add;}		
#snb ul li.current a:after,				
#snb ul li:hover a:after			{width:100%; transition:all 0.3s ease;}
 
#snb ul ul						{ padding:10px 0    ;border-bottom:1px solid #e5e5e5;}
#snb ul li li						{  font-weight:normal;  }
#snb ul li li a					{position:relative; display:block;font-size:0.9em; font-weight:300 !important; letter-spacing:-1px; line-height:1.6em;color:#333 !important ;padding:3px 0 4px 13px;border-bottom:0 !important;}
#snb ul li li a:after				{content:''; left:5px; top:13px; width:6px !important; height:1px; background:#008add; position:absolute;  }
 
#snb ul li li a:hover,
#snb ul li.current li a.on,
#snb ul li li.current a		{ color:#008add !important; } 
#snb ul li li a:hover, 
#snb ul li li a.on, 
#snb ul li.current li a:hover {color:#008add  ; }
 
#snb ul ul ol						{ padding:10px     ;background:#f7f7f7; margin:5px 0 7px 0; }
#snb ul ul ol li a					{font-size:0.85em; padding:2px 0 2px 13px;color:#777 !important; }
#snb ul li li.current li a		{ color:#777 !important; } 
#snb ul ul ol li a:after		{content:''; left:8px; top:13px; width:2px !important; height:2px !important; background:#777; position:absolute;  }
#snb ul ul ol li a:hover  		{color:#111 !important; }
#snb ul li li li.current a, #snb ul li li li.current a:hover {color:#111 !important; text-decoration:underline; }


@media screen and (max-width:1400px) {   
#snb								{ width:240px;}
#snb ul							{ padding:10px 15px 35px 15px;}
} 

@media screen and (max-width:1024px) {
	#snb									{display:none;}        
}

 
/* 하단 카피라이트   ==================================================================================== */  
#copyright						{background:#1f2125;padding:50px 0 70px 0; }   
.copyright_btn				{padding:0 0 20px 0; } 
.copyright_btn li			{display:inline-block; margin:5px 0;padding:0 6px;line-height:120%;font-size:0.9em; border-left:1px solid #aaa;}
.copyright_btn li a			{color:#aaa;  }  
.copyright_btn li:first-child	{border-left:0 solid #aaa;padding-left:0;}  

.copyright_txt						{position:relative; } 
.copyright_txt address		{clear:both;font-style:normal;font-size:0.9em; line-height:180%; color:#aaa;  }
.copyright_txt address a	{color:#aaa;}
.copyright_txt address span	{display:inline-block;  }
.copyright_txt .copy			{font-size:0.9em; line-height:180%; color:#aaa; } 

 #copyright .admin 			{display:inline-block; background:#ff6600;color:#fff;padding:0 6px 2px 6px; border-radius:3px;font-size:0.8em; line-height:20px;margin:0 0 0 10px;} 

.backtop								{display: ; position:fixed; right:15px; bottom:40px; width:50px; height:50px; opacity:0.25; z-index:2200; background:#fff; border:1px solid #aaa; border-radius:100%; cursor:pointer; box-shadow:0 2px 5px rgba(0, 0, 0, 0.2); transition:all 0.5s ease;}
.backtop:after					{content:''; position:absolute; top:20px; right:18px; border:solid #333; border-width:2px 2px 0 0;  padding:5px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.backtop:hover					{opacity:0.65;} 


@media screen and (max-width:1024px) {   
	#copyright					{text-align:center;padding:40px 15px;}  
	#copyright div, #copyright p, #copyright address, #copyright a				{line-height:140%;font-size:0.95em;}
	.copyright_logo				{display:none;} 
	.copyright_txt				{position:relative;padding:0 0 0 0;}  
	.copyright_btn				{float:none;} 
}
  

.footer_select					{display:none;position:absolute; top:0;right: 0;width:190px;min-height:24px;border:1px solid #444;border-bottom:none;background:#22252d;z-index:999999999;font-size:0.9em;}
.footer_select ul				{position:absolute;bottom:27px;left:-1px;background-color:#41444b;border:1px solid #444;border-bottom:none;display:none;}
.footer_select li				{display:block;height:26px;line-height:26px;border-bottom:1px solid #2d3038;}
.footer_select li a				{width:190px;height:100%; text-indent:10px;display:block; color:#bbb;}
.footer_select li a:hover		{color:#ddd;background-color:#55575e; }
.footer_select p				{width:100%;height:26px;line-height:26px;border-bottom:1px solid #444;}
.footer_select p a				{display:block;width:100%;height:100%;text-indent:10px; color:#a2a2a2;}
.footer_select p span			{display:inline-block;float:right;padding:0 9px 0 0; }

@media screen and (max-width:1024px) {    
	.footer_select				{display:none;} 
}
 
 

/*  서브페이지 탭메뉴   ==================================================================================== */ 
.sub_tabmenu01						{position:relative;display:flex ; text-align:center; width:100%; margin-bottom:40px;border-bottom:1px solid #d5d5d5; }
.sub_tabmenu01 li					{position:relative;  text-align:center; cursor:pointer; margin-bottom:-1px;}
.sub_tabmenu01 li a					{display:block; color:#444; font-size:1.05em; font-weight:500; letter-spacing:-1px; padding:0 30px;min-width:200px;background:#f5f5f5; line-height:55px;  border:1px solid #d5d5d5; border-right:0;
overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.sub_tabmenu01 li:last-child a		{border-right:1px solid #ddd;}
.sub_tabmenu01 li a:hover		{color:#043278;}
.sub_tabmenu01 .on a:hover,
.sub_tabmenu01 .on a				{color:#fff; background:#043278; border:1px solid #043278 !important;}
 

/* 커뮤니티 - 공동훈련센터 용 */
.sub_tabmenu01_02					{width:100%; min-height:36px; overflow:hidden;border-bottom:1px solid #0d57b8;}
.sub_tabmenu01_02 li				{float:left;}
.sub_tabmenu01_02 li				{margin-left:-1px;}
.sub_tabmenu01_02 li:first-child	{margin-left:0;}
.sub_tabmenu01_02 li a				{display:inline-block; padding:10px 28px;line-height:16px;text-align:center;background:#eaf3f7;color:#444; font-weight:bold;border:1px solid #4489b4; border-bottom:none;}
.sub_tabmenu01_02 li a:hover		{color:#0d57b8;}
.sub_tabmenu01_02 li.on a			{background:#0d57b8; border:1px solid #397ae1;color:#fff; border-bottom:none;}


.sub_tabmenu02_box				{border-bottom:1px solid #999;background:#f8f8f8; padding:12px 15px; overflow:hidden; }
.sub_tabmenu02					{min-height:30px; overflow:hidden; }
.sub_tabmenu02 li				{float:left;font-weight:bold;  }
.sub_tabmenu02 li a				{display:inline-block; line-height:30px; color:#333;  background:url("../image/common/icon04.png") no-repeat 0 9px;padding:0 20px 3px 15px; }
.sub_tabmenu02 li a:hover		{color:#3f63d5;}
.sub_tabmenu02 li a.on 			{color:#3f63d5;  }
 

.sub_tabmenu03					{ position:relative;display:flex;width:100%; border-bottom:1px solid #bbb;background:#f5f5f5 ; margin:0 0 30px 0; }
.sub_tabmenu03 li				{ font-weight:bold;word-break:keep-all;} 
.sub_tabmenu03 li a				{display:inline-block; text-align:center;color:#555;  background:url("../image/common/subtabmenu_line.png") no-repeat right 50%;padding:12px 20px ;}
.sub_tabmenu03 li:last-child a	{background:none;}
.sub_tabmenu03 li a:hover		{color:#0d57b8; text-decoration:underline;}
.sub_tabmenu03 li.on a 			{color:#0d57b8;}
  

.sub_tabmenu04					{width:100%; height:36px; overflow:hidden;border-bottom:1px solid #ccc;}
.sub_tabmenu04 li				{float:left;}
.sub_tabmenu04 li				{margin-left:-1px;}
.sub_tabmenu04 li:first-child	{margin-left:0;}
.sub_tabmenu04 li a				{display:inline-block; padding:0 35px;line-height:36px;text-align:center;background:#efefef;color:#333; font-weight:bold;border:1px solid #ccc; }
.sub_tabmenu04 li a:hover		{color:#0d57b8;}
.sub_tabmenu04 li.on a			{background:#0d57b8; border:1px solid #397ae1;color:#fff;  }
 
.sub_tabmenu05					{min-height:34px;   border-top:2px solid #323232;border-bottom:1px solid #ccc;background:#f5f5f5;}
.sub_tabmenu05 li				{float:left;margin-left:-1px;}
.sub_tabmenu05 li:first-child	{margin-left:0;}
.sub_tabmenu05 li a				{display:inline-block; padding:0 20px;line-height:34px;text-align:center;color:#555; border:1px solid #d3d3d3;border-bottom:none;}
.sub_tabmenu05 li a:hover		{color:#3f63d5;}
.sub_tabmenu05 li a.on 			{font-weight:bold;background:#fff;  color:#000; border:1px solid #d3d3d3; border-bottom:1px solid #fff; }
 

@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.6%;}


	.sub_tabmenu01					{  margin-bottom:20px;}
	.sub_tabmenu01 li				{ width:33.3%;  }
	.sub_tabmenu01 li a				{min-width:initial;line-height:44px; height:48px; font-size:1em;padding:0 5px; }

 
 
.sub_tabmenu01_02					{width:100%; min-height:36px; overflow:hidden;border-bottom:none;}
.sub_tabmenu01_02 li				{float:left;}
.sub_tabmenu01_02 li				{margin-left:-1px;}
.sub_tabmenu01_02 li:first-child	{margin-left:0;}
.sub_tabmenu01_02 li a				{display:inline-block; width:98%;padding:10px 1%;font-size:0.9em; min-height:30px;line-height:14px;letter-spacing:0;;text-align:center;background:#ebf5fa;color:#444; font-weight:bold;border:1px solid #0d57b8; }
.sub_tabmenu01_02 li a:hover		{color:#0d57b8;}
.sub_tabmenu01_02 li.on a			{background:#0d57b8; border:1px solid #397ae1;color:#fff;  }

}
 



/*  테이블 관련  ==================================================================================== */ 
.form_tit							{font-size:1.05em;min-height:20px;overflow:hidden; background:#f3f3f3;color:#fff; padding:8px 10px; font-weight:bold;  letter-spacing:-1px;}
.form_tit_box					{background:#eaf0f6;border:1px solid #004795;padding:25px 15px;text-align:center;font-size:1.1em;color:#222;margin:0 0 20px 0;}
.form_tit_box_txt1			{font-size:1.5em;font-weight: ;color:#004795;padding:0 0 15px 0;}


.form_table										{border-collapse:collapse; width:100%; table-layout:fixed;  border-top:2px solid #222; background:#fff;}
.form_table thead th							{background:#f1f1f1; color:#111; font-weight:400;padding:18px 0;line-height:1.1em;font-size:0.95em; letter-spacing:-1px;  border-left:1px solid #d5d5d5;  border-bottom:1px solid #d5d5d5; text-align:center;} 
.form_table thead th b						{font-weight:500;}
.form_table thead th[rowspan]		{line-height:30px;} 
.form_table thead th[colspan]			{} 
.form_table thead th:first-child		{border-left:0;} 
.form_table tbody th							{padding:13px 8px; text-align:center; background:#f9f9f9; border:1px solid #ddd;color:#333; font-size:0.95em; }
.form_table tbody th[rowspan]		{background:#f9f9f9;}
.form_table tbody th:first-child		{border-left:0;}
.form_table tbody th:last-child			{border-right:0;}
.form_table tbody th span				{ font-size:0.9em;color:#008add;}
.form_table tbody td							{padding:13px 10px  ;  font-size:0.95em;word-break:break-all; border:1px solid #ddd; } 
.form_table tbody td:first-child		{border-left:0;} 
.form_table tbody td:last-child			{border-right:0;}  
.form_table tbody td.editor				{border:0;padding:0;}
.form_table tbody td.bw_close,
.form_table tbody td.bw_close a		{text-decoration: line-through;color:#ff3300 !important;}
.form_table tfoot th,
.form_table tfoot td							{background:#efefef; color:#333; padding:0px 6px;  word-break:break-all; font-weight: normal; height:48px; line-height:48px; letter-spacing:0; border-right:1px solid #ddd; border-bottom:1px solid #ddd; text-align:center; font-size:0.95em; }
.form_table tfoot th:last-child,
.form_table tfoot td:last-child			{border-right:0 !important;}
.form_table em									{background:none !important;} 
.form_table .tsum								{background:#e3e4e9 !important; color:#333; word-break:break-all; font-weight: 500;padding:8px 6px;border:1px solid #ccc; border-left:0; } /* 합계 등을 표시하는 백그라운드 컬러가 있는 td */
.form_table .thbg                             {background:#f8e9d0;border-top:2px solid #db642f; border-left:2px solid #db642f;border-right:2px solid #db642f;} 
.form_table .tdbg                             {background:#fdf6e6; border-left:2px solid #db642f;border-right:2px solid #db642f; } 
.form_table .tdbdr_b                          {border-bottom:2px solid #db642f; } 

.form_table.list th								{border-left:none;}   /* 게시판 형태로 세로방향 보더가 없어짐 */
.form_table.list td								{border-left:none;padding:15px 8px;}   /* 게시판 형태로 세로방향 보더가 없어짐 */
.form_table.list td								{border-right:none;}   /* 게시판 형태로 세로방향 보더가 없어짐 */
 

.form_table .btit								{position:relative;padding-top:3px;padding-bottom:3px; font-size:1.05em;color:#333; font-weight:500;}  /* 게시판 형태에서 제목으로 쓰임 : 큰글씨 */  
.form_table .stit									{padding:2px 0; color:#888; font-size:0.95rem;}																		  /* 게시판 형태에서 작은글씨로 쓰임 : 신청기간 등 내용 */  
.form_table .stit strong						{display:inline-block; font-weight:300; font-size:0.95em;border:1px solid #ddd; padding:1px 5px 2px 5px;min-width:85px; text-align:center; margin-right:7px;letter-spacing:-1px;}   /* 게시판 형태에서 작은글씨 박스 : 신청기간 등 표시 */  
.form_table .stit2								{position:relative;   padding:0 6px 0 10px;font-size:0.95em;line-height:1.4;color:#888; }  /* 게시판 형태에서 작은글씨로 쓰임 : 앞에 점이 붙음  */  
.form_table .stit2 strong					{font-weight:500;}
.form_table .stit2:after						{position:absolute; content:''; top:10px;left:0;width:2px;height:2px;background:#999; }

.form_table .newwindow				{position:relative; top:5px;display:inline-block;width:20px;height:20px;background:url('../img/common/top_blank.png') no-repeat center 0;}


.form_table .mobile							{display:none; }    /* 모바일 사이즈에서 나타남 */ 

@media screen and (max-width:1024px) {
.form_table .mobile							{display:block; }    /* 모바일 사이즈에서 나타남 */
.form_table .none								{display:none; }     /* 모바일 사이즈에서 없어짐 */  

.form_table tbody td							{padding:13px 4px  ;  font-size:0.85em;line-height:1.4;}   /* 게시판 형태로 세로방향 보더가 없어짐 */
.form_table.list td								{border-left:none;padding:15px 4px;}   /* 게시판 형태로 세로방향 보더가 없어짐 */

.mleft											{text-align:left;}			/* 센터정렬이던 내용을 모바일에서 왼쪽 정렬로 바꿔주는 태그 */
}

 

.form1_2					{background:#eaf0f6;text-align:center;color:#00438c; padding:10px 0; font-weight:bold; border:solid 1px #bbc6d9; line-height:110%;letter-spacing:-1px;} 
.form1_3					{background:#f8fafc;text-align:center;color:#333; font-weight:normal;padding:8px 6px; border-bottom:solid 1px #bbc6d9; }
.form1_4					{background:#ffffff;padding:8px 6px;border-bottom:solid 1px #ccc;  line-height:140%;}  

.form_bg1					{background:#fbf9df;}

 
/*  기타    ==================================================================================== */
.extra01, .extra01 a	{color: #f87a00;  text-decoration:none; }
.extra02				{color: #3386f5;   } 

.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_top_cont			{margin:0 0px 30px 0px; border:1px solid #ddd;padding:20px;background-color:#f5f5f5;}
.cyber_cont01			{padding:0 0 20px 0; text-align:justify;} 
.cyber_cont01 ul 		{padding:10px 0 0 20px;}  
.cyber_cont01 ul ul 	{padding:6px 0 5px 15px;}    
.cyber_cont01 ol			{padding:10px 0 0 30px;}
.cyber_cont01 ol li			{list-style:decimal  ; }
.cyber_cont01 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:0;}
.cyber_st02				{padding:0 0 5px 0;font-weight:bold;color:#666;letter-spacing:-1px;}

.cyber_mail_box			{margin:20px auto; max-width:900px;width:100%;border:1px solid #dddddd;text-align:center; padding:230px 70px 70px 70px;font-size:1em; background:url("../../../core/image/common/email_img.gif") no-repeat center 35px;}
.cyber_mail_box_txt		{}


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

.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%;}
.cyber_mail_box_txt		{}

}
/* 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;}
.cyber_mail_box_txt		{}

 

}

 /* 사이트맵   ================================================================================== */
#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;  display:inline-block; right:0;top:30px;width:60px; height:60px;cursor:pointer;   transform: rotate(45deg); -webkit-transform: rotate(45deg);}
.sitemap_wrap_close:after								{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); width:45px; height:1px; background:#000;}
.sitemap_wrap_close:before							{position:absolute; content:''; left:50%; top:50%; transform:translate(-50%, -50%); height:45px; width:1px; background:#000; }

.sitemap_box			{position:relative;width:90%;max-width:1400px;margin:0 auto;padding:8% 0; overflow:hidden; }
.sitemap_h				{overflow:hidden; display: flex; justify-content: space-between; border-right:1px solid #eee;}
.site_wrap01			{ flex:1; padding:0 30px;border-left:1px solid #eee; } 
.site_title					{color:#008add;font-family: 'S-CoreDream-6Bold'; font-size:1.35em;line-height:30px;letter-spacing:-1px; text-align:left;  padding:0 0 20px 0;}
.site_area01 			{  position:relative;padding:6px 0 15px 0;  } 
.site_area01 li			{position:relative;}
.site_area01 li:hover		{text-decoration:underline;}
.site_area01>li>a		{position:relative;display:block;color:#222;letter-spacing:-1px;font-size:1.05em; font-weight:500;padding:0 0 12px 0; }
.site_area01 ul			{padding:0 0 15px 0;} 
.site_area01 ul li a		{position:relative;display:block;font-size:0.9em;color:#777;padding:5px 0 5px 15px; line-height:1.2em;text-indent:0; letter-spacing:-1px; }
.site_area01 ul li a:after	{content:''; position:absolute; left:5px;top:14px;width:3px;height:3px;background:#888;border-radius:5px; }

.black_bg				{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff; background-attachment:fixed; }
  
@media screen and (max-width:1500px){
.sitemap_box			{width:98%; }
}


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





  

/*   통합검색   =============================================================================================*/  
.sub_search_top								{position:relative;padding:40px 0; background:#f0f0f0; border:1px solid #ddd;text-align:center;  margin: 0 0 50px 0; transition:all 0.5s ease;}
.sub_search_top form					{position:relative; margin:auto; max-width:600px;width:90%;height:56px; border:3px solid #043278;background:#fff ;  display: grid; grid-template-columns:90px auto 56px; transition:all 0.5s ease;  }
.sub_search_top form span			{position:relative; line-height:50px;font-size:1.05em;font-weight:500;color:#333; transition:all 0.5s ease; }
.sub_search_top form span:after				{position:absolute; content:''; display:block; right:3px; top:14px; width:1px; height:20px; background:#bbb;}
.sub_search_top input[type="text"]			{width:99%;line-height:50px;font-size:1.05em;font-weight:500;padding:0 0 0 15px;color:#043278;letter-spacing:-1px; border:0; transition:all 0.5s ease; }  
.sub_search_top input[type="text"]:focus					{background:#fff;  color:#000;} 
.sub_search_top .btn									{position:relative;border:0; width:100%; height:50px;line-height:44px;font-size:1.4em; background:#043278;color:#fff; text-indent:2px;}  
 
  
.search_list_wrap01								{padding:0 0 50px 0;border-top:1px solid #ddd;  }
.search_list_wrap01 li							{padding:20px 0; border-bottom:1px dashed #ddd; } 
.search_list_wrap01 li .path					{color:#008add; padding: 0 0 10px 0;font-size:0.95em;  }
.search_list_wrap01 li .tit						{font-weight:500;font-size:1.1em;color:#333;padding:0 0 8px 0;}
.search_list_wrap01 li .txt						{}


.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;}


@media screen and (max-width:1024px) { 
.sub_search_top								{padding:30px 0; }
 .sub_search_top form					{ height:50px;  border:2px solid #043278;  display: grid; grid-template-columns:80px auto 50px;  }
.sub_search_top form span			{  line-height:44px;font-size:1em; }
.sub_search_top input[type="text"]			{ line-height:35px;font-size:1em; padding:0 0 0 10px;   }  
.sub_search_top .btn						{  height:46px;  }  
}

@media screen and (max-width:600px) { 
.sub_search_top form					{  grid-template-columns: auto 50px;   }
.sub_search_top span					{display:none; }
}

/*   통합검색   =============================================================================================*/  





/*  공통 버튼  ==================================================================================== */
.sub_btn01						{  display:inline-block;text-align:center; min-width:90px; font-size:1em; margin:0 2px; padding:0 25px; line-height:55px;color:#fff;  border-radius:30px; background:#4b5265;  border:1px solid #4b5265; cursor:pointer;vertical-align:top; font-family: 'S-CoreDream-4Regular'; transition:all 0.4s ease;}

.sub_btn02						{ display:inline-block;text-align:center; min-width:90px; font-size:1.05em; margin:0 2px; padding:0 25px; line-height:55px;color:#333;  border-radius:30px; background:#fff;  border:1px solid #aaa; cursor:pointer; vertical-align:top;font-family: 'S-CoreDream-4Regular';  transition:all 0.4s ease;}

.sub_btn03						{display:inline-block;text-align:center; font-weight:500;font-size:1.1em; letter-spacing:-1px;  background:#333; color:#fff; height:60px; line-height:60px;  width:100%; transition: all 0.2s ease; border-radius:2px;cursor:pointer; }

.sub_btn01 i, .sub_btn02 i					{margin-left:10px; }

.sub_btn01:hover,
.sub_btn02:hover				{background:#043278; border-color:#043278; color:#fff;}
 
@media screen and (max-width:1024px) {    
	.sub_btn01,
	.sub_btn02					{min-width:120px; line-height:44px; padding:0 10px; font-size:0.95em;} 
	.sub_btn03					{height:55px; line-height:55px;}
}


/*  버튼 관련  ==================================================================================== */
.ab_m						{position:relative; display: inline-block; cursor: pointer; text-align:center; white-space:nowrap; vertical-align:middle; touch-action:manipulation; user-select:none; border-radius:2px; padding: 0 10px; min-height:37px; line-height:37px;  border:1px solid #c5c5c5; background:#fff;color:#464c51; font-size:0.9rem;}
.ab_mh						{position:relative; display: inline-block; text-align:center; white-space:nowrap; vertical-align:middle;  border-radius:2px; padding: 0 10px; min-height:37px; line-height:37px;  border:1px solid #c5c5c5; background:#fff;color:#464c51; font-size:0.9rem;}


.ab_m:hover					{border-color:#000; background:#000 !important; color:#fff;}
.ab_m i						{margin-left:6px;}

.ab_h						{opacity:.5 !important;}
.ab_blue					{border-color:#278adf; background:#278adf; color:#fff;}
.ab_blueline				{border-color:#278adf; color:#278adf;}
.ab_red						{border-color:#e55c6c; background:#e55c6c; color:#fff;}
.ab_redline					{border-color:#e55c6c; color:#e55c6c;}
.ab_green					{border-color:#217345 !important; background:#217345 !important; color:#fff !important;}
.ab_gray					{border-color:#5d636c !important; background:#798291 !important; color:#fff !important;}
.ab_black					{border-color:#333 !important; background:#333 !important; color:#fff !important;}





  