@charset "utf-8";

:root {
  --color-white-100: hsl(0, 0%, 100%);
  --color-white-200: hsl(0, 0%, 95%);
  --color-white-300: hsl(0, 0%, 85%);
  --color-white-400: hsl(0, 0%, 75%);
  --color-white-500: hsl(0, 0%, 65%);
  --color-white-600: hsl(0, 0%, 55%);

  --color-black-100: hsl(210, 17%, 12%);
  --color-black-200: hsl(210, 17%, 10%);
  --color-black-300: hsl(210, 16%, 8%);
  --color-black-400: hsl(210, 16%, 6%);
  --color-black-500: hsl(210, 15%, 4%);
  --color-black-600: hsl(210, 15%, 2%);

 --color-blue: hsl(209, 98%, 37%);
  --color-blue-100: hsl(212, 96%, 60%);
  --color-blue-200: hsl(213, 94%, 55%);
  --color-blue-300: hsl(217, 91%, 50%);
  --color-blue-400: hsl(221, 83%, 45%);
  --color-blue-500: hsl(224, 76%, 40%);
  --color-blue-600: hsl(219, 69%, 17%);

 

  --color-purple-100: hsl(233, 67%, 43%);
  --color-purple-200: hsl(233, 67%, 35%);
  --color-purple-300: hsl(233, 67%, 29%);
  --color-purple-400: hsl(233, 67%, 25%);



  --color-orange-100: hsl(31, 81%, 70%);
  --color-orange-200: hsl(25, 100%, 69%);
  --color-orange-300: hsl(24, 87%, 63%);
  --color-orange-400: hsl(23, 51%, 60%);
  --color-orange-500: hsl(23, 41%, 50%);
  --color-orange-600: hsl(23, 31%, 40%);


  --color-dahong-100: hsl(359, 49%, 69%);
  --color-dahong-200: hsl(359, 67%, 56%);
  --color-dahong-300: hsl(359, 81%, 52%);
  --color-dahong-400: hsl(359, 98%, 36%);
  --color-dahong-500: hsl(359, 91%, 100%);

  --text-tiny: clamp(0.84rem, calc(0.12vw + 0.8rem), 0.89rem);
  --text-small: clamp(0.93rem, calc(0.13vw + 0.91rem), 1rem);
  --text-base: clamp(1.05rem, calc(0.15vw + 1.01rem), 1.12rem);
  --text-medium: clamp(1.18rem, calc(0.17vw + 1.14rem), 1.26rem);
  --text-large: clamp(1.32rem, calc(0.19vw + 1.28rem), 1.41rem);

--shadow-normal: 0px 5px 15px rgba(0,0,0,0.1);

  --shadow-small: 0 3px 4px 0 rgba(0, 0, 0, 0.2),
    0 2px 3px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.4),
    0 2px 4px -1px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.8),
    0 4px 6px -2px rgba(0, 0, 0, 0.8);
 
--t_majorcolor:#18396f;

 

}
  
.major_color{
	color: var(--t_majorcolor);
}

.major_colorB{
	color: var(--color-blue-500);
}


#wrap{
		position: absolute;
		width:100%;
		height:100%;
		margin:0;
		padding:0;	 
		
		
}
 
 
.wrap{
	margin:0 auto;
	padding:0;
	width:98%;
	position:relative;
	max-width:1500px;
	}

.wide_wrap{
	margin:0 auto;
	padding:0; 
	position:relative;
	width:100%;
	}	

/*topmenu*/
#Header {
	position:absolute;
	z-index:200;
	width:100%;

	
	-webkit-transition: .2s; 
	transition:.2s;
	 


}
.sub #Header{
	 background:rgba(255,255,255,1); 
}
#Header.topmenuOn{
	
	-webkit-transition: .2s; 
	transition:.2s;
 
	
	
}

#Header.topmenuOn:after{
	content:'';
	display:block;
	background:rgba(0,0,0,.4); 
	width:100%;
	height:0px;
}

