@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%, 70%);
  --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-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(226, 71%, 35%);


  --color-red-100: hsl(0, 100%, 70%);
  --color-red-200: hsl(0, 100%, 60%);
  --color-red-300: hsl(0,100%, 50%);
  --color-red-400: hsl(0, 80%, 40%);
  --color-red-500: hsl(0, 60%, 30%);
  --color-red-600: hsl(0, 40%, 20%);

  --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-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
 
 --t_majorcolor:#2e5fb0;
 --t_majorcolorB: #0a4f9f;
--t_majorcolorBlue: #0a4f9f;
--t_majorcolorGreen: #107149;
--t_red: #ed1f24;
--t_majorcolorSkyblue:#51d0f4;
--t_majorcolorSkyblueB:#106ac2;
--t_majorcolorSkyblueC:#0a6bb1;
--t_majorcolorSkyblueD:#003b83;
--t_majorcolorSkyblueE:#042753;


}
  
.major_color{
	color: var(--t_majorcolor);
}
.major_colorA{
	color:#0d9d4a;
}

.major_colorB{
	color: var(--t_majorcolorB);
}
.colortest {
	display:inline-block;
	
}
.colortest span{
	display:block;
	width:100px;
	text-align:center;
	padding: 5px;
}
.red{color:#FF0000;}

#wrap{
		position: absolute;
		width:100%;
		height:100%;
		margin:0;
		padding:0;	
		
}
 
.wrap{
	margin:0 auto;
	padding:0;
	width:90%;
	position:relative;
	max-width:1400px;
	}
.width_wide_wrap{
	margin:0 auto;
	padding:0;
	width:90%;
	position:relative;
	max-width:1400px;
	
	 
}
@media(max-width:1300px){
	 .width_wide_wrap{width:96%;}
}

@media(max-width:1000px){
  .wrap{width:96%;}
  .width_wide_wrap{width:96%;}
 }



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

/*topmenu*/
#Header {
	position:absolute;
	z-index:200;
	width:100%;
	background:rgba(255,255,255,0.0);   
	padding-top:0px;
	
	
}
 
 /*
 #Header:after{
	content:'';
	display:block;
	background:rgba(255,255,255,0.2);   
	width:100%;
	height:1px;
} */
 
 /**/

 
#Header .header_inner {
	position:relative; 
	margin-top:0; 
 	opacity:1; 
 	z-index:20;
 
	
	 
} 
 
body.active #Header .header_inner  {
	 
	opacity:1;

}



.header_inner h1.logo {
	position:absolute;
	left:40px;
	top:50%;
	width:214px; 
	height:41px;
	margin-top:-20px;
	z-index:999;
	 
}

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

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

 

/* gnb */

  
#gnb,
#gnb ul,
#gnb ul li ul li,
#gnb ul li a,
#gnb .m_button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#gnb .m_button {
  display: none;
}

#gnb {
  text-align:center;  

   
 /* background:#1e2188;*/
  
}
#gnb.hover{
  
}
 

#gnb > ul{ text-align:center;display:inline-block;   height:100%;}
#gnb > ul:hover{width:100%; }
#gnb > ul:after{content:"";display:block;clear:both;position:relative;height:100%;}
#gnb > ul:before{content:"";display:block;clear:both;width:100%;position:absolute;left:0;top:0;height:0; }
#gnb> ul:hover:before{height:90px;background:#fff; }
 #gnb > ul > li {
	  display:inline-block;
	  margin:0;
	  padding:0;
	  -webkit-transition: .3s; 
		transition:.3s;
	z-index:2;
 
	font-size:0;
}
#gnb > ul > li.first{
	padding-left:200px;
}
#gnb > ul > li:hover,
#gnb > ul > li:after{
	

	height:0;
	
	-webkit-transition: .3s; 
	transition:.3s;

} 
#gnb > ul > li:hover:after{
	content:'';
	display:block;
	height:60px;
	width:100%;
	background:#f5f5f5;
	position:absolute;
	left:0;
	top:90px;
	-webkit-transition: .3s; 
	transition:.3s;
	z-index:1;

} 
#gnb > ul > li.prom:hover:after{
		height:300px;
		-webkit-transition: .3s; 
    	transition:.3s;
}


