@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-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%);

  --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.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:#33979e;

--t_majorcolorBlue: #232b41;
--t_majorcolorGreen: #00854a;
--t_majorcolorGreenB: #33979e;
--t_majorcolorGreenC: #3f9da4;
--t_majorcolorGreenD: #11a252;

--t_red: #ed1f24;
--t_majorcolorSkyblue:#51d0f4;
--t_majorcolorSkyblueB:#106ac2;
--t_majorcolorSkyblueC:#0a6bb1;
--t_majorcolorSkyblueD:#003b83;
--t_majorcolorSkyblueE:#042753;

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


#wrap{
		position: absolute;
		width:100%;
		height:100%;
		margin:0;
		padding:0;	
		min-width:1500px;

}
 

.bgOn .sub:after{z-index:100;top:0;left:0;content:'';position:fixed;display:block;width:100%;height:100%;background:rgba(0,0,0,.3);}
.wrap{
	margin:0 auto;
	padding:0;	 
	position:relative;
	width:98%;
	max-width:1500px;
	
	
}

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

/*topmenu*/
#Header {
	position:absolute;
	z-index:200;
	width:100%;
		/*-webkit-backdrop-filter: blur(15px);
		backdrop-filter: blur(15px);
		background:rgba(21,56,83,.1);*/
			
	
	
}

 #Header:after{
	content:'';
	display:block;
	width:100%;
	height:0px;
	background:rgba(255,255,255,.2);   
} 
 
 /**/
 

#Header .header_inner {
	position:relative;
	height:90px;
	margin-top:0; 
 	opacity:0; 
	transition:margin 0.6s, opacity 0.6s; 
	z-index:20;
	
	
	 
} 

body.active #Header .header_inner  {
	margin-top:0px; 
	opacity:1;

}



.header_inner h1.logo {
	position:absolute;
	left:10px;
	top:50%;
	width:210px; 
	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) 0 0 no-repeat;
	background-size:100%;
	}

 

#Header.topmenuOn .header_inner h1 > a {
	background:url(../image/logo_on.png) 0 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:right;padding-left:250px; padding-right:80px; width:100%;}
#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 2% 20px 2%;
  position:relative;
  
}
 
#gnb > ul > li > a {
 display:block;
 color:#fff;
 width:100%;
 font-size:20px;
 padding: 36px 10px 0px 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 > a,
#gnb > ul > li > a:hover  {
  color: #fff;
  

}

#gnb > ul > li  > a:after{
	content:'';
	display:block;
	position:relative;
	margin:31px auto 0 auto;
	width:0;
	-webkit-transition: .3s; 
	transition:.3s;
 
	 
 
}

#gnb > ul > li:hover  > a:after{
	
	width:100%;
	 
	height:3px;
	background: #3a9f81;
	-webkit-transition: .3s; 
	transition:.3s;
 
}







#gnb > ul > li > div{
	left:0;
	height:0; 
	top:77px;
	width:100%; 
	 
	background:linear-gradient(45deg, #fff , #fff );
	border-radius:0px;
	
	z-index:2;
	position:absolute;  
	overflow: hidden;  
	-webkit-transition: .3s; 
	transition:.3s;
	box-shadow:-10px 30px 30px rgba(0,0,0,0.2);
 	
}
#gnb > ul > li > div.gnb_pro{
	width:300px;
	margin-left:-83px;
}

#gnb > ul > li:hover  > div{
	top:87px;
	height:auto;
 	padding-top:0px;
	padding-bottom:15px;
	text-align:center;
	-webkit-transition: .3s; 
	transition:.3s;
	border-radius:10px;
}
#gnb ul ul {
  position: relative;
  left: -9999px; 
  opacity: 0;
 
 
}
#gnb > ul > li > div > ul {
 
  padding-top: 20px;
  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 10px 8px 10px;
  font-size:16px;
  text-decoration:none;
  color:rgba(0,0,0,.8);
  font-weight:500;
  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(0,0,0,1);
}
 

 
/*gnbback*/




.Mgnb_back{
	display:none;
}
 
 

 
 /*lang*/
.header_utilarea {
	 
	position:absolute;  
	right:15px;
	z-index:2; 
	height:90px;
	top:20px;
}
 
 .honmelink{
	right:85px;
	vertical-align:top;
	position:absolute;
	top:18px;
	padding:0px;
 }
  .honmelink a{
	display:block;
	position:relative;
	color:#b9b9b9;
	 font-size: 14px;
	 line-height:1.2;
	 padding-right:15px;
  }
    .honmelink a:after{
		content:'';
		position:absolute;
		display:block;
		right:0;
		top:5px;
		width:1px;
		height:8px;
		background: rgba(255,255,255,.5);
	}
.langarea
 {
	right:15px;
	vertical-align:top;
	position:absolute;
	top:8px;
	padding:0px;
	
}

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

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

 }
/*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:100%;
	 

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

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

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

}
.gnb_btn:hover span.mgb_bot{
	width:60%;
	margin-left:40%;
	

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

}
/*
@media (max-width: 1000px ){
	.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;
		 
 	} 


	
 
.header_inner h1.logo {

	margin-top:-28px;
}

	.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/logo2.png) center 5px no-repeat;
		background-size:85%;
	}
	 
	
  	.header_inner h1 > a
	 
	{
		background:url(../image/logo.png) center 5px no-repeat; 
		background-size:85%;
	}


.header_inner .escopp{
	left:210px;
}
.header_inner .escopp a {
 	background:url(../image/logo_esopp.png) 0 center no-repeat;
	background-size:90%;
	}

		#Header.topmenuOn .header_inner .escopp a,
	.m_open .header_inner .escopp a,
    .m_fixed .header_inner .escopp a
	 
	{
		background:url(../image/logo_escopp2.png) 0 center no-repeat;
		background-size:90%;
	}
	 


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

 	 
 
  #gnb {
    width: 100%;
	z-index:22;
	background:#fff;
	box-shadow:3px 10px 10px rgba(0,0,0,0.3);
	 
	 
  }
  #gnb:after{
	 
  }
 
  #gnb > ul:before{position:relative;content:'';display:block;background:#fff;height:75px;}
  #gnb:hover > ul:before{height:75px;}
  #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: block;
    padding: 0;
    opacity: 1;
    text-align: left;

	  
  }

#gnb > ul > li  > a:after{
		margin:0px auto 0 auto;
}
#gnb > ul > li:hover  > a:after{
	height:0px;
}
 #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);
}

   

#gnb > ul > li:hover  > div{
	 
	padding-top:0px;
	padding-bottom: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;}
  #gnb > ul > li > a {
	color:#333;
	padding: 15px 0px 15px 10px; 
  }


  #gnb > ul > li:hover > a,
#gnb > ul > li > a:hover  {
  color: #06276c;

}

  #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 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 10px 5px 20px;
	font-size:14px;
	text-align:left;
  }


#gnb ul ul.sub3 li a {
	padding-left:10px;

}
 

#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%;}  

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


  	#gnb .m_button{display:block;width:55px;height:50px;background:rgba(255,255,255,.0);;position:absolute;right:0;top:11px;cursor:pointer; z-index:3 }
	#gnb .m_button:after{position:absolute;top:22px;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:16px;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:23px;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)}
	#gnb .m_button.menu-opened:before{top:23px;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 #gnb .m_button{width:55px;height:50px;position:absolute;right:0;top:11px;cursor:pointer;  z-index:999999999999;}
	.m_fixed #gnb .m_button:after{position:absolute;top:22px;right:10px;display:block;height:8px;width:20px;border-top:2px solid #333;border-bottom:2px 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:16px;right:10px;display:block;height:2px;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:23px;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 #gnb .m_button.menu-opened:before{top:23px;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:none;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}



	.header_utilarea {
		top:10px;
		right:15px;
		

	}


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

	 .m_fixed .honmelink a{
			color:#333;
			 
	  }

	   .m_fixed   .honmelink a:after{
		background: rgba(0,0,0,.5);

		  }

}
@media (max-width: 500px ){
 	
 
	.header_utilarea {
		top:40px;
	}
	 .honmelink{
	    right:70px;
	 }
	 .honmelink a{
		 font-size:13px;
		 padding-right:8px;
		 
	 }
	.honmelink a:after{
		top:4px;
	}


}
@media (max-width: 420px ){
	 .honmelink a{
		 font-size:12px;
		 
	 }
}

*/ 

/*footer*/

 

/*footer*/

/**/
#footer{
	clear:both;
	background:#f5f5f5;
	 

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

 

#footer .bottomlink {
	 display:inline-block;
	 width:39%;
	 vertical-align:middle;
}

 .btn_up_layer {
	display:none;
	position:fixed;
	bottom:50px;
	right:25px;
	z-index:33;
	width:50px;
	height:50px;
	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;
	text-align:center;
	padding:25px 0  0 0;
	font-size:80%;

  }
   .btn_up_layer span:after{
	display:block;
	font-family: FontAwesome;
	content: "\f106";
 	position:absolute;
	top:5px;
	left:0;
	text-align:center;
	width:100%;
	 

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

#footer .bottomlink ul li.first{
	
 	background:none;
	

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

}

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

}
#footer  .bottomlink ul li a {
 	padding-left:20px;
	letter-spacing:-1px;
	 opacity:.9;
	 
	
}
#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:bold;
	 opacity:1;

}



/**/

#footer .companyinfo{
	 display:inline-block;
	 vertical-align:middle;
	 width:60%;
	padding:30px 0;
	 

	 
}
#footer .companyinfo .bottom_logo{
 	display:inline-block;
	margin-bottom:10px;
	vertical-align:top;
 	 padding:0 30px 0 0;
	 margin-top:0;

	
 }
 #footer .companyinfo .bottom_logo img{max-width:150px;}
 

 
#footer  .companyinfo .companyinfo_in{
	position:relative;
	padding-top:0px; 
	vertical-align:top; 
	
}

#footer  .companyinfo  .bottom_info{
	 
	 display:inline-block;
	 vertical-align:top; 
}
#footer  .companyinfo  .bottom_info:after{
	clear:both;
	content:'';
	display:block;
}
#footer  .companyinfo  .bottom_info .bottom_info_box{
	margin-bottom:5px; 
	position:relative;
	
}
#footer  .companyinfo  .bottom_info .bottom_info_box.bottom_info_boxB{
		 
}
#footer  .companyinfo  .bottom_info .bottom_info_box b{
	 
	display:inline-block; 
	width:90px;
	font-weight:500;
	color:#999;
	letter-spacing:-1px;
	vertical-align:top;
}
#footer  .companyinfo  .bottom_info .bottom_info_box .bottom_info_right{
	display:inline-block; 
	width: calc(100% - 100px);
	vertical-align:top;
}

#footer .companyinfo .companyinfo_in span{
 	font-size:95%;
	 font-weight:400; 	 
 	display:inline-block;
	position:relative;
	padding-left:0px;
	margin-right:25px;
	letter-spacing:-1px;
	 
	opacity:.8;


}
#footer .companyinfo .companyinfo_in span.cname{
	font-size:120%;
	 font-weight:500; 	 
}
 
#footer .companyinfo .companyinfo_in span strong{
	position:relative;
	font-size:100%;
	letter-spacing:0px;
	padding-right:5px;
	font-weight:600;
	color:#000;
	 
 	 
}
 
 
#footer .companyinfo p.cpyright{
	 
	opacity:.7;
 	font-size:12px;
 	 letter-spacing:0px;
	 padding-top:10px;
	 padding-bottom:0px;
	 

}

 

/*allmenu*/
 
 
.sitebox{
	padding:20px 10px;
	position:relative;
	width:100%;
 	 
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition: all 0.5s 0s;
    transition: all 0.5s 0s;
	height:100%; 
	-webkit-transform:translateX(-5%);
	transform:translateX(-50%);
	 
	 

}
.sitebox:after{
	position:absolute;  
	content:"";
	display:block; 	
	top:0;
	width:20px; 
	height:1px; 
	left:0; 
	background: #ccc;
	-webkit-transition: all 1s 0s;
    transition: all 1s 0s;

}

.modal.in .sitebox{
	/*background: #fff; */
	opacity:1;
	-webkit-transition: all 0.8s 0s;
    transition: all 0.8s 0s;
	 
	-webkit-transform:translateX(0);
	transform:translateX(0);
}


.sitebox .titA{
	font-size:140%;
 	 font-weight:600;
	letter-spacing:-1px;
	display:inline-block;
	vertical-align:top;
	width:180px;
	padding:10px;
	
	 
}
.sitebox .titA a{
color:#ad7b61;

}
.sitebox .sitelist{
	display:inline-block; 
	position:relative;
	padding-left:10px;
	vertical-align:top;

}
.sitebox .sitelist ul > li{
	 
	float:left;
	margin-right:20px;

}
.sitebox .sitelist ul > li.hassub{
	
	min-height:100%;

}
.sitebox .sitelist ul > li.largemenu{
	min-height:280px;
}
.sitebox .sitelist ul > li a{
	font-size:18px;
	font-weight:500;
	padding:10px 0;
	display:block;
  }
  .sitebox .sitelist ul > li a:hover{color:#ad7b61;}
.sitebox .sitelist ul > li.hassub ul li{
	float:none;
	background: url(../image/site_line.png) no-repeat 0 10px;
	padding-left:10px;
	width:100%;
 }
.sitebox .sitelist ul >  li.hassub ul li a{
	font-size:15px;
	font-weight:300;
	padding:2px 0;

}


.rightcon{
	position:absolute;
	right:0;
	top:0;
	width:30%;
	height:100%;
	z-index:1;
	background: url(../image/all_back.jpg) no-repeat center 0;
	background-size:cover;
}

.rightcon .rightcon_in{
		position:absolute;
		top:40%;
		left:0;
		width:100%;

}
.rightcon .rightcon_in b{
	color:#fff;
	font-size:130%;
	display:block;
	text-align:center;
}
.rightcon .rightcon_in strong{
	color:#fff;
	font-size:200%;
	display:block;
	text-align:center;
	letter-spacing:-2px;
}


/*
 
@media (max-width: 1000px ){
	 #footer  .companyinfo  .bottom_info .bottom_info_box b{
		 
	 }

	 #footer  .companyinfo .companyinfo_in{

	width:100%;
	margin-left:0px;
	
}

}

@media (max-width: 640px ){
#footer{
	padding-bottom:10px;
}
	#footer .bottomlink ul li{
		padding:2px;  
		margin-right:3px;
	}
	#footer  .bottomlink ul li a {
		font-size:88%;
		padding-left:10px;
	}
	#footer  .bottomlink ul li a:after{
		top:11px;
	}

	#footer .companyinfo{
		width:100%;
		float:none;
	}
	#footer .companyinfo .companyinfo_in span{
		font-size:90%;
	}
 
	 
}
 
 @media (max-width: 360px ){
	#footer .companyinfo .companyinfo_in span{
		font-size:85%;
		margin-right:10px;
	}
	
	#footer  .companyinfo  .bottom_info .bottom_info_box.bottom_info_boxB{
		border-bottom: 1px solid #ddd;		 
}
	#footer  .companyinfo  .bottom_info .bottom_info_box b{
		width:100%;
	}
	#footer  .companyinfo  .bottom_info .bottom_info_box .bottom_info_right{
		width:100%;
	}

 } 
*/
 



/**/
.cscenter{
	position:fixed;
	top:250px;
	right:25px;
	z-index:33;
	width:220px;
	height:300px;
	text-align:center; 
	color:#fff;
	-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);
	-webkit-transition: .3s; 
	transition:.3s;
}
.cscenter .cscenter_wrap:after{
	display:block;
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:linear-gradient(to bottom, #365bfa , #6630e1,#ff4e00);
	opacity:.8;
	z-index:1;
}
.cscenter .cs_in {
	display:block;
	position:absolute;
	width:100%;
	height:100%; 
	 
	z-index:2;
}
.cscenter .cstitle {margin:20px auto;}
.cscenter .cstitle span {
	display:inline-block;
	width:24px;
	height:24px;
	background: url(../image/icon_writer.png) no-repeat center center;
	background-size:cover;
	margin-right:5px;
}
.cscenter .cstitle  strong{font-size:160%;letter-spacing:-2px;}
 
.cscenter.cshided{
	width:100px; 
	height:100px;
	overflow:hidden;
	border-radius:50% 50% ;
 
	-webkit-transition: .3s; 
	transition:.3s;
	 
}
.cscenter.cshided .cs_in {
	display:none;
	opacity:.0; 
	-webkit-transition: .3s; 
	transition:.3s;
		 

	 
}
 


.cscenter .closear{
	position:absolute;
	bottom:-30px;
	right:0;
	-webkit-transition: .3s; 
	transition:.3s;
}
.cscenter .closear span{
	display:block;
	background: rgba(255,255,255,.2);
	padding:5px 10px;
	color:#fff;
	line-height:1;
	font-family:'Poppins', sans-serif;
	font-weight:bold;
}
.sub .cscenter .closear span{background: rgba(0,0,0,.2);}

.cscenter .openar{display:none;-webkit-transition: .3s; 
	transition:.3s;}
.cscenter.cshided .closear{width:0;-webkit-transition: .3s; 
	transition:.3s;}
.cscenter.cshided .openar{
	position:absolute;
	display:block;
	z-index:2;
	width:100%;
	height:100%;
	 
}
.cscenter.cshided .openar span{
	display:block;
	position:absolute;
	width:30px;
	height:30px;
	left:50%;
	top:50%;
	margin-top:-15px;
	margin-left:-15px;
	background: url(../image/icon_writer.png) no-repeat center center;
	background-size:cover;
}


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