@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-50: hsl(210, 17%, 95%);
  --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(214, 50%, 95%);
  --color-blue-200: hsl(214, 90%, 70%);
  --color-blue-300: hsl(214, 100%, 60%);
  --color-blue-400: hsl(214, 100%, 50%);
  --color-blue-500: hsl(214, 100%, 40%);
  --color-blue-600: hsl(220, 100%, 30%);


  --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:#0a109b;
--t_majorcolorBlue: #00287a;
--t_majorcolorGreen: #ed1f24;
--t_red: #ed1f24;
--t_majorcolorSkyblue:#51d0f4;
--t_majorcolorSkyblueB:#106ac2;
--t_majorcolorSkyblueC:#0a6bb1;
--t_majorcolorSkyblueD:#003b83;
--t_majorcolorSkyblueE:#042753;

}
  

#wrap{
		position: absolute;
		width:100%;
		height:100%;
		margin:0;
		padding:0;	 
}
#wrap.on:after{
	  display:block;
	 content:'';
	 position: absolute;
		width:100%;
		height:100%;
		margin:0;
		padding:0;	 
		left:0;
		top:0;
		z-index:3;
		background:rgba(0,0,0,.4);
		
}
.max_wrap{
	width:100%;
	height:100%;
	margin:0 auto;
	max-width:1500px;
	position:relative;
	padding:0 10px;
	
} 

.max_wrapB{
	width:100%;
	height:100%;
	margin:0;
	max-width:280px;
	position:relative;
	background:red;
} 
.max_wrapC{
	width:100%;
	height:100%;
	margin:0 auto;
	max-width:1300px;
	position:relative;
	padding:0 10px;
} 
 
.wrap{
	margin:0 auto;
	padding:0;
	width:98%;
	position:relative;
	max-width:1500px;
	}
	.wrap_B{
	margin:0 auto;
	padding:0;
	width:96%;
	position:relative;
 
	}


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


/*topmenu*/
#Header {
	position:absolute;
	z-index:200;
	width:100%;
	background:#0a109b;   
	padding-top:0px;
	
	
}

 #Header:after{
	content:'';
	display:block;
	background:rgba(255,255,255,0.2);   
	width:100%;
	height:1px;
} 
 
 /**/
.header_tel{
	position:relative;
}
.header_tel .flowtxt{
/* outline */
  -webkit-text-stroke: 1px rgba(255,255,255,.3);
  -webkit-text-fill-color: transparent;
   color: #fff; 
  font-weight: 600;
  font-size: 200%;
  text-align: center;
  letter-spacing:1px;


  display: flex;
      flex: 0 0 auto;
      white-space: nowrap;
      overflow: hidden;
      transition: 0.3s;
     
  
}
.header_tel .flowtxt .flowtxt_wrap{
	animation: textLoop 10s linear infinite;
    padding-right: 4vw;
}


 @keyframes textLoop {
    0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }


.header_tel .telbox{
	position:absolute;	 
	right:0px;
	top:0;
	padding:10px; 
	background:#0a109b;   
	border-radius:40px;
	 
 }
.header_tel .telbox .iconbox{
	color:#0a109b;
	font-size:150%;
	width:30px;
	height:30px;
	border-radius:50% 50%;
	background:#fff;
	overflow:hidden;
	 display:inline-block;
	 vertical-align:middle;
	 text-align:center;
	 
  }
.header_tel .telbox .telnum{
	display:inline-block;
	
	padding-left:10px;
	 vertical-align:middle;
  }
.header_tel .telbox .telnum span{
	margin-right:20px;
	font-size:150%;
	font-weight:600;
	display:inline-block;
  }
  .header_tel .telbox .telnum span a{
	 color:#78e6fe;
  }
 
#Header .header_inner {
	position:relative;
	height:80px;
	margin-top:0; 
 	opacity:0; 
	transition:margin 0.6s, opacity 0.6s; 
	z-index:20;
	
	 
} 

body.active #Header .header_inner  {
 	opacity:1;
 }



.header_inner h1.logo {
	position:absolute;
	left:40px;
	top:50%;
	width:286px; 
	height:43px;
	margin-top:-21px;
	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%;
	}

 

#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:after,
#gnb > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#gnb .m_button {
  display: none;
}

#gnb {
  width: 100%;
 /* background:#1e2188;*/
  
}

#gnb > ul{margin:0 auto; text-align:center;padding-left:300px; padding-right:50px; padding-top:0px;width:100%; max-width:1500px;}
#gnb > ul:after{content:"";display:block;clear:both;}
#gnb > ul:before{content:"";display:block;clear:both;width:100%;position:absolute;left:0;top:0;height:0px; }
 
#gnb > ul > li {
  display:inline-block;
  padding:0 10px;
  min-width:100px;
  position:relative;
  transition: background-color 0.15s ease-out;
 
}
#gnb > ul > li.Topon:after {
	 content:'';
	 display:block;
	 position:absolute;
	 bottom:10px;
	 width:80%;
	 left:10%;
	 height:0px;
	
}
#gnb > ul > li > a {
 display:block;
 color:#fff;
 width:100%;
 font-size:19px;
 padding: 31px  10px 31px  10px; 
 letter-spacing:-1px;
 font-weight:500;
  -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;
}

#gnb > ul > li:hover  {
  
 
   


}

#gnb > ul > li:hover > a,
#gnb > ul > li > a:hover  {
  
 color:#04d3ff;
  


}
#gnb > ul > li > a:after{
	content:'';
	display:block;
	position:absolute;
	margin:0px auto 0 auto;
	width:0;
 	height:2px;
	background: #fff;
	bottom:0;
	left:0;
}
#gnb > ul > li:hover  > a:after{
	
	width:100%;
	-webkit-transition: .3s; 
		transition:.3s;
}







#gnb > ul > li > div{
	 
	left:0;
	 top:0;
	width:100%; 
	
	 background:#1a243e;
	border-radius:0px;
	z-index:2;
	position:absolute;  
	overflow: hidden;  
	 max-height: 100px;
	box-shadow:-10px 30px 30px rgba(0,0,0,0.2);
	 visibility: hidden;
	 opacity:0;
	 transition: all 0.4s ease-in-out; 
}

#gnb > ul > li:hover  > div{
	opacity:1;
	 max-height: 600px;
	visibility:visible; 
 	padding-top:0px;
	padding-bottom:15px;
	text-align:center;
 
}
#gnb ul ul {
  position: relative;

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

 #gnb ul li ul li {
  display:block;
}
 
#gnb ul ul li a {
  width:100%;
  padding:8px 20px 8px 20px;
  font-size:15px;
  text-decoration:none;
  color:rgba(255,255,255,.8);
 
  letter-spacing:-1px;
  text-align:center;
 
 
}
 
#gnb ul ul li:hover > a,
#gnb ul ul li > a:hover,
#gnb ul ul li.m_on > a {
  color:rgba(255,255,255,1);
}
 
 #gnb ul li ul li ul{
	height:0;
	-webkit-transition: .3s; 
	transition:.3s;
 }
 #gnb ul li ul li ul li {
  display:none;
  -webkit-transition: .3s; 
	transition:.3s;
}
/*gnbback*/




.Mgnb_back{
	display:none;
}
 
 

 
 /*lang*/
.header_utilarea {
	 
	position:absolute;  
	right:40px;
	z-index:2; 
	width:30px;
	top:50%;
	margin-top:-15px;
 	
}
 
 
 
.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;

}

/*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:16px;
	width:70%;
	 

}
.gnb_btn span.mgb_bot{
	top:24px;
	width:50%;

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

} 
 
 
/* Responsive gnb */
.btn_nav {
  display: none;
}
 
@media (max-width: 1400px ){
	.header_inner h1.logo {
 		left:10px;
		width:220px; 
	    height:33px;
		margin-top:-17px;
 	}
	.header_utilarea {
			right:10px;
	}
	#gnb > ul{
		padding-left:230px;
	}

	#gnb > ul > li {
		padding:0 5px;
		min-width:80px;
	}
	#gnb > ul > li > a {
		font-size:17px;
		 padding: 31px  5px 31px  5px; 
	}
	#gnb ul ul li a {
		padding:8px 5px 8px 5px;
	}
 	 
 
}
@media (max-width: 1200px ){
	 
	 

	#gnb > ul > li {
		padding:0 0px;
	}
 	 
 
}
@media (max-width: 1060px ){
	#gnb > ul > li {
		padding:0 0px;
	 min-width:70px;
	}
}	
@media (max-width: 1000px ){
	.header_tel .flowtxt{
		display:none;
	}
	.header_tel .telbox{
		position:relative;
		margin:0 auto;
		right:auto;
		text-align:center;
		padding:5px; 
	}
	.header_tel .telbox .iconbox{
			font-size:120%;
			width:25px;
        	height:25px;
	}
	.header_tel .telbox .telnum span{
			font-size:120%;
			margin-right:10px;
	}
	 
	#Header {
 		padding-top:0px;
 	}
	.allMenu{display:none;}
	#Header {
		position:fixed;
  	 }
	 .m_fixed #Header:after{
 		width:100%;
		height:1px;
		content:'';
		display:block;
		position:relative;
 	}
	 
	 
	#Header .header_inner {
 		height:70px;
 	} 
 
 

body.active #Header .header_inner  {
 
}
 

	.m_open .header_inner h1.logo {

	 
}

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


 
	 
	
  	.header_inner h1 > a
	 
	{
		background:url(../image/logo.png) center 5px no-repeat; 
		background-size:85%;
	}


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

 	 
 
  #gnb {
    width: 100%;
	z-index:998;
	background:#fff;
 	 
  }
 
  #gnb > ul:before{position:relative;content:'';display:block;background:var(--t_majorcolor);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;
	margin:0;

	  
  }
  #gnb > ul > li.Topon:after {
		display:none;
  }

 #gnb > ul > li{
	display:block;
 }
 #gnb > ul > li > div{
	position: relative;	
 	overflow:auto;
	text-align:left;
 
	 
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	 background:#1a243e;
	 margin-top:0;
	 padding-top:0;
	 
}
.m_open #gnb > ul > li > div{

	background:#1a243e;
	visibility:visible; 
	opacity:1;
	max-height: 400px;
	padding-bottom:0px;
	
	}
   

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

	
	
	 
}

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

  #gnb ul li {
    width: 100%;
	position: relative;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
	z-index:2;
	
  }
  #gnb > ul > li {padding:0 0;background:#f7f7f7;}
  #gnb > ul > li > a {
	color:#333;
	padding: 15px 10px 15px 10px; 
 
  }
  #gnb > ul > li > a:after{
		height:0px;
		 
		 
  }
  #gnb > ul > li:hover > a,
#gnb > ul > li > a:hover  {
  color: #2c3a63;
   background:none;

}


  #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;
  }
 
  #gnb ul li a {
    padding-left: 12.5px;
  }
  #gnb ul ul li a {
    padding: 5px 10px 5px 20px;
	font-size:14px;
	text-align:left;
  }


 
 

 


  #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 .m_button{display:block;width:40px;height:40px;  border-radius:50% 50%;background:rgba(255,255,255,.0);;position:absolute;right:15px;top:15px;cursor:pointer; z-index:9999999 }
 	#gnb .m_button:after{position:absolute;top:19px;right:10px;display:block;height:8px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
	#gnb .m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:13px;right:10px;display:block;height:2px;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:20px;border:0;height:2px;width:19px;background:#fff;-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:20px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}


	.m_fixed #gnb .m_button{width:40px;height:40px; border-radius:50% 50%;background:rgba(0,0,0,0);position:absolute;right:15px;top:15px;cursor:pointer;  z-index:999999999999;}
	.m_fixed #gnb .m_button:after{position:absolute;top:19px;right:10px;display:block;height:8px;width:20px;border-top:2px solid #fff;border-bottom:2px solid #fff;content:''}
	.m_fixed #gnb .m_button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:13px;right:10px;display:block;height:2px;width:20px;background:#fff;content:''}
	.m_fixed #gnb .m_button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:20px;border:0;height:2px;width:19px;background:#fff;-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:20px;background:#fff;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%;
			
			z-index:1;
	}
	.m_open .gnb_back{
			background:rgba(0,0,0,.5);
			display:block;
			position:fixed;
			top:80px;
			width:100%;
			height:100%;
			}

}
@media (max-width: 420px ){
 
 	.header_inner h1 > a
	 
	{
		background:url(../image/logo.png) 0 5px 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/logo2.png) 0 5px no-repeat;
		background-size:78%;
	}
}

@media (max-width: 360px ){
	.header_tel .telbox .telnum span{
			font-size:100%;
			margin-right:5px;
	}

}


 

/*footer*/
 



/**/
#footer{
	clear:both;
	
	padding-top:80px;
	padding-bottom:30px;
	background: url(/image/back_footer.jpg) no-repeat center 0;
	background-size:cover;

}
#footer .stickyvv{background:red;}
#footer:after{
	clear:both;
	content:'';
	display:block;
	position:relative;
} 

.sub #footer .main_bottom{

	display:none;
}

 #footer .wrap_B{
	background:#172da9;
	padding:30px 60px;
	border-radius:30px;
 }
 



/**/
  #footer .bottom_logo{
	display:block;
	width:100%;
	padding-top:30px;
	margin-bottom:0px;
	padding-bottom:30px;
	border-bottom: 1px solid rgba(255,255,255,.2);
 }


 #footer .info_block{
	display:flex;
	 justify-content: space-between;
	 align-items: center;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding:10px  0px;
	
 }
  #footer .info_block:last-child{
	border-bottom: 0px;
  }
     #footer .info_blockB{
		padding:10px 0;
	 }
   #footer .info_blockB p.cpyright{
	display:inline-block;
	color:#fff;
	font-size:70%;
	opacity:.6;
	margin-right:10px;
   }
   #footer .info_blockB .linkpriv{
		display:inline-block;
   }
      #footer .info_blockB .linkpriv a{
		background: rgba(255,255,255,.1);
		color:#fff; 
		padding:5px 5px;
		font-size:90%;
		
	  }



#footer .companyinfo{
 	padding:0px;
	margin-top:10px;
	max-width:600px;
	vertical-align:top;
	 
 }


 
#footer  .companyinfo .companyinfo_in{
	position:relative;
	padding-top:0px;
	display:block; 
	
	
 }
 #footer  .companyinfo .companyinfo_in .comname{
	display:none;
 }
#footer .companyinfo_in .comname{
 
	display:none;
 
}
#footer .companyinfo_in .com_local{
	padding:10px 0 10px  0px;
	letter-spacing:-0.03em;
	color:#fff;
	opacity:.8;
}
 
 #footer .companyinfo_in span{
	display:inline-block;
 	 font-size:90%;
	 line-height:1;
	margin:0;
	padding:0;
	margin-right:10px;
	font-weight:400;
 
}
 #footer .telbox{
	position:relative;	 
	padding-inline: 1rem;
	min-width:350px;
 }
  #footer .telbox .iconbox{
	color:#eb62a9;
	font-size:200%;
	 display:inline-block;
	 vertical-align:middle;
	 
  }
    #footer .telbox .telnum{
	display:inline-block;
	color:#eb62a9;
	padding-left:20px;
	 vertical-align:middle;
  }
  #footer .telbox .telnum span{
	margin-right:20px;
	font-size:200%;
	font-weight:600;
	display:block;
  }
  #footer .bankbox{
	padding-inline: 1rem;
  
  }
    #footer .bankbox strong{
		color:#fff;
		font-size:150%;
		display:block;
	}
    #footer .bankbox span{
	color:#fff;
	margin-right:10px;
	font-size:120%;
	font-weight:600;
	display:inline-block;
  }
   #footer .bankbox span.bank_name{
	font-size:80%;
   }

 @media(max-width:1000px){
	  #footer{
 			padding-top:30px;
 	}
	  #footer .wrap_B{padding:20px;}
	  #footer .bottom_logo img{max-width:200px;}

	   #footer .info_block{display:block;}
	 #footer .telbox{min-width:auto;display:inline-block;padding:10px 0;vertical-align:middle;}
	   #footer .telbox .iconbox,
     #footer .telbox .telnum span{font-size:150%;margin-right:0px;}

	   #footer .bankbox{display:inline-block;vertical-align:middle;}
 

 }


 
 
 

/*allmenu*/

.modal-content .leftcontents{
	width:20%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	/*background: var(--t_majorcolor);*/
	background: url(/image/back_footer.jpg) no-repeat center 0;
	background-size:cover;
	 
 }
 .modal-content .leftcontents .logoarea{
	text-align:center;
	padding-top:30%;
	margin-bottom:10px;
 }
.modal-content .leftcontents .companyinfo_in{
	color:#fff;
	position:absolute;;
	width:90%;
	left:5%;
	bottom:20px;
	 
	 

	 
}
.modal-content .leftcontents .companyinfo_in .comname{
	 
	display:none;
 
}
.modal-content .leftcontents .companyinfo_in .com_local{
	padding:10px 0;
}
.modal-content .leftcontents .companyinfo_in .com_local p{font-size:110%;margin-bottom:10px;}
.modal-content .leftcontents .companyinfo_in .com_local:last-child{
	border-top: 1px dashed rgba(255,255,255,.1);
	padding-top:30px;
}
.modal-content .leftcontents .companyinfo_in span{
	display:inline-flex;
	font-size:70%; 
	margin-right:20px;

}
.modal-content .leftcontents .companyinfo_in span strong{margin-right:10px; opacity:.5;}

.modal-content .rightcontents{
	position:relative;
	margin-left:20%;
	padding-top:90px;
	 
}
.modal-content .left_img_area{
	display:none;
}



.modal-content .gnb_list{
	
}
.modal-content .gnb_list > li{
	margin-bottom:20px;
	padding-left:60px;
	border-bottom: 1px solid #ccc;
	position:relative;
	padding-bottom:20px;
}
.modal-content .gnb_list > li:last-child{
	border-bottom:0px;
}
.modal-content .gnb_list > li > a{
	display:inline-block;
	width:150px;
	vertical-align:top;
	font-size:150%;
	font-weight:700;
	 
}
.modal-content .gnb_list > li > div{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width: calc(100% - 160px);
}
.modal-content .gnb_list > li > div ul li{
	display:inline-block;
	padding: 0 10px;
	margin-right:10px;
	position:relative;
}
.modal-content .gnb_list > li > div ul li:before{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:10px;
	width:4px;
	height:4px;
	border-radius:50% 50%;
	background:var(--color-blue-300);
}
.modal-content .gnb_list > li > div ul li a{
	font-size:90%;
	opacity:.8;
}
.modal-content .gnb_list > li > div ul li a:hover{
	color:var(--t_majorcolor);
	opacity:1;
	font-weight:600;
	}



/**/

.cscenter{
		position:fixed;
		top:180px;
		right:0px;
		z-index:1001;
 		 
 		 
}
.cscenter_ON{		
		position:absolute;
		top:0;
		right:-90px;
		visibility: hidden;
		opacity:0;
		transition: all 0.4s ease-in-out; 
		 
}

.cscenter_ON.fixshow{
 		 visibility: visible;
		opacity:1;
		right:0;
		 transition: all 0.4s ease-in-out;  

		
}
.cscenter_ON .cscenter_ON_in{
		padding:15px 0 15px 15px;
		text-align:center;
		background:rgba(255,255,255,.1);
		border: 1px solid rgba(255,255,255,.2);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);		
		-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);

}
.cscenter_ON .cscenter_ON_in .cscenter_ON_in_in{
		display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
	grid-auto-flow: dense;
	align-items: stretch;
	align-content: stretch;
	justify-content: stretch;

	 text-align:center;
		border-radius:3px;
		color:#fff;
		width:160px; 
		padding:10px 10px;
		background:rgba(9,27,50,.7);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);		
}

.cscenter_ON .cscenter_ON_in .cscenter_ON_in_in .iconbox{
	display: grid;
		grid-auto-flow: dense;
		align-items: stretch;
		align-content: center;
		justify-content: stretch;
		text-align:center;
		margin-bottom:10px;
	
}
.cscenter_ON .cscenter_ON_in .cscenter_ON_in_in .iconbox .rect_box{
	display:block;
	 background:linear-gradient(45deg, rgba(46,149,175,1), rgba(57,119,186,1));
	  width:60px;
	  margin:0 auto;
	  border-radius:10px;
	  overflow:hidden;
}
.cscenter_ON .cscenter_ON_in .cscenter_ON_in_in .iconbox .iconnamme{
	display:block;
	color:#fff;
	font-size:70%;
	margin-top:5px;

	  
}
.csClose{
	cursor:pointer;

}
.csClose span{
	cursor:pointer;
	display:inline-block;
	padding:5px 10px;
	color:#081d36;
	background:rgba(138,245,255,.8);
	-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);		
	font-size:80%;
	font-weight:500;

}
.csClose span i{
		font-size:120%;
		vertical-align:middle;
}


.cscenter_OFF{		
		top:0;
		position:absolute;
		top:0;
		right:10px;
		 visibility: hidden;
		opacity:0;
		 transition: all 0.4s ease-in-out; 
}
.cscenter_OFF i{
	font-size: 0%;
	color:#081d36;
	cursor:pointer;
}

.cscenter_OFF.fixshow{
		display:flex; 
	flex-wrap: wrap;
	 justify-content: center;
	 align-items:center;
	 align-content: stretch;
		width:80px;
		height:80px;

		text-align:center;
		background:rgba(138,245,255,.6);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);		
		border-radius:50% 50% ;
		color:#081d36;
		 visibility: visible;
		opacity:1;
		 transition: all 0.4s ease-in-out; 


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

.cscenter_OFF.fixshow i{
	font-size:200%;
} 

@media(max-width:1000px){
	  .csClose,
	  .cscenter_OFF{
		display:none;
	  }

	  .cscenter{
			position:relative;
			top:0;
			width:100%;
			z-index:100;
	  }
	  .cscenter_ON{		
		position:relative;
		right:0;

	  }
	 .cscenter_ON .cscenter_ON_in{
			padding:0;
			border: 0px solid rgba(255,255,255,.2);
	 }
	 .cscenter_ON .cscenter_ON_in .cscenter_ON_in_in{
			width:100%;
			background:rgba(9,27,50,1);
			border-radius:0px;
	 }

 }

@media(max-width:460px){
.cscenter_ON .cscenter_ON_in .cscenter_ON_in_in{
		grid-template-columns: repeat(auto-fit, minmax(30.333%, 1fr));
	}

}
 

 