#gnb > ul > li > a {
	 display:block;
	 color:#fff;
	 width:100%;
	 font-size:21px;
	 padding: 36px 40px 36px 40px; 
	letter-spacing:0em;
	font-weight:600;
 	  -webkit-transition: color .2s ease;
	  -moz-transition: color .2s ease;
	  -ms-transition: color .2s ease;
	  -o-transition: color .2s ease;
	  transition: color .2s ease;
	  z-index:3;

	    -webkit-transition: .3s; 
	transition:.3s;
}
/*.sub #gnb > ul > li > a{
	color:#333;
}*/
#gnb.hover > ul > li  > a {
padding-left: 60px; 
padding-right: 60px; 
 -webkit-transition: .3s; 
	transition:.3s;
	color:#333;
}


#gnb > ul > li:hover > a,
#gnb > ul > li > a:hover  {
  color: #0070c0;
  /*background:rgba(171,33,46,1);*/

}

#gnb > ul > li:hover  > a:after{
	content:'';
	display:block;
	position:relative;
	margin:0px auto 0 auto;
	width:100%;
	max-width:80px;
	height:0px;
	background: rgba(255,255,255,0);
 
}






#gnb > ul > li > div{
	 padding-left:40px;
	height:0; 
	top:90px; 
	border-radius:0px;	
	z-index:2;
	position:absolute;  
	overflow:hidden; 
	-webkit-transition: .3s; 
	transition:.3s;
	 
	
}
#gnb > ul > li.prom > div{
		padding-left:0px;
		margin-left:-20%;
 
}

#gnb > ul > li.workm > div{
		padding-left:0px;
		margin-left:-3%;
}
#gnb > ul > li.last > div{
		padding-left:0px;
		margin-left:-50px;
}

#gnb > ul > li:hover  > div{
	height:auto;
 	padding-top:15px;
	padding-bottom:15px;

	text-align:center;
	-webkit-transition: .3s; 
	transition:.3s;
}
#gnb > ul > li.prom:hover  > div{
	padding-top:30px;
}
 
 
 

#gnb ul ul {
  position: relative;
  left: -9999px; 
  opacity: 0;
   
 
 
}
#gnb > ul > li > div > ul {
 
  padding-top: 0px;
 
  position:relative; 
  text-align:center;
  margin:0 auto; 

 	 
}
 
#gnb  ul  li:hover  ul {
  left: auto;
  top: 0;
  opacity: 1;
}
 

  #gnb ul li ul{
	  vertical-align:top;
  }

 #gnb ul li ul li {
  display:inline-block;
  vertical-align:top;
}


 
#gnb ul ul li a {
  width:100%;
  padding:8px 20px 8px 20px;
  font-size:16px;
  text-decoration:none;
  color:rgba(255,255,255,.8);  
  text-align:left;
  color:#333;
 
 
}
 
#gnb ul ul li:hover > a,
#gnb ul ul li > a:hover,
#gnb ul ul li.m_on > a {
   color:#09305c;
}
 
 #gnb ul li ul li ul{
	padding-left:10px;
	-webkit-transition: .3s; 
	transition:.3s;
	
 }
 #gnb ul li ul li ul li {
  
  -webkit-transition: .3s; 
	transition:.3s;
	 
}
 #gnb ul li ul li ul li:before{

	content:'';
	display:block;
	position:absolute;  
	 left:13px;
	 top:14px;
	 width:3px;
	height:3px;
	background: rgba(0,0,0,.3);
 
 }
 #gnb ul li ul li ul li a{
		font-size:15px;
		padding-bottom:0;
		opacity:.8;
 }

 #gnb ul li ul.sub2{
	margin:0 auto;
	max-width:1000px;
 }
 #gnb ul li ul.sub2 > li{
	width:20%;

 }
  #gnb ul li ul.sub2 > li > a{
		
		font-size:17px;
		font-weight:600;
		margin-bottom:10px;
  }

  #gnb ul li ul.sub2 li ul {
	text-align:left;
  }
  #gnb ul li ul.sub2 li ul li{
	width:100%;
	text-align:left;

 }