.sub #Header:after{
	content:'';
	display:block;
	background:rgba(0,0,0,.0);   
	width:100%;
	height:1px;
}
 
#Header .header_inner {
	position:relative;
	height:80px;
	margin:20px auto;
	width:98%;
	max-width:1600px;
	z-index:20;
	border-radius:10px;
	background:rgba(255,255,255,1);   
	


	-moz-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	-webkit-transition: .2s; 
	transition:.2s;
	 
} 
/*.sub #Header .header_inner {
	background:rgba(255,255,255,.8);   
}*/
#Header.topmenuOn  .header_inner {
 	width:100%;
	transition: 0.2s;
	border-bottom:1px solid rgba(0,0,0,.1);
}

.header_inner h1.logo {
	position:absolute;
	left:40px;
	top:50%;
	width:137px; 
	height:62px;
	margin-top:-31px;
	z-index:2;
	transition: 0.4s;
	 
}
#Header.topmenuOn .header_inner h1.logo {transition: 0.4s;}

.header_inner h1 > a {
	display:block;
	overflow:hidden;
	width:100%;
	height:100%;
	text-indent:-99900px;
	background:url(../image/logo_2025.png) 0 0 no-repeat;
	background-size:100%;
	transition: 0.4s;
}

.sub .header_inner h1 > a,
#Header.topmenuOn .header_inner h1 > a {
		 background:url(../image/logo_2025.png) 0 0 no-repeat;
		 background-size:100%;
		 transition: 0.4s;
} 


 /* gnb */
 

.mobileTopmenu{display:none;}

/* gnb */
 

 
#gnb {
	 
	width: calc(100% - 210px);
	margin: 0 60px 0 160px;
	padding:0px 0 0 0;
	 position:relative;
	 
	
	 
}
#Header.topmenuOn #gnb,
#gnb.hover {
	
}
 
#gnb:after{
	display:block;
	clear:both;
}


 
 #gnb > ul{
 
	-webkit-transition: .6s; 
	transition:.6s;
 }

  #gnb.hover > ul{
	
	 
	-webkit-transition: .6s; 
	transition:.6s;
 }
#gnb ul,
#gnb ul li,
#gnb ul li a{
		/*font-family:'Spoqa Han Sans Neo', sans-serif;*/
		position:relative;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box
}
#gnb ul li a{display:block;}
 
#gnb > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#gnb > ul{margin:0 auto; text-align:center;;z-index:2;}
#gnb > ul > li{display:inline-block;position:relative;vertical-align:top;width:150px; padding: 30px  0px;  -webkit-transition: .6s; 	transition:.6s;}

#gnb.hover  > ul > li{ -webkit-transition: .6s; transition:.6s; width:180px;}
 
 #gnb > ul > li.first:before{background:none;display:none;}
#gnb > ul > li > a{display:block;color:#222;font-size:21px;line-height:1.2;padding: 0; z-index:100;letter-spacing:-0.03em;font-weight:600;position:relative;width:100%;height:50px;text-align:center;}

.sub	#gnb > ul > li > a,
#gnb > ul > li.hover > a{color:#222; }
 
 

.topmenuOn #gnb > ul > li.first:before,
 .topmenuOn #gnb > ul > li > a{ color:#222; }
 
.topmenuOn #gnb > ul > li.hover > a{color:#000;}


 #gnb ul li ul{ 
	display:none;
	height:0;
	overflow:hidden;
	width:0;
	margin:0px auto 0 auto;
	position:absolute;
	text-align:left;
	 
	 
  }
 
 #gnb ul li.hover:after{
		display:block;
		content:'';
		position:absolute;
		width:100%;
		height:450px;
		top:80px;
		background: rgba(0,0,0,.2);
		opacity:.2;
		z-index:1;
  }
 #gnb ul li.hover ul,
 #gnb ul.hover li ul{
	position:relative;
	width:100%;
	display:block;
	height:100%;
	/*min-height:280px;*/
	padding-top:25px; 
	z-index:2;
  
}

   #gnb ul li ul:before{
		display:block;
		content:'';
		position:absolute;
		width: 0%;
		left:50%;
		height:3px;
		top:0px;
		background: var(--color-blue-400);
		opacity:.8;
		z-index:1;
		transition:.6s;
  }
   #gnb ul li.hover ul:before{
	width:100%;
	transition:.6s;
	left:0;
   }

 
