@charset "utf-8";



/* 건너뛰기 */
#accessibility{position:absolute;left:0;top:0;z-index:1; z-index:9999999;}
	#accessibility li{float:left}
	#accessibility a{position:absolute;width:1px;height:1px;top:-50px;overflow:hidden;text-align:center}
	#accessibility a:focus, #accessibility a:active{position:absolute;top:0px;width:200px;height:auto;padding:5px;background-color:#fff;border:solid 1px #0079c6;color:#0079c6;z-index:2} 
	
	

/*-----------------------------------------------------------------------------------------------------------
공통css
-----------------------------------------------------------------------------------------------------------*/
body			{ }
#skipnavigation { display:none; visibility:hidden;}

#wrapper	{position:relative; width:100%;}

#header		{position:absolute;top:0px;left:0;width:100%;z-index:90; height:106px; background: #fff;/*border-bottom: 1px solid #eaeaea;*//*border-radius: 0 0 80px 80px;box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);*/}
#header{
	transition: all 0.3s;
	-moz-transition: all 0.3s; /* Firefox 4 */
	-webkit-transition: all 0.3s; /* Safari and Chrome */
	-o-transition: all 0.3s; /* Opera */
}


	#header h1.logo  {position:absolute;top:19px !important;left:10%;  z-index:200; }
	#header h1.logo a{ display:inline-block; }	
	#m_header { display:none}
	
	.top-link{ position:absolute; right:7%; top:42px; z-index:100;/* width: 14%;*/display: table}
	.top-link ul{list-style:none;	}
	.top-link li{display: inline; float: left; height:45px;box-sizing:border-box;display: table-cell}
	.top-link li a{display:block; /*padding:4px 15px;*/ color:#777;  font-size:0.93em}
	/*.top-link li a:hover{ color:#3eb134}*/
 
	.top-link li a.b_miu 	{ background:url(/img/common/main_img_bg.png) no-repeat;   background-position:-35px 0px; width:32px;height:32px; text-indent:-9999px; display:block; padding:0 !important;  }
	/*.top-link li a.b_100 	{ background:url(/img/common/main_img_bg.png) no-repeat; background-position:-32px 0px; width:47px; height:30px; text-indent:-9999px; display:block; padding:0 !important;  }*/
.top-link li a.b_plus 	{ background:url(/img/common/main_img_bg.png) no-repeat; background-position:0px 0px; width:33px;height:32px; text-indent:-9999px; display:block; padding:0 !important;   }
/*	.top-link li a.h_login 	{ background:url(/img/common/login.png) no-repeat 15px ;   width:91px; height:30px;border: 1px solid #ddd; border-radius: 30px; display:block; padding-left: 35px;box-sizing: border-box;font-size: 13px;color: #3b3b3b;font-family: 'S-CoreDream-6Bold';line-height: 30px;margin-left:10px;margin-right:15px;  }
	.top-link li a.h_logout 	{ background: #1d6fb8;   width:81px; height:30px;border: 1px solid #1d6fb8; border-radius: 30px; display:block;  text-align: center;box-sizing: border-box;font-size: 13px;color: #fff;font-family: 'S-CoreDream-5Medium';line-height: 30px;margin-left:4px;  }
	.top-link li a.h_my 	{ background: #41c0e4;   width:81px; height:30px;border: 1px solid #41c0e4; border-radius: 30px; display:block;  text-align: center;box-sizing: border-box;font-size: 13px;color: #fff;font-family: 'S-CoreDream-6Bold';font-family: 'S-CoreDream-5Medium';line-height: 30px; margin-left:4px;   }*/

/*.top-link li:hover a.h_login{ background: url(/img/common/login2.png) no-repeat 15px #d70b8c; border: 1px solid #d70b8c;   color: #fff;  }
	.top-link li:hover a.h_logout,
	.top-link li:hover a.h_my 	{ background: #d70b8c; border: 1px solid #d70b8c;   color: #fff;  }*/
 
	
	.sitemap{ position:absolute; right:3%; top:10px; width: 95px;/*background:url(/img/common/sitemap.png) no-repeat; *//*background: #d70b8c; */z-index:10}
	.sitemap ul{list-style:none;	}
	.sitemap li{display: inline; float: right; height:93px;box-sizing:border-box}
	.sitemap li a{display:block; padding:36px 31px; color:#777;  font-size:0.93em;}
	.sitemap li a:hover{ color:#3eb134}
	.sitemap li a.btn 	{ background:url(/img/common/sitemap.png) no-repeat 50% 50%; width:31px; height:21px; text-indent:-9999px; display:block;   margin-right:0px; }



	#header.on	{ height:106px; position: fixed; animation: all 1s;   border-bottom: 1px solid #ddd; /*margin-top: -95px;*/   }
		#header h1.on		{ /*top:12px !important;*/}
		#header h1.on img		{/*height: 50px*/}
		/*.top-link.on		{ display:none}
		.sitemap.on		{ display:none}*/

		/*#header.on .top-link li a 	{color:#fff}*/
	 /* PC Device */
	@media all and (min-width:1025px){
		
		/* head오버시 */
		#header.over{background:#fff;  }
		/*#header.over .top-link li a 	{color:#222}*/
		#header.over .sitemap li a 	{color:#222}
	
	}
	@media all and (max-width:1319px) {
		#header h1.logo a img  		{ width: 70%}
			.top-link li a.b_miu 	{ display: none}
	.top-link li a.b_100 	{ display: none}
.top-link li a.b_plus { display: none}
}
 
	
	/* 테블릿 세로 해상도 */
	@media all and (max-width:980px) {
		
		#wrapper	{overflow:hidden;/*background: #219489*/  }
		#header		{ display:none}
		#m_header 	{ display: block;  }
		#m_header h1.m_logo  		{ display:block; position: relative; padding:15px 10px;/*box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);border-radius:0 0 20px 20px ;*/background: #fff; /*margin-bottom: 10px;*/}
		#m_header h1.m_logo img  	{ width:200px;}
			
			
	}
	
	/* 모바일 해상도 */
/*	@media all and (max-width:980px) {	
	
		#wrapper{min-width:100%; }
		
	}
	*/
 
	 
/*-----------------------------------------------------------------------------------------------------------
PC메뉴
-----------------------------------------------------------------------------------------------------------*/

	
	/* gnb */
	#gnb {position:relative; width:100%; height:106px; /*background: #fff;*//*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);*/}
	#gnb > ul {/*max-width:1420px;*/ margin:0 auto;box-sizing:border-box; padding:30px 10% 0 31%;}
	#gnb > ul:after {display:block; clear:both; content:'';}
	#gnb > ul > li {position:relative; z-index:120; float:left; width:25%;padding: 0 2%; box-sizing: border-box}
/*	#gnb > ul > li:nth-child(1) { width:15.6%;}
	#gnb > ul > li:nth-child(2) { width:16.6%;}
	#gnb > ul > li:nth-child(3) { width:20.6%;}
	#gnb > ul > li:nth-child(4) { width:15.6%;}
	#gnb > ul > li:nth-child(5) { width:15.6%;}*/
 

	#gnb > ul > li:last-child:before { position:absolute; content:''; background:none; right:0; width:3px; height:15px; top:8px;}
	#gnb > ul > li.on > a {color:#fae100}
	#gnb > ul > li > a {display:block; position:relative; margin:18px 0;line-height: 28px; color:#000; font-size:23px; text-decoration:none; text-align:center; font-family: 'S-CoreDream-5Medium';/*border-right:1px solid #eaeaea; */ }
	#gnb > ul > li:last-child > a { border-right:0px solid #fa8773;  }
	#gnb > ul > li > ul {display:none; position:absolute; z-index:120; top:77px; left:0; width:100%; height:316px; padding-top:10px ; border-right:1px solid #fa8773;/*animation: all 1s;*/ /*transition: all 0.6s;*/}
	#gnb > ul > li:first-child > ul{  border-left:1px solid #fa8773; }
	
	#gnb:hover 	{/*background:#5b75b9 *//*color:#fff;*/}
	#gnb:hover > ul > li > a   { /*color:#fff;*//*border-right:1px solid #788cc3; */}
	#gnb:hover > ul > li:last-child  > a   {  border-right:0px solid #788cc3;}
	#gnb > ul > li:hover > ul  	{/*background:#f4f4f4; */ }

	#gnb:hover > ul > li.on > a {color:#ff5234; /*background: url(/img/common/menu_bg.png)no-repeat */ }

	#gnb:hover > ul > li.on > a:after{position:absolute; top:50px; left:50%;transform: translateX(-50%);content:''; display:block; clear:both;width:19px; height:9px; /*background:#ff5234;*/  background: url(/img/common/menu_bg.png)no-repeat ;z-index: 11}
/*	#gnb > ul > li:hover a  { color:#fae100;}*/
	
	#gnb > ul > li:first-child > ul {/*border-left:1px solid #eaeaea;*/}
	#gnb.open > ul > li > ul {display:block;}
	#gnb div.bg 		{display:none; position:absolute; z-index:110; top:106px; left:0%;  width:100%; height:326px; background: url(/img/common/menu_ov_bg.png)repeat-x  ; transition: all 0.6s;/*;box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.1);*/ }
	#gnb.open div.bg 	{display:block;}
	#gnb.open > ul > li:first-child:before {display:block;}
	#gnb > ul > li > ul > li > a {display:block; position:relative;margin:0px 10%;  padding:2px 0px ;color: #fff; font-weight:400;text-align:center;   box-sizing:border-box;/*background: url(/img/main/ic.png )no-repeat 13px 50% ;*/transition: all 0.6s;font-size: 16px;line-height:36px; font-family: 'S-CoreDream-4Regular'; border-radius: 50px;  }
	#gnb > ul > li > ul:hover > li:hover > a:hover { color: #fff;  background: #fff1dd;color:#ff5234;border-radius: 50px;  }

	/*#gnb.on > ul 	{padding:0px 0 20px 0px; }  */  
	#gnb div.bg.on 	 { top:106px !important; }
 	#gnb.on > ul > li > ul { top:77px;  }

 

	
	/* 테블릿 세로 해상도 */
	@media all and (max-width:980px) {
		
		#gnb{display:none}		
			
	}
 

/*-----------------------------------------------------------------------------------------------------------
모바일
-----------------------------------------------------------------------------------------------------------*/


#mobileLnb{display:none; position:absolute; top:0; left:0; width:100%; height:40px; border-bottom:1px solid #ddd; z-index:800;}
	#mobileLnb .mLnbDiv{position:relative; width:94%; height:40px; margin:auto;}
	#mobileLnb .mLnbDiv a{display:block}
	#mobileLnb .mLnbDiv .home{width:48px; height:14px; padding:13px 0; text-align:center; float:left; border-left:1px solid #ddd; border-right:1px solid #ddd}
	#mobileLnb .mLnbDiv .lnbOne{position:relative; width:160px; padding:12px 19px; float:left; border-right:1px solid #ddd}
	#mobileLnb .mLnbDiv .lnbOne.on{color:#333; }
	#mobileLnb .mLnbDiv .lnbOne.cur{color:#4a4098; }
	#mobileLnb .mLnbDiv .lnbOne img{position:absolute; top:19px; right:19px;}
	#mobileLnb .mLnbDiv .lnbTwo{display:none; position:absolute; top:40px; left:0; width:160px; border:1px solid #ddd; padding:15px 19px 5px; background:#fff}
	#mobileLnb .mLnbDiv .lnbTwo a{font-size:13px; margin-bottom:15px;}
	#mobileLnb .mLnbDiv .lnbTwo a:hover{color:#4a4098; }
	#mobileLnb .mLnbDiv .lnbTwo a.on{color:#4a4098; }

	.mobileMenu	{display:none; position:absolute; top:20px; right:15px; background:url(/img/common/com_img.png); width:32px; height:31px; background-position:-331px -16px; z-index:100}
	
	#gnbM{display:none; position:absolute; top:0; right:-240px; width:240px; background:#f8f8f8; z-index:100000;}
	#gnbM .mUtil{padding:17px 15px; background:#ff6448; font-size:13px; letter-spacing:-1px}
	#gnbM .mUtil a{color:#fff;}
	#gnbM .mUtil span{margin:0 6px; color:#ddf2e7}
	#gnbM .mobileMenuXbt{position:absolute; top:18px; right:10px;}
	#gnbM .mobileMenuXbt img{width:15px}
	#gnbM .gnbDiv a{display:block}
	#gnbM .gnbDiv .one{padding:19px 20px 15px; font-size:17px; color:#333; border-bottom:1px solid #d9d9d9; font-weight:400; }
	#gnbM .gnbDiv .one.on{color:#ff6448; border-bottom:1px solid #666;}
	#gnbM .gnbDiv .two{padding:15px 20px; border-bottom:1px solid #d9d9d9; background:#fff}
	#gnbM .gnbDiv .two .twoD{font-size:15px; color:#555; padding:10px 7px; border-bottom:1px solid #d9d9d9;}
	#gnbM .gnbDiv .two .twoD2{font-size:15px; color:#555; padding:10px 7px; border-bottom:1px solid #d9d9d9; background:#f3f3f3}
	#gnbM .gnbDiv .two .twoD3{font-size:15px; color:#555; padding:10px 7px 10px 15px; border-bottom:1px dotted #ccc; background:#fff}
	#gnbM .gnbDiv .two .thr{padding:15px 15px 5px; border-bottom:1px solid #d9d9d9; background:#f7f7f7}
	#gnbM .gnbDiv .two .thr .thrD{font-size:13px; color:#777; margin-bottom:10px}
	.dimdBg{display:none; position:absolute; top:0; left:0; width:100%; background:#000; opacity:0.7; z-index:1000}


	/*.mNxt{ display:none}*/
	
/*	.mobileSubmenu{display:none; position:absolute; top:104px; left:0; width:94%; padding:10px 3%; border-bottom:1px solid #ddd; background:#f3f3f3; z-index:999; border-top:1px solid #ddd;}	
	.mobileSubmenu a{display:block; padding:10px 3%; border-bottom:1px solid #ddd; color:#555; font-size:15px;}

	.newTxt {font-size:16px; color:#4a4098; font-weight:bold;}
*/
	
	
	
	/* 테블릿 세로 해상도 */
	@media all and (max-width:980px) {
		
		
		#mobileLnb{display:none}
			.mobileMenu{display:block}		
			#gnbM{display:block}
			#mobileSub{display:block;}
			.mobileSubmenu{display:none;}
			
			
			
	}
	
	/* 모바일 해상도 */
	@media all and (max-width:800px) {	
	
		#mobileLnb{display:none;}
		.boxTxt .addInfoBt img{width:100px;}
		.mHidden{display:none;}
		
	}

	
/*-----------------------------------------------------------------------------------------------------------
하단
-----------------------------------------------------------------------------------------------------------*/	
	
	
#footer{width:100%; /*z-index:8 ;*/height: 188px; position:relative;background: #ededed;  }
	.footDiv{position:relative; width:100%; margin:0 auto;  }
 
	.c_logo	{width: 30%;float: left; clear: both; text-align:left;padding:30px 0 50px }
	.copyRight	{width:70%;float: right;  line-height:170%; padding:3px 0px 0px ;font-weight: 300;  text-align:left; font-size:16px; color:#757575}

	.fUtil 	 		{width: 100%;/*margin:0 auto;*/ text-align:left;  line-height:56px;padding-top: 20px }
	.fUtil li 	 		{display: inline-block;text-align:left;font-size:16px;line-height:46px;    } 

	.fUtil li span.bar	{color:#afafaf; padding:0 15px; font-size:10px;font-style: italic}	
	.fUtil li a 		{ color: #757575; } 
	.fUtil li a.type1	{color:#d22229 !important; font-size:17px;font-weight:400; }
 
	
 
	 
	.copyRight span.type1	{color:#fff; font-size:15px; font-weight:400; background: #ff5234; border-radius: 40px; line-height: 30px;padding: 0 10px;margin-right: 10px;}
	.copyRight span.type2	{color:#fff; font-size:15px; font-weight:400; background: #0f3476; border-radius: 40px; line-height: 30px;padding: 0 10px;margin-right: 10px;margin-left: 30px}
	.copyRight a{font-size:14px; color:#757575;line-height: 36px;}	
	/*.copyRight2	{width: 65%;float: right;line-height:170%; text-align:left; padding-bottom:20px; font-size:14px }*/
/*	.m_copyRight{display:none}*/
	
/* 	.footerDiv3	{ width:0; height:0; padding:0; margin:0; min-width: 0; height: 0; line-height: 0; font-size: 0;}
	.footerDiv3 iframe	{ width:0; height:0; padding:0; margin:0}
	.footerDiv3 input	{ width:0; height:0; padding:0; margin:0}
 */

	#footer .btn-top {width:41px;height:41px;overflow:hidden;background:url(/img/common/com_img.png); background-position: -255px -80px ;display:block;position:fixed;bottom:140px;right:-80px;background-color:rgba(0,0,0,0.4);border-radius:10%;transition:right .3s ease;z-index:100000;border:0;}
	#footer .btn-top.on {right:20px;}
	
 
		
	.con_wrap				{max-width:1560px; width:100%; margin:0 auto; position:relative; /*text-align: left;*/ }
	.con_wrap2				{max-width:1520px; width:100%; margin:0 auto; position:relative; /*text-align: left;*/ }
	
		
	
	/* 테블릿 가로 해상도 */
	@media all and (max-width:1319px) {
					
		.footDiv	{margin:0 auto; width:100%}
	.con_wrap				{max-width:none; width:100%;   }
	
	}
		/* 테블릿 가로 해상도 */
	@media all and (max-width:1280px) {
					
		
	.fUtil 	 		{width: 98%;margin-left: 2%; }
 
	.fUtil li a 		{   font-size:15px; } 
	.fUtil li a.type1	{ font-size:16px; }
	
	.c_logo	{width: 98%;margin-left: 2%;  padding:20px 0  0px }
	.copyRight	{width: 98%;margin-left: 2%; font-size:15px; padding-bottom: 20px }			 
	
	}
	/* 테블릿 세로 해상도 */
	@media all and (max-width:980px) {
		
		.container_wrap  { width:100%; margin:0 auto; margin-top:30px;box-sizing:content-box;}
		.container_wrap:after {clear:both;content:"";display:block;}
	
		.con_wrap		 {max-width: 100%; width:100%;  font-size:0px;  }
		
	
		#footer{height:auto; clear:both;/* background:none;*/padding-bottom: 10px;background: #252523;}
			#footer:after{clear:both;display:block;content:'';}
			.footDiv{height:auto; width:100%; background: #252523;}
			/*.footDiv .select-box{display:none}*/
			/*.footDiv .linkBt{display:none}
			.footDiv .linkBt2 {display:none;}	*/
		
			.c_logo	{display:none}
			/*.copyRight	{ display:none}*/
			/*.copyRight2	{color:#555; text-align:center; font-size:12px}*/
		/*	.m_copyRight{ display:block; padding-top:10px; background: #252523; clear:both}
			.m_copyRight{color:#fff; line-height:170%; text-align:center; font-size:12px}
			.m_copyRight p{margin-top:10px; font-size:12px; line-height:18px;}
			.m_copyRight a{color:#fff !important}
			.m_copyRight span.bar{color:#959595; margin:0 7px; font-size:9px}	
		*/
			 
	 
		.fUtil		{ width:100%;margin-left: 0%; padding-left: 0px ;text-align: left;line-height:0px;padding-top:  0px }
		
		.fUtil li { width:50%;float: left; box-sizing:border-box; border-bottom:1px solid #777; border-right:1px solid #777; padding:10px 0; background: #252523;  height:auto; line-height:normal; text-align:center}
		.fUtil li a{ color:#fff;font-size: 13px;}
		.fUtil li a.type1{color: #ff0 !important;font-size: 13px;}
		.fUtil li:last-child	{ border-right:0}
		.fUtil li:first-child  {width:50%;box-sizing:border-box; border-bottom:1px solid #777; border-right:1px solid #777; padding:10px 0; background: #252523;  height:auto; line-height:normal; text-align:center}
		.fUtil li span.bar	{display: none}	
		
/*		.site_link{ width:100%; position:relative}
		.site_link .sitelink_cont{float:none;width:100%;border-bottom:1px solid #8b8f97;}
		.site_link .sitelink_cont h3 button{background-position:95% 50%;}
		
		.site_link_bn	{ width:221px; display:block;position:absolute;  top:140px;  left:51%; transform: translateX(-50%); padding-top: 50px; height:39px;}*/
		.copyRight	{ float:none;    padding:10px 0px 0px ;   text-align:center; font-size:14px; color:#fff}
			.copyRight span.type1	{ argin-right: 0px;width: 150px;display: block;margin: 10px auto;text-align:center}
		.copyRight span.type2	{ margin-right: 0px;margin-left: 0px;width: 150px;display: block;margin: 10px auto;text-align:center}
 
	}
	


/*-----------------------------------------------------------------------------------------------------------
서브
-----------------------------------------------------------------------------------------------------------*/
 
 
/* 서브페이지 */
#cBody{position:relative;/*  background:url(/img/common/sub_img_01.jpg) no-repeat  ;*/  background-position: center 106px;   }
.subImg1{  background:url(/img/common/sub_img_01.jpg) repeat-x;   }
.subImg2{  background:url(/img/common/sub_img_01.jpg) repeat-x;    }
.subImg3{  background:url(/img/common/sub_img_01.jpg) repeat-x;   }
.subImg4{  background:url(/img/common/sub_img_01.jpg) repeat-x;    }
.subImg5{  background:url(/img/common/sub_img_01.jpg) repeat-x;   ;} 
	#subWrap	{position:relative;/*max-width:1520px;*/  margin:0 auto;/* overflow:hidden;*/padding-top: 106px;   /*background:url(/img/common/sub_img_01.jpg)no-repeat top;*/   }	
 
	h2.subTT	{position:relative;font-size:48px; height: 165px;line-height: 165px;  color:#000; text-align:center;letter-spacing: -0.5px; font-family: 'Busan';}
	/*h2.subTT:after	{ position:absolute; content:'';   background:#fff ;  width:73px; height:3px; top:114px; left:50%;transform: translateX(-50%)}*/
	/*.subtxt	{font-size:16px; color:#d9dadc; font-family: 'Busan';padding-top: 20px } 
*/
	.path			{width:100%;max-width: 1500px; margin:0 auto;text-align:right;  height: 30px;margin-bottom: 10px  }
	.path span		{padding-left:15px; font-size:16px; color: #000; margin-left:10px; background:url('/img/common/navi_arr.png') no-repeat 0 center}
	.path span.home {  width: 5px; height: 15px;padding-left:0px;  margin-left: 0px;   padding-top: 10px;  background:none; }


	#lnb		{position:relative;width:100%;max-width:1560px; margin:0px auto 0;  height:70px;/*overflow:hidden; *//*background: linear-gradient(-15deg, #378690, #378690, #1e938d, #33a073, #3ca469, #3ca469) !important;*/ display: table;z-index: 9; /*border-left:1px solid rgb(225, 225, 225, 0.5)*/;background:#ff7960;border-radius: 30px 30px 0 0;padding : 0px 5px 0 5px; box-sizing: border-box;/*border-bottom: 2px solid #ca1e1e*/ }
	#lnb:before	{position:absolute;bottom:0px;left: 0px; content:'';display:block;clear:both;width: 100%; height:2px;background: #ca1e1e;z-index: -1 }
	/*#lnb div	{width:100%; display: table }*/
	#lnb a.twoD		{position:relative;/*float:left;*/display: table-cell; /*vertical-align: middle;*/color:#fff; padding:5px 10px 0;  line-height:65px;   letter-spacing: -0.5px; font-size: 19px;   transition: all 0.6s; text-align: center;font-family: 'S-CoreDream-5Medium';width: 20%;border-radius: 30px 30px 0 0;}
	#lnb a:after		{position:absolute; content:'';  height:40px; top:15px; left:0%; border-left:1px solid rgba(255, 255, 255, 0.2);text-align: center;font-family: 'S-CoreDream-5Medium';}
	#lnb a:first-child:after 	{  border-left:0px solid rgb(255, 255, 255, 0.5); }
	 
  
	#lnb a.twoD mark  		{background:none; color: #fff; font-family: 'S-CoreDream-5Medium';}
 
	/*#lnb a.twoD.on mark  		{ color:#232324;  }*/
	#lnb a.twoD.on mark 	{ position:relative; /*background:url(/img/common/menu_bg2.png) repeat-x 40px; */ color:#ca1e1e; }
	/*#lnb a.twoD.on mark:before 	{  background:url(/img/common/menu_bg.png) no-repeat left  ;  position:absolute; content:'';   width:7px; height:10px; top:8px; left:-7px;  }
	#lnb a.twoD.on mark:after 	{  background:url(/img/common/menu_bg.png) no-repeat right  ;  position:absolute; content:'';   width:7px; height:10px; top:8px; right:-7px;  }
*/	#lnb a.twoD.left_w2{width: 50%; }
 	#lnb a.twoD.left_w3{width: 33.3%; display: table-cell; }
	#lnb a.twoD.left_w4{width: 25%; display: table-cell; }
 	#lnb a.twoD.left_w6{width: 16.6%; display: table-cell; }
	#lnb a.twoD.left_w7{width: 14.28%;display: table-cell;  }

	#lnb a.twoD.on mark,
	#lnb a.twoD:hover mark { /*position:relative; */color:#ca1e1e;background: #fff;  margin-top: 2px!important;display: inline-block!important; width: 100%; border-radius: 30px 30px 0 0;   }


	#subCon			{position:relative; width:100%; max-width: 1560px; margin:0 auto;  /*margin-top: 88px;*/ /*background: #fff;border: 1px solid #eeeeee; *//*border-radius: 50px;*//*box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);    margin-bottom:40px;*//* ransform:none; animation:none;*/ }
	/*#subCon:after	{position:absolute; content:'';  background:#ddd; width:100%; height:1px; top:60px; left:0; }*/
	#subCon>h2		{position:relative;/* float:left; */width: 100%;padding-top: 70px; font-size:36px; color:#000; letter-spacing:-0.5px;font-family: 'Busan';text-align: center; display: inline-block}
	/*#subCon>h2:after	{position:absolute; content:'';  background:#773c3e; width:65px; height:2px; top:140px; left:50%;transform: translateX(-50%);}*/
	/*#subCon>h2 span	{font-size:16px; color:#c9c9c9; font-family: 'S-CoreDream-5Medium'; padding-left: 20px }*/
 
	
	/* 제목 영역 */
	.in-wrap 	{width: 100%; margin:50px 0px; min-height:600px;clear:both;display: block}
		
	.mNxt{ display:none}
	
	.mobileSubmenu{display:none; position:absolute; top:105px; left:0; width:80%;margin: 0 5%;  padding:10px 5%;border-radius:25px; background:#ff6448; z-index:99}	
	.mobileSubmenu a{display:block; padding:10px 5%; border-bottom:1px dashed #ff846e;text-align: center;color:#fff!important; font-size:16px;letter-spacing: 0px;}
	.mobileSubmenu a:last-child{ border-bottom:0px dashed #ff846e; }

	.newTxt {font-size:16px; color:#4a4098; /*font-weight:bold;*/}
	
	@media only screen and (min-width:1024px) {/* PC */
	}
	
	/* 테블릿 가로 해상도 */
	@media all and (max-width:1399px) {
			
		/* 서브페이지 */
					
		#container { padding-bottom:20px;width:100%; color: #333; line-height: 24px; font-size: 15px; overflow:hidden;}
		#mobileLnb{display:block}
		 
		/*#subCon	:after	{ display:none; }*/
		#subCon>h2	{float:none; font-size:24px; color:#000; margin-top:0px; width: 100%; padding-bottom:10px;letter-spacing: 0.5px;}
		#subCon>h2 span	{  display:none; }
		.path		{float:none; text-align: left;    margin-top:10px; width: 100%; padding-bottom:20px; }
		.in-wrap 	{/*margin:30px 0 40px;*/ width: 100%;margin:30px 0 0;}
	}
	
	/* 테블릿 세로 해상도 */
	@media all and (max-width:980px) {
		
		
		/* 서브페이지 */
 
		#cBody{position:relative; background:none; padding-top:30px;top: 0px;background-position: center 0px;  }	
		
		#subWrap	{width:100%; margin:0 auto; overflow:hidden; /*border-top:3px solid #128679;*//*border-top:1px dashed #fff;*/padding-top: 0px;  background:none}
		#subWrap:after	{display:none }
		h2.subTT	{display:none}	
		
		#lnb 		{ display:none}	
			
		.mNxt		{ display:block;text-align: center;/* position:absolute; top: 60px;left: 50%;transform: translateX(-50%);*//*right:10px;*/ z-index:10}		
 
		#subCon		{position:relative; width:100%; margin-top: 0px; float:none; padding:0px 0 0; box-sizing:border-box; /*background:url('/img/common/sub_img_01.jpg') no-repeat #219489;*/ /*background:#219489;*//*background:url(/img/main/bg.jpg) no-repeat center top ;background-size: 100%;*/border-top: 2px solid #ff6448; border-radius: 0px;box-shadow:none;    margin-bottom: 0px}
		#subCon:after	{ display: none}
		#subCon>h2	{float:none; font-size:24px;letter-spacing: -1px; color:#000;text-align: center; margin-top:0px; width: 100%;   padding:25px 0px 35px;background:url('/img/common/sub_img_m.jpg') no-repeat center bottom #f4ede3;background-size: 100%;}
		#subCon>h2:after	{display: none}
		.path		{display: none }
 
		
		.in-wrap 	{width: 100%; display: inline-block;padding:0px 2% 20px;box-sizing:border-box;/* box-sizing:border-box;*/border-radius: 20px 20px 0 0;background: #fff;margin-top: 10px; }
		
 
	.path span.home {   padding-left:0px; margin-left:0px;}
	
	}
	
	/* 모바일 해상도 */
	@media all and (max-width:650px) {	
	#cBody{position:relative; background:none; padding-top:0px;}			
		
	}

 