/*gnbback*/
.gnb_back{
	 
 
}
.gnb_back.active{
	 
}


.Mgnb_back{
	display:none;
}
 
 

 
 /*lang*/
.header_utilarea {
	 
	position:absolute;  
	right:20px;
	z-index:2; 
	top:50%;
	margin-top:-20px;
	

}
 
 
.langarea
 {
	right:40px;
	vertical-align:top;
	position:absolute;
	top:0px;
	padding:0px 0 0px 0px;
	background:url(../image/icon_earth.png) no-repeat center 0;
}

.sub  .langarea,
.m_fixed  .langarea,
.topmenuOn .langarea{
	background:url(../image/icon_earth_black.png) no-repeat center 0;
}

   
.gnb_btn{
	position:relative;
	width:25px;
	height:25px;	 
	background:none;	 
	cursor:pointer;
	margin:0 auto;
	

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

}
 .m_fixed .gnb_btn span{
	background-color:rgba(0,0,0,.5);

 }


/*on*/
/*.sub .gnb_btn span,*/
.topmenuOn .gnb_btn span
{
	background-color: rgba(0,0,0,.5);
}
.gnb_btn span.mgb_top{
	top:8px;
	width:80%;

}
.gnb_btn span.mgb_mid{
	top:16px;
	width:80%;
	margin-left:0%;
	 

}
.gnb_btn span.mgb_bot{
	top:24px;
	width:80%;
	margin-left:0%;

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

}
 
.gnb_btn:hover span.mgb_mid {
	width:100%;
	margin-left:0%;

}
.gnb_btn:hover span.mgb_bot{
	width:100%;
	margin-left:00%;
	

}
 
/* Responsive gnb */
.btn_nav {
  display: none;
}
 
@media (max-width: 1300px ){
	.header_inner h1.logo {
		 
		left:10px;
		
	}

	#gnb > ul > li > a {
			 padding: 36px 30px 36px 30px; 
	}
	 
 
}
@media (max-width: 1180px ){
	#gnb.hover > ul > li  > a {
	padding-left: 30px; 
	padding-right: 30px; 
	 
	}
#gnb > ul > li > div{
	 padding-left:20px;
 
	 
	
}

#gnb > ul > li.prom > div{
		 
		
}



}
@media (max-width: 1000px ){
	
	 
	#Header {

		padding-top:0px;
	 
	}
	.allMenu{display:none;}
	#Header {
		position:fixed;
		
 	 }
	 .m_fixed #Header:after{
 		background:rgba(0,0,0,.3);   
		width:100%;
		height:1px;
		content:'';
		display:block;
		position:relative;
 	}
	.m_fixed #Header {
		background:rgba(255,255,255,1); 
	}
		 
	 
	#Header .header_inner {
 		height:80px;
 	} 
	/*body.active.m_open #Header .header_inner  {
		margin-top:0px; 
		

	}*/

 

body.active #Header .header_inner  {
 
}
 

	.m_open .header_inner h1.logo {

	 
}

	.m_open .header_inner h1.logo{
		
		display:block;
		
	}


	#Header.topmenuOn .header_inner h1 > a,
	/*.sub .header_inner h1 > a,*/
	.sub #Header.topmenuOn .header_inner h1 > a,
	.m_open .header_inner h1 > a,
    .m_fixed .header_inner h1 > a
	 
	{
		
		margin:0 ;
		background:url(../image/logo_on.png) left center no-repeat;
		 background-size:80%;
		 
	}
	 
	
  	.header_inner h1 > a
	 
	{
		background:url(../image/logo.png) left center no-repeat;
		background-size:80%;
	}


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

 	 
 
  #gnb {
    width: 100%;
	z-index:998;
	background:#fff;
 	 
  }
 
  #gnb > ul:before{position:relative;content:'';display:block;background:#fff;height:95px;}
  #gnb:hover > ul:before{height:95px;}
  #gnb ul,
  #gnb ul ul,
  #gnb ul ul ul,
  #gnb > ul,
  #gnb > ul > li > div > ul,
  #gnb > ul > li:hover >  div >  ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;

	  
  }

 #gnb > ul{}
 #gnb > ul > li > div{
	position: relative;	
	height:auto; 
	top:0;
	max-height:300px;
	overflow:auto;
	text-align:left;
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	background:rgba(0,0,0,.1);
 }

 #gnb > ul > li.first{
	padding-left:0px;
}
#gnb > ul > li > div,
#gnb > ul > li.workm > div,
#gnb > ul > li.last > div{
	margin-left:0;
}