#gnb ul li.has-sub li{/*background:red;*/}

#gnb ul li ul li{  text-align: center; transition:all .2s ease-in-out;	-webkit-transition:all .2s ease-in-out;	transform:translateY(0px);	-webkit-transform:translateY(0px);margin-bottom:1px;}
#gnb ul li.hover > ul > li{ 	transform:translateY(0);	-webkit-transform:translateY(0);}
#gnb ul li ul li a{color:#000;text-align:center; display:inline-block;position:relative;padding:7px 0;font-size:90%;line-height:1.2;text-decoration:none;opacity:.6;letter-spacing:-0.03em;}

 

	
#gnb ul li ul li:last-child > a,
#gnb ul li ul li.last-item > a{border-bottom:0}
#gnb ul li ul li:hover > a,
#gnb ul li ul li a:hover{opacity:1}

 

  #gnb ul li.mobile_on{display:none;}

 
/*gnbback*/

 .gnb_back {
	position:absolute;
	left:0;
	top:0px;
	width:100%;
	height:80px;	 
	 
 	z-index:1;
	 -webkit-transition: .4s; 
	transition:.4s;
	
		background:rgba(0,0,0,0);
			

 
	}
	 .gnb_back span{
		height:0;
		-webkit-transition: .4s; 
	transition:.4s;
	/*background: url(../image/back_logo.png) no-repeat right bottom;
	background-size:30%;*/
	 }
 .gnb_back.active span{
	display:block; 
	width:100%;
	position:relative;
	height:100%;
 	 -webkit-transition: .4s; 
	transition:.4s;
 }

 
 .gnb_back.active{
	 border-top:1px solid #ccc;
	height:540px !important;
	 -webkit-transition: .4s; 
	transition:.4s;
	background:rgba(255,255,255,1);
	webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);

	box-shadow:var(--shadow-small);
	
	 

}
/*.sub  .gnb_back.active{
	background:#f7f7f7; 
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.31);
} */

 
 

.Mgnb_back{
	display:none;
}
 

 /*lang*/
.header_utilarea {
	 
	position:absolute;  
	height:100%;
	right:20px;
	z-index:2; 
	top:50%;
	margin-top:-12px;
	
	 
	
}
 .langarea 
 {
	  
	padding:0px; 
	position:relative;
	 
	 
	
	
 }
 

 .langarea .langlist{
	 text-align:right;
 }
 .langarea .langlist li{
	 display:inline-block;
	 vertical-align:middle;
	 position:relative;
	 padding:0 0px; 
 }
  
 
 .langarea a{
	display:block;
	font-size:19px;
 	padding:5px 10px;
	color:#fff;
	font-weight:600;

}
#Header.topmenuOn .langarea a{
	color:#333;
}
 .langarea .active a{color:#ff0000;}
#Header.topmenuOn .langarea .active a{color:#ff0000;}
	
  
.gnb_btn{
	position:relative;
	width:32px;
	height:38px;	 
	background:none;	 
	cursor:pointer;
	margin:0 auto;
	

}
.gnb_btn span{
	position:absolute;
	margin-left:0px;
	width:100%;
	height:2px;
	 
	background-color:#fff;
	 transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	left:0;

}
 .sub .gnb_btn span{
	background-color:#333;

 }
/*on*/
/*.sub .gnb_btn span,*/
.topmenuOn .gnb_btn span
{
	background-color:#fff;
}
.gnb_btn span.mgb_top{
	top:8px;
	width:100%;

}
.gnb_btn span.mgb_mid{
	top:18px;
	width:100%;
	 

}
.gnb_btn span.mgb_bot{
	top:28px;
	width:70%;

}
.gnb_btn:hover span.mgb_top {
	width:100%;

}
 

.gnb_btn:hover span.mgb_bot{
	width:100%;

}


 
/* Responsive gnb */
.btn_nav {
  display: none;
}

@media (max-width: 1560px ){
 .header_inner h1.logo {
	left:10px;
 }
}
 
  @media (max-width: 1200px ){
		#gnb > ul > li{min-width:120px;width:auto; }
		#gnb.hover  > ul > li{width:auto; max-width:140px;}
  }

 @media (max-width: 1000px ){
	.allMenu{display:none;}
	
	#Header {
		position:fixed;
		
 	 }
	 .m_fixed #Header:after{
 		background:rgba(0,0,0,.3);   
 	}
	.sub #Header:after{
		content:'';
		display:block;
		background:rgba(0,0,0,.1);   
		width:100%;
		height:1px;
	}
	
	.m_fixed #Header {
		background:rgba(255,255,255,.9); 
		
	}
	#Header .header_inner {
 		height:60px;
		width:100%;
		border-radius:0px;
		background:rgba(255,255,255,0);   
		margin:0px auto;
 	} 
	.m_open #Header .header_inner{background:rgba(255,255,255,.9);}
	.m_fixed .m_open #Header .header_inner{background:rgba(255,255,255,.9);}
	.header_inner h1.logo {
		padding-left:0px;
		left:10px; 
		padding-top:10px;
		width:100px;
		 
		z-index:2
	}
	.m_open .header_inner h1.logo{
		
		display:block;
		
	}
 
	
 
	
	
	#Header.topmenuOn .header_inner h1 > a,
	.m_open .header_inner h1 > a,
     .m_fixed .header_inner h1 > a
 	
	 
	{
		background:url(../image/logo_on_2025.png) 0 0 no-repeat;
		background-size:100%;
	}
 	.header_inner h1 > a
	 
	{
		background:url(../image/logo_2025.png) 0 0 no-repeat;/*흰색*/
		background-size:100%;
	}



	  .gnb-wrap{
			max-width:100%;
		}


	.mobileTopmenu{ }
	.m_open .mobileTopmenu.on{
		  display:block;
		  position:relative;
		  z-index:999999999;
		  left:0%;
		  width:100%;
		   
		
	}	
	

 .m_open .mobileTopmenu.on .mlogo{text-align:center;padding:20px 0px 20px 5px;;background:#f7f7f7;}
 .m_open .mobileTopmenu.on .mlogo img{width:100%;max-width:135px;}
 .m_open .mobileTopmenu.on .mlange{ 
 position:absolute;
 top:50%;
 margin-top:-20px;
 left:0;
 padding:10px;
 z-index:999999999;
  
  
 } 
  .m_open .mobileTopmenu.on .mlange span{display:inline-block;position:relative;padding:0 20px;}
  .m_open .mobileTopmenu.on .mlange span a{display:block;color:#000;font-size:17px;}
  .m_open .mobileTopmenu.on .mlange span:first-child:before{display:block;content:'';background:#333;width:1px;height:10px;position:absolute;right:0;top:5px;}
  .m_open .mobileTopmenu.on .mlange span.active a{color:#0ba29b;font-weight:bold;}

 

#gnb {padding-top:0px;width: 100%;margin: 0 auto 0 0; position:absolute;height:100%;  z-index:1;-webkit-transition: .6s; transition:.6s; }
.m_open #gnb {z-index:10;}

#Header.topmenuOn #gnb,
#gnb.hover{width: 100%;margin: 0 0 0 0;-webkit-transition: .6s; transition:.6s}

#gnb > ul{width:0%; right:0; position:fixed; z-index:999999999;height:100%;transform:translateX(100%);}

.m_open #gnb > ul{ transform:translateX(0%); width:100%;-webkit-transition: .6s; transition:.6s;}
 
#gnb > ul{text-align:left;	width:100%;}
#gnb ul li{background:#fff;display:block;margin:0;width:100%;border-top:1px solid #d7d7d7;text-align:left;padding: 10px  0px 0 0;}
#gnb ul li.first:before{display:block;content:'';background:#fff;width:100%;height:0px;position:relative;}
#gnb ul li.first{padding-top:0px;position:relative;border-top:0px solid #d7d7d7;}
#gnb > ul > li.first  > a{border-top:1px solid #d7d7d7;}
#gnb > ul > li:last-child{border-bottom:1px solid #d7d7d7;}
#gnb ul li.m_on,
#gnb ul li:hover{background:#f7f7f7;}
#gnb > ul > li > a,
#gnb > ul > li.hover > a{color:#333;padding: 13px 10px;text-align:left;}

#gnb > ul > li.hover > a,
.sub #gnb > ul > li > a,
.topmenuOn #gnb > ul > li > a,
.topmenuOn #gnb > ul > li.hover > a{color:#333;}

#gnb.hover  > ul > li{ max-width:100%;width:100%;}

#gnb ul li ul{ 
	 background: var(--color-blue-600);
	  position: relative;
	  top: 0px;
	  left: 0px;
	  padding: 0px 0 0 0;
	  margin-top:0;
	  height:0;
	   transform: translateY(0);
	   
  }
 #gnb ul li.m_on > ul {
	position: relative;
	left:0;
	width:100%;
	display:block;
	/* transition: all .3s;*/
	 top: 0px;	  
	 padding: 0px 0 0px 0;
	 margin-top:0px;	
 	 border-top:1px solid #636363; 
	 height:100%;
	   
	 

}
#gnb ul li ul li{display:block;opacity:1 ;border-top:0px solid #d7d7d7;text-align:left;padding:0px;padding-left:20px;background:none;}
#gnb ul li ul li:hover{background: rgba(0,0,0,.1);} 
#gnb ul li ul li,
#gnb ul li.m_on ul > li{height:auto}
 
#gnb ul li ul li a{width:100%;border-bottom:0;padding: 0px 10px;text-align:left;color:#fff;line-height:2;}
#gnb ul li ul li a:hover{color:#fff} 

 #gnb ul li.mobile_on{display:block;}
 
	#gnb   .gnb-depth_sub.subA,
	#gnb   .gnb-depth_sub.subB,
	#gnb   .gnb-depth_sub.subC,
	#gnb  .gnb-depth_sub.subD,
	#gnb  .gnb-depth_sub.subE{
		width:100%;
		margin-left:0;
	}

 
	.m_button{width:55px;height:50px;position:absolute;right:0;top:5px;cursor:pointer;  z-index:999999999999;}
	.m_button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
	.m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#fff;content:''}
	.m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:36px;border:0;height:2px;right:20px;width:19px;background:#333;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.m_button.menu-opened:before{top:36px;right:20px;background:#333;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}


 	.m_fixed .m_button{width:55px;height:50px;position:absolute;right:0;top:5px;cursor:pointer;  z-index:999999999999;}
	.m_fixed .m_button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #636363;border-bottom:2px solid #636363;content:''}
	.m_fixed .m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#636363;content:''}
	.m_fixed .m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:36px;border:0;height:2px;width:19px;background:#333;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.m_fixed .m_button.menu-opened:before{top:36px;background:#333;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}

	.sub .m_button{width:55px;height:50px;position:absolute;right:0;top:5px;cursor:pointer;  z-index:999999999999;}
	.sub .m_button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #636363;border-bottom:2px solid #636363;content:''}
	.sub .m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#636363;content:''}
	.sub .m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:36px;border:0;height:2px;width:19px;background:#333;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.sub .m_button.menu-opened:before{top:36px;background:#333;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}


 	.m_fixed .sub .m_button{width:55px;height:50px;position:absolute;right:0;top:5px;cursor:pointer;  z-index:999999999999;}
	.m_fixed .sub .m_button:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #636363;border-bottom:2px solid #636363;content:''}
	.m_fixed .sub .m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#636363;content:''}
	.m_fixed .sub .m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:36px;border:0;height:2px;width:19px;background:#333;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.m_fixed .sub .m_button.menu-opened:before{top:36px;background:#333;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}

 

	#gnb .submenu-button{position:absolute;z-index:999999;right:0;top:0;display:block;height:40px;width:46px;cursor:pointer;}
	#gnb .first .submenu-button{top:0px;}
	#gnb .submenu-button.submenu-opened{}
	#gnb ul ul .submenu-button{height:34px;width:34px}
	#gnb .submenu-button:after{position:absolute;top:12px;right:0px;width:34px;height:34px;display:block;color:#293189;font-family: FontAwesome;font-size: 22px;	content: "\f105";}
	
	#gnb .submenu-button.submenu-opened:after{content: "\f107";}
 
 

	.m_open .Mgnb_back{
		display:block;
		position:fixed;
 		top:0px;
		width:100%;
		height:100%;
		 background:rgba(0,0,0,0.7);   
		 z-index:2222;
	}
	 
	.header_utilarea {display:none;}
 


	 
	  .gnb_back,
	  .gnb_back.active 
	   {
			display:none;
			height:0;
			height:0px !important;
			border-top:0;
	  }


	 
 	 
}



@media(max-width:340px){

	 .m_open .mobileTopmenu.on .mlange div a{margin: 0 10px;} 

}


/*allmenu*/
.allmenubox  ul > li{
	display:inline-block;
	width:24%;
	vertical-align:top;
	
}
.allmenubox  ul > li > a{
	display:block;
	font-size:40px;
	font-weight:600;
	margin-bottom:50px;
}
.allmenubox  ul > li ul li{
	width:100%;
		
}
.allmenubox  ul > li > ul li a{
	font-size:20px;
		margin-bottom:30px;
		opacity:.8;
}
.allmenubox  ul > li > ul li a:hover{
	opacity:1;
}

.allmenubottom{
	
	padding:40px 10px 0 10px;
	}
.allmenubottom .companyinfo_in{
	display:inline-block;
	vertical-align:top;
	width:30.333%;
	margin:0 1%;
	color:#fff;
}
.allmenubottom .companyinfo_in a{
 color:#fff;
}
.allmenubottom .companyinfo_in p{
	font-size:110%;
	display:block;
	margin-bottom:20px;
	
}
.allmenubottom .companyinfo_in span{
	opacity:.8;
	font-size:80%;
	display:block;
	font-weight:300;
	position:relative;
	padding-left:45px;
}
.allmenubottom .companyinfo_in span strong{
	font-weight:400;
	padding-right:10px;

		position:absolute;
	top:0;
	left:0;
	font-weight:500; 
	margin-right:0px; 
	left:0; 
	color:var(--t_majorcolorSkyblue);
	 
}




 

/*footer*/
 
/**/
#footer{
	clear:both;
	background:#171717;
	padding-top:30px;
 	 

}
#footer:after{
	clear:both;
	content:'';
	display:block;
	position:relative;
} 

 #footer  .bottom_logo{
	display:block;
	vertical-align:top;
	padding:0 0px 20px 0; 
	text-align:left;
	min-height:40px;
	border-bottom: 1px solid rgba(255,255,255,.1);

	
} 

 #footer  .bottom_logo .bottom_slogen{
	display:block;
	color:#fff;
	opacity:.8;
	font-size:80%;
	padding-left:13px;
 }

#footer .bottomlink {
	 
	 position:absolute;
	 right:0;
	 top:20px;

	 
}

#footer .bottomlink ul{
	display:block; 
	 text-align:center;
	margin:0;
    padding:0x;
 
}
#footer .bottomlink ul li{
	display:inline-block;
 	margin-right:10px;
 	padding:10px 10px;  
 	position:relative;
	 vertical-align:top;
	 border:3px solid #
 	 
	
}

#footer .bottomlink ul li.first{
  	background:none;
 
}
#footer  .bottomlink ul li a:after{
	display: block;
 	content:' ';
 	width:1px;
 	height:10px;
 	background:rgba(255,255,255,.2);
 	position:absolute;
 	top:20px;
	

}

#footer  .bottomlink ul li.first a:after{
	 
	width:0px;
 	background:none;
 	 

}
#footer  .bottomlink ul li a {
 	padding-left:20px;
	letter-spacing:-1px;
	color:#fff;
	font-weight:400;
	
}
#footer  .bottomlink ul li.first a {
	 
	padding-left:0px;
	
}

#footer  .bottomlink ul li a,
#footer  .bottomlink ul li a:hover{
	 
	text-decoration:none;	 
 	 
} 


#footer .bottomlink ul li.pesornal a{
 	font-weight:500;
}




/**/

#footer .companyinfo{
 	 
	padding:20px 0 10px 0;
	margin-top:0px;
 }
 #footer .companyinfo  .bottom_logo{
	display:block;
	padding-left:10px;
	margin-bottom:20px;
 }
 
#footer  .companyinfo .companyinfo_in{
	position:relative;
	 padding:10px;
	 padding-left:23px;
	 
	display:inline-block; 
	 
	vertical-align:top;
	margin:0 0 10px 0;
	
 }
 #footer  .companyinfo .companyinfo_in p{
	display:block;	 
	margin-bottom:10px;
	color:#fff;
}

  #footer  .companyinfo .companyinfo_in p strong{
	font-weight:600;
	color:#fff;
	 
 }


#footer .companyinfo .companyinfo_in span{
	margin-right:30px;
	font-size:85%; 
	 font-weight:400;  
	display:inline-block;
	position:relative;
	margin-bottom:0px;
	padding-left:0px;
	color:#fff;
	opacity:.8;
 	 
}
 
#footer .companyinfo .companyinfo_in span:last-child{
	
	margin-right:0px;
}
#footer .companyinfo .companyinfo_in span a{color:#333; }
 
#footer .companyinfo .companyinfo_in span:before{
	display: block;
 	content:' ';
 	width:0px;
 	height:10px;
 	background:rgba(255,255,255,.2);
 	position:absolute;
 	top:8px;
	left:0;
	padding-left:0;
 }
 
#footer .companyinfo  .companyinfo_in  span strong{
 	position:relative;
	top:0;
	left:0;
	padding-right:10px;
	font-weight:500; 
	margin-right:0px; 
	left:0; 
	color:#828282;
	 
}
 
#footer  p.cpyright{
	display:inline-block;
	text-align:center;
	color:#6f6f6f;
	vertical-align:middle;
 	font-size:12px;
 	 letter-spacing:0px;
	 padding: 5px 5px;
	 


}

#footer span.linkpriv{display:inline-block; padding:3px; border:1px solid rgba(255,255,255,.1);}
#footer span.linkpriv a{ font-size:120%;color:rgba(255,255,255,.5);}

 @media(max-width:1000px){
	 #footer{
 	padding-top:0px;
 	 

}
 

 @media(max-width:780px){
	 
	 #footer .companyinfo  .bottom_logo{padding-left:5px;text-align:left;}
 
	  
	  #footer .bottomlink {top:5px;}
 }
  @media(max-width:420px){
  
	  
	  #footer .bottomlink img{width:100px}
	  #footer .bottomlink ul li{margin-right:0;}
	  
 }
 
 