#gnb > ul > li:hover  > div{
	 
	padding-top:0px;
	padding-bottom:0px;
	
	
	 
}

 #gnb > ul > li.prom:hover  > div{
	padding-top:0px;
}

  #gnb ul li {
    width: 100%;
	position: relative;
    border-bottom: 0px solid rgba(0, 0, 0, 0.2);
	z-index:2;
	
  }
    #gnb > ul > li:before{
		display:block;
		content:'';
		width:100%;
		height:1px;
		top:-3px;
		left:0;
		position:absolute;
		background:rgba(0, 0, 0, 0.2);;

	}
  #gnb > ul > li {padding:0 0;}
  #gnb > ul > li > a {
	display:block;
	color:#333;
	padding: 15px 10px 15px 10px; 
  }
  #gnb > ul > li:hover > a,
  #gnb > ul > li > a:hover  {
  color: #2c3a63;
   background:none;
    border-top: 0px solid rgba(0, 0, 0, 0.2);

}
#gnb.hover > ul > li  > a {
padding-left: 10px; 
padding-right: 0px; 

}

  #gnb > ul > li > a,
  #gnb ul ul li a,
  #gnb ul ul li:first-child > a,
  #gnb ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
	padding-top:10px;
	padding-bottom:10px;
	
  }
 #gnb > ul > ul li:first-child > a{padding-top:15px;}
  #gnb >  ul > ul li:last-child > a {padding-bottom:15px;}

  #gnb ul li a {
    padding-left: 12.5px;
  }
  #gnb ul ul li a {
    padding: 5px 0px 5px 20px;
	font-size:14px;
	text-align:left;
  }



 
 

#mainintro #gnb > ul > li > a{color:#000}

 


  #gnb > ul > li.has-sub > a:after,
  #gnb > ul > li.has-sub > a:before,
  #gnb ul ul li.has-sub > a:after,
  #gnb ul ul li.has-sub > a:before {
    display: none;
  }

 #gnb ul li ul.sub1{margin-left:0%;padding-left:0%;}
#gnb ul li ul.sub2{margin-left:0%;padding-left:0%;} 
#gnb ul li ul.sub3{margin-left:0%;padding-left:0%;} 

#gnb ul li ul.sub4{margin-left:0%;padding-left:0%;}  
 #gnb ul li ul li {  display:block;}

 #gnb ul li ul.sub2 > li{
	width:100%;
 }


 #gnb ul li ul li ul{
	height:100%;
	-webkit-transition: .3s; 
	transition:.3s;
	background:#f7f7f7;
	margin-bottom:10px;
 }
 #gnb ul li ul li ul li {
  display:block;
  -webkit-transition: .3s; 
	transition:.3s;
}

 #gnb ul li ul li ul li:before{

 
 
	 top:12px;
	  
	 
 
 }


#gnb > ul > li:hover:after{
	content:'';
	display:none;
	height:0; 
	background:none;
	top:0;
} 
#gnb > ul > li.prom:hover:after{
		height:0; 

}


#gnb > ul > li.prom > div{
		padding-left:20px;
		margin-left:0px;
}



  	#gnb .m_button{display:block;width:32px;height:32px;border:0px solid #fff;  background:rgba(255,255,255,.0);;position:absolute;right:15px;top:20px;cursor:pointer; z-index:9999999 }
	.m_open #gnb .m_button{border:0px solid #ccc; }
	#gnb .m_button:after{position:absolute;top:18px;right:5px;display:block;height:11px;width:20px;border-top:3px solid #fff;border-bottom:3px solid #fff;content:''}
	#gnb .m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:10px;right:5px;display:block;height:3px;width:20px;background:#fff;content:''}
	#gnb .m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:14px;border:0;height:3px;width:19px;background:#333;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	#gnb .m_button.menu-opened:before{top:14px;background:#333;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
			
			.sub #gnb .m_button{border:0px solid #ccc; }
			/*.sub #gnb .m_button:after{border-top:3px solid #333;}*/
			/*.sub #gnb .m_button:before{background:#333;}*/


	.m_fixed #gnb .m_button{width:32px;height:32px;border:0px solid #ccc;  background:rgba(0,0,0,0);position:absolute;right:15px;top:20px;cursor:pointer;  z-index:999999999999;}
	.m_fixed #gnb .m_button:after{position:absolute;top:18px;right:5px;display:block;height:11px;width:20px;border-top:3px solid #333;border-bottom:3px solid #333;content:''}
	.m_fixed #gnb .m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:10px;right:5px;display:block;height:3px;width:20px;background:#333;content:''}
	.m_fixed #gnb .m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:14px;border:0;height:3px;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 #gnb .m_button.menu-opened:before{top:14px;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 .submenu-button.submenu-opened{}
	#gnb ul ul .submenu-button{height:34px;width:34px}
	#gnb .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#000;content:''}
	#gnb ul ul .submenu-button:after{top:15px;right:13px}
	#gnb .submenu-button.submenu-opened:after{background:#000}
	#gnb .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#000;content:''}
	#gnb ul ul .submenu-button:before{top:12px;right:16px}
	#gnb .submenu-button.submenu-opened:before{display:none}


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

}
@media (max-width: 420px ){
 
 	.header_inner h1 > a
	 
	{
		background:url(../image/logo.png) 0 10px no-repeat; 
		background-size:78%;
	}
	#Header.topmenuOn .header_inner h1 > a,
	.m_open .header_inner h1 > a,
    .m_fixed .header_inner h1 > a
	 
	{
		background:url(../image/logo_on.png) 0 10px no-repeat;
		background-size:78%;
	}
}


 

/*footer*/

/**/
 #footer{
	clear:both;
	background:#fbfbfb;
	padding-top:20px; 
	padding-bottom:20px;

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

 .btn_up_layer {
	display:none;
	position:fixed;
	bottom:140px;
	right:25px;
	z-index:33;
	width:60px;
	height:60px;
	background:#fff;
	border-radius:10px  ;
	color:#000;
	-webkit-box-shadow: 0 0px 20px 0 rgba(0,0,0,0.21);
    -moz-box-shadow: 0 0px 20px 0 rgba(0,0,0,0.21);
	box-shadow: 0 0px 20px 0 rgba(0,0,0,0.21);
	}


 .btn_up_layer span{
	display:block;
 	padding:0px 0  0 0;
	margin:0 auto;
	 
	top:0;
	 



  }
   .btn_up_layer span:after{
	display:block;
	font-family: FontAwesome;
	content: "\f106";
 	position:absolute;
	top:0;
	left:0;
	margin:5px 0 0 0;
	padding:0;
	text-align:center;
	width:100%;
	font-size:180%; 
	line-height:1;
	color:#2c3a63;
   }
     .btn_up_layer span:before{
	display:block;
 	content: "";
 	position:absolute;
	top:28%;
	left:50%; 
	width:3px;
	margin-left:-1px;
	height:50%;
	 background:#2c3a63;
   }

 /**/
.foot_link{
	padding-left:110px;
}

 
#footer .bottomlink {
	 position:relative;
	 display:block;
 
	 
}

#footer .bottomlink ul{
	display:inline-block;
	text-align:left;
	margin:0;
    padding:0x;
	 vertical-align:middle;
	
	 
 
}
#footer .bottomlink ul li{
	display:inline-block;
 	margin-right:10px;
 	padding:0px 0px;  
 	position:relative;
	 vertical-align:middle;
	 
 	 
	
}

#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 {
 
	letter-spacing:-1px; 
	font-weight:500;
	font-size:100%;
	 color:#222;
	
}
 
#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:600;
}


/**/
.bottom_wrap{
	display:flex; 
	align-items: stretch;
	font-size:95%;
	padding-top:20px;
	 
}
.bottom_wrap .bottom_wrap_box{
	position:relative;	
	padding:0px; 
	margin-right:30px;
	 
 
}
/*.bottom_wrap .bottom_wrap_box:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:100%;
	background: rgba(0,0,0,.1);

}
.bottom_wrap .bottom_wrap_box:first-child:before{
	width:1px;
	background: rgba(0,0,0,0);
}*/

.bottom_wrap .bottom_wrap_box.bottom_logo{
	margin-right:20px;
	flex-basis: 300px;
	flex-grow: 0;
	flex-shrink: 0;
	display:flex;
	flex-wrap: nowrap;
	
}
.bottom_wrap .bottom_wrap_box.bottom_logo .logoarea{
	flex-basis: 110px;
	flex-grow: 0;
	flex-shrink: 0;
	
}
.bottom_wrap .bottom_wrap_box.bottom_logo  .txtare .h_txtA{
	font-size:110%;
	font-weight:700;
	color: rgba(0,0,0,.8);
	margin-bottom:8px;
}
.bottom_wrap .bottom_wrap_box.bottom_logo  .cpyright{
  	opacity:.7;
 	font-size:10px; 

}
.bottom_wrap .bottom_wrap_box.bottom_logo  .cpyright span{
	display:inline-block;
}

 .bottom_wrap .bottom_wrap_box.cominfo{
	
 }
 .bottom_wrap .bottom_wrap_box.cominfo dl{
	display:flex;

 } 
  .bottom_wrap .bottom_wrap_box.cominfo dl dt{
	
	flex-grow: 0;
	flex-shrink: 0;
	font-weight:700;
	text-align:right;
	margin-right:5px;
  }
    .bottom_wrap .bottom_wrap_box.cominfoB p{
		display:inline-block;
		margin-right:10px;
	}
    .bottom_wrap .bottom_wrap_box.cominfoB p strong{font-weight:700;}

   @media(max-width:1000px){
	   .bottom_wrap{
		 flex-wrap:wrap;
	   }
	   .bottom_wrap .bottom_wrap_box{
			margin-right:0px;
			width:100%;
			
	   }
	   .bottom_wrap .bottom_wrap_box.bottom_logo{
			margin-bottom:10px;
	   }
	     .bottom_wrap .bottom_wrap_box.cominfo dl dt{
		 
		 }
   }

     @media(max-width:540px){
		 .bottom_wrap{
			font-size:85%;
		 }
	 }

/*allmenu*/
 
  
.modal-content .gnb_list{
	padding-top:80px;
}
.modal-content .gnb_list > li{
	margin-bottom:20px;
	padding-left:20px;
	border-bottom: 1px solid #ccc;
	position:relative;
	padding-bottom:20px;
	display:flex;
	 

}
.modal-content .gnb_list > li:last-child{
	border-bottom:0px;
}
.modal-content .gnb_list > li > a{
	 
	width:180px; 
	font-size:150%;
	font-weight:700; 
	text-align:left;
	padding:0;
	 
}
.modal-content .gnb_list > li  .gnb-depth_box{
	position:relative; 
	width: calc(100% - 180px);
	padding-top:5px;

	
}
.modal-content .gnb_list > li   .gnb-depth_sub {
	display:flex;
	width:100%;
}
.modal-content .gnb_list > li  .gnb-depth_sub  li{
	flex-basis: 200px;
	
 
}
 
.modal-content .gnb_list > li   .gnb-depth_sub  li a{
	font-size:120%;
	opacity:.9;
	 
}
.modal-content .gnb_list > li   .gnb-depth_sub  li a:hover{
	color:var(--t_majorcolor);
	opacity:1;
	font-weight:600;
	}
	.modal-content .gnb_list > li   .gnb-depth_sub  li ul{
		padding-top:10px;
	}
	.modal-content .gnb_list > li   .gnb-depth_sub  li ul li{
		display:block;
		padding: 0px 10px;
	}
	.modal-content .gnb_list > li   .gnb-depth_sub  li ul li a{
	font-size:90%;
	opacity:.6;
}

.modal-content .gnb_list > li   .gnb-depth_sub li ul li:before{
	 
}
 
  
 