@charset "utf-8";

/* *******************************************************
 * filename : layout.css
 * description : 전체 레이아웃 CSS
 ******************************************************** */
 

body {
 padding:0;
 margin:0;

	background-color:#fff;
 }
#wrap {
	width:100%;
	 
	height:100%;
	position:absolute;
	padding:0;
	margin:0;
	
} /* min-width 홈페이지 컨텐츠 가로값에 맞게 변경 */

.wrap{
	
	 
	position:relative;
	max-width:1200px;
	margin:0 auto;

}
.clearfix{
	
	*zoom:1;
	clear:both;

}
.clearfix:after{
	
	display: block;
	clear: both;
	content:''
}


#header{
	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background: url(../image/topmenu.png);
	height: 90px;

} 
#header:after{
	
	clear:both;
	content:'';
	display:block;

}
.headerTop{
	
	padding:20px 0 30px;
	text-align: left;
	position:absolute;
	z-index: 999;
	left:5%;
 }
 #header.scrolled {
	
	position:fixed;
	top:0;
	background:#1b364d;/*opacity:0.9;filter:Alpha(opacity=90);*/

}
 .topon #header{
	
	background:#fff;
}

 

.headerTop h1{
	
	width:184px;
	height:37px;
	text-indent:-100000px;
	overflow:hidden;
	background:url(../image/logo.png) no-repeat 50%;	
	background-size:100% auto;
	cursor:pointer;
    -webkit-transition:background-image 1s;
    -moz-transition:background-image 1s;
    transition:background-image 1s;
}

.headerTop h1 a{
	
	display: block;
} 

/*on*/ .topon .headerTop  h1{
	
	background:url(../image/logo_on.png) no-repeat 50%;
	cursor:pointer;

}

 
.lang_allmenu{
	
	position: absolute;
	right: 5%;
	top: 30px;
	z-index: 999;

}
.headerTopMenu{
	
}
.headerTopMenu > li{
	
	float: left;
	padding: 0 16px;
	position: relative;

}
.headerTopMenu > li:after{
	
	content:'';
	position: absolute;
	margin-top: -5px;
	background-color: #777;
	right: 0;

}
.headerTopMenu > li:last-child:after{
	
	display: none;
}
.headerTopMenu > li:first-child{
	
	padding-left: 0;
}
.headerTopMenu > li:first-child:after{
	
	width: 1px;
	height: 10px;
	top: 50%;

}
.headerTopMenu > li:last-child{
	
	padding-right: 0;

}
.headerTopMenu > li a{
	
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #f7f7f7;

}
.headerTopMenu > li a:hover{
	
	color: #fff;

}

/*on*/  .topon .headerTopMenu > li a{
		
	color: #333;

}
/*on*/  .topon .headerTopMenu > li a:hover{
	
	color: #333;

}


.gnb_btn{
	
	width:33px;
	height:33px;
	 top:10px;
	background:#4c60f0;
	right:0px;
	cursor:pointer;

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

}
.gnb_btn span.mgb_top{
	top:11px;

}
.gnb_btn span.mgb_mid{
	top:16px;

}
.gnb_btn span.mgb_bot{
	top:21px;

}
.gnb_btn:hover span.mgb_mid{
	
	}
.gnb_btn:hover span.mgb_top {
	top:9px;

}
.gnb_btn:hover span.mgb_bot{
	top:23px;

}
 	

 
.gnbWrap{
	position:relative;
	top:0px;
	padding-top:0px;

}
.gnbBox{
	width: 55%;
	margin: 0 auto;

}
.gnb{
text-align:center;
}
.gnb > li{
	display:inline-block;
	padding-left:30px;
	padding-right:30px;
 }
 @media(max-width:1300px){
	.gnb > li{
		padding-left:10px;
		padding-right:10px;
	}
 }

.gnb > li > a{
	display: block;
	text-align:center;
	font-size: 18px;
	letter-spacing:-.95px;

	line-height: 80px;
	color:#fff;

}
.gnb > li:hover > a{
	color: #f33e1a;

}

/*on*/ .topon .gnbWrap{
	background:#fff;

}
/*on*/ .topon  .gnb > li > a{
	color:#333;

}
/*on*/ .topon  .gnb > li:hover > a{
	color:#f33e1a;

}



.gnb > li:hover .dep2Wrap{
	top:90px !important;

}
.gnb > li .dep2Wrap .dep2_list li{
	opacity:0;
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	transform:translateY(15px);
	-webkit-transform:translateY(15px);

}


.gnb > li:hover .dep2Wrap .dep2_list li:nth-child(1){
	transition-delay: .4s;
	-webkit-transition-delay: .4s;

}
.gnb > li:hover .dep2Wrap .dep2_list li:nth-child(2){
	transition-delay: .5s;
	-webkit-transition-delay: .5s;

}
.gnb > li:hover .dep2Wrap .dep2_list li:nth-child(3){
	transition-delay: .6s;
	-webkit-transition-delay: .6s;

}
.gnb > li:hover .dep2Wrap .dep2_list li:nth-child(4){
	transition-delay: .7s;
	-webkit-transition-delay: .7s;

}
.gnb > li:hover .dep2Wrap .dep2_list li:nth-child(5){
	transition-delay: .8s;
	-webkit-transition-delay: .8s;

}
.gnb > li:hover .dep2Wrap .dep2_list li:nth-child(6){
	transition-delay: .9s;
	-webkit-transition-delay: .9s;
 }
.gnb > li:hover .dep2Wrap .dep2_list li:nth-child(7){
	transition-delay: 1s;
	-webkit-transition-delay: 1s;

}
.gnb > li:hover .dep2Wrap .dep2_list li:nth-child(8){
	transition-delay: 1.1s;
	-webkit-transition-delay: 1.1s;

}
.gnb > li:hover .dep2Wrap .dep2_list li:nth-child(9){
	transition-delay: 1.2s;
	-webkit-transition-delay: 1.2s;

}

.gnb > li:hover .dep2Wrap .dep2_list li{
	opacity:1;
	transform:translateY(0);
	-webkit-transform:translateY(0);

}


.dep2Wrap{
	position:absolute;
	width:100%;
	left:0;
	top:-999px;
	border-top:1px solid #ccc;
	z-index:-1;
	transition:all .4s ease-in-out;
	-webkit-transition:all .4s ease-in-out;
	border-bottom:2px solid #eb8e31;

}
.dep2Inner{
	max-width:1100px;
	width:100%;
	margin:0 auto;
	position:relative;

}
 
/*on*/ .topon .dep2Wrap{
	background-color:#FFF;

}



.dep2_info_box{
	opacity:0;
	position:absolute;
	width:40%;
	left:0;
	top:0;
	height:100%;
	padding-top:38px;
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-position:center 150%;
	text-align:left;

}
.dep2_info_box > div{
	opacity:0;
 }
.gnb > li:hover .dep2_info_box{
	opacity:1;
background-position:right bottom;

}
.gnb > li:hover .dep2_info_box > div{
	opacity:1;

}
.dep2_info_box strong{
	display:block;
	font-size:30px;
	line-height:24px;
	letter-spacing:-2px;
	padding-left:30px;
	margin-bottom:14px;
	opacity:0;
	transform:translateX(-15px);
	-webkit-transform:translateX(-15px);
	transition:all .4s .4s ease-in-out;
	-webkit-transition:all .4s .4s ease-in-out
}


.dep2_info_box p{
	display:block;
	width:150px;
	padding-left:30px;
	font-size:16px;
	line-height:18px;
	letter-spacing:-.25px;
	opacity:0;
	transform:translateX(-15px);
	-webkit-transform:translateX(-15px);
	transition:all .4s .4s ease-in-out;
	-webkit-transition:all .4s .4s ease-in-out
}

.gnb > li:hover .dep2_info_box > div strong{
	opacity:1;
	transform:translateX(0);
	-webkit-transform:translateX(0);

}
.gnb > li:hover .dep2_info_box > div p{
	opacity:1;
	transform:translateX(0);
	-webkit-transform:translateX(0);

}

.gnb .menu1 .dep2_info_box{
	background-image:url(../image/back_com.png);

}
.gnb .menu2 .dep2_info_box{
	background-image:url(../image/back_pro.png);

}
.gnb .menu3 .dep2_info_box{
	background-image:url(../image/back_rnd.png);
	background-position:center bottom;

}
.gnb .menu4 .dep2_info_box{
	background-image:url(../image/back_pr.png);

}
.gnb .menu5 .dep2_info_box{
	background-image:url(../image/back_customer.png);

}
 
.dep2Wrap .dep2_list{
	width:60%;
	float:right;
	padding:50px 0 30px 0;
	min-height:220px;

}
.dep2Wrap.menu2 .dep2_list{
	padding:20px 0 10px 0;

}

.dep2Wrap .dep2_list li{
	float:left;
	width:100%;
	max-width:150px;
	text-align:left;
	display:block;
	margin-bottom:20px;
	margin-right:10px;

}
.dep2Wrap .dep2_list li a{
	display:block;
	font-size:15px;
	line-height:25px;
	background:#eeeeee /*url(../image/menu_icon.png) no-repeat 0 8px*/;
	text-align:center;
 
}
.dep2Wrap .dep2_list li a:hover{
	background:#ffba5a;

}

.dep2Wrap.menu2 .dep2_list li a{
	
	background:none;
	padding-left:0px;

}
.dep2Wrap .dep2_list li a .icon_box{
	display:inline-block;
	width:120px;
	height:95px;
	border-radius:5px/*100%*/;
	border:1px solid #e0e0e0;
	box-sizing:border-box;
	background-repeat:no-repeat;
	background-position:center center;

}
.dep2Wrap .dep2_list li a p{
	margin-top:0px;
	text-align:center;
	margin-bottom:10px
}

.dep2Wrap .dep2_list li a:hover .icon_box{
	background-color:#ffba5a;
	border-color:#ffba5a;

}
.dep2Wrap .dep2_list li a:hover p{
	/*color:#f33e1a;
*/}

.dep2Wrap.menu2 .dep2_list li:nth-child(1) a .icon_box{
	background-image:url(../image/top_pro01.png);

}
.dep2Wrap.menu2 .dep2_list li:nth-child(2) a .icon_box{
	background-image:url(../image/top_pro04.png);

}
.dep2Wrap.menu2 .dep2_list li:nth-child(3) a .icon_box{
	background-image:url(../image/top_pro02.png);

}
.dep2Wrap.menu2 .dep2_list li:nth-child(4) a .icon_box{
	background-image:url(../image/top_pro03.png);

}
.dep2Wrap.menu2 .dep2_list li:nth-child(5) a .icon_box{
	background-image:url(../image/top_pro05.png);

}
.dep2Wrap.menu2 .dep2_list li:nth-child(6) a .icon_box{
	background-image:url(../image/top_pro06.png);

}
.dep2Wrap.menu2 .dep2_list li:nth-child(7) a .icon_box{
	background-image:url(../image/top_pro07.png);

}
 


 

.toTop{
	
	position: fixed;
	right: 30px;
	bottom: 0;
	z-index: 9999999999;
	font-size:0;
	transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	opacity: 0;
	}
.toTop.on{
	
	opacity: 1;
	bottom: 30px;
	}
 

 
 


.dim2{
	display:none;
	background-color:rgba(0,0,0,.5);
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999;
	left:0;
	top:0;

}
.m-gnb-wrap{
	position:fixed;
	width:80%;
	right:-80%;
	top:0;
	background-color:#FFF;
	z-index:99999;
	height:100%;
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out
}

.m-gnb-wrap .m-gnb-top{
	position:relative;
	background-color:#1b364d;
	position:relative;
	padding:0 20px;
	border-bottom:1px solid #dcdcdc;

}
.m-gnb-wrap .m-gnb-top .btn-lange{
	float:left;
	line-height:55px;
	height:55px;
	font-size:16px;
	color:#fff;

}
.m-gnb-wrap .m-gnb-top .btn-lange.btn_mp{
	position: relative;
	margin-left: 20px;

}
.m-gnb-wrap .m-gnb-top .btn-lange.btn_mp:before{
	content:'';
	position: absolute;
	width: 1px;
	height: 12px;
	background-color: #f7f7f7;
	left: -10px;
	top: 50%;
	margin-top: -6px;

}
.m-gnb-wrap .m-gnb-top .close-mGnb{
	float:right;
	margin-top:15px;
	margin-right:15px;
	display:block;
	width:25px;
	height:25px;
	background-image:url(../image/m_close.png);
	background-repeat:no-repeat;
	background-position:0 center;
	text-indent:-9999px;
	 
}
.m-gnb-wrap .m-gnb{
	max-height:100%;
	max-height: -webkit-calc(100% - 112px);
	max-height: -moz-calc(100% - 112px);
	max-height: calc(100% - 112px);
	overflow-y:auto;


}
.m-gnb-wrap .m-gnb > li > a{
	display:block;
	line-height:55px;
	font-size:18px;
	color:#555;
	padding:0 20px;
	background-color:#f5f6f6;
	border-bottom:1px solid #ccc;

}
.m-gnb-wrap .m-gnb > li > ul li a{
	padding:0 20px 0 35px;
	font-size:16px;
	line-height:40px;
	display:block;
	border-bottom:1px solid #dcdcdc;
	background-image:url(../image/icon_dot.png);
	background-repeat:no-repeat;
	background-position:20px center;

}
.m-gnb-wrap .m-gnb > li > ul li.last a{
	border-bottom:0px ;
}
.m-gnb-wrap .m-gnb > li > ul{
	padding:15px 0;
	border-bottom:1px solid #dcdcdc;
	display:none;

}


.m-gnb-sns{
	padding:13px 0;

}
.m-gnb-sns a{
	display:inline-block;
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-size:cover;

}
.m-gnb-sns a.m_fb{
	background-image:url(../../images/main/sns_fb.png);

}
.m-gnb-sns a.m_insta{
	background-image:url(../../images/main/sns_insta.png);

}
.m-gnb-sns a.m_blog{
	background-image:url(../../images/main/sns_blog.png);

}
.m-gnb-sns a.m_ytb{
	background-image:url(../../images/main/sns_ytb.png);

}

.fLogoList.fLogo_slick{
	display:none;

}
@media screen and (max-width:1100px){
	
	 
		 .toTop{
			width: 60px;
			height: 60px;

		}
		.toTop img{
			width: 100%;

		}
}	

 

@media screen and (max-width:1000px){
	
		#container{
			padding-top:56px;

		}
		#header{
			position:fixed;
			width:100%;
			 height:60px;

		}
		
		.headerTopMenu {
			display:none;

		}
		
		.headerTop{
			padding:0;
			height:60px;
			position:relative;
			border-bottom:none;
			 
			left:0;

		}
	 
		.headerTop h1{
			height:30px;
			position:absolute;
			top:50%;
			margin-top:-12px;
			left:50%;
			margin-left:-80px;
			background-size:contain;

		}
			 
		.headerTop h1 a{
			height:100%;

		}
		.headerTop h1 img{
			height:100%;

		}

		.gnbWrap{
			display:none;

		}
		.gnbBox{
			width:100%;

		}

		.m_gnb_btn{
			position:absolute;
			width:28px;
			height:24px;
			top:50%;
			margin-top:-12px;
			left:20px;
			cursor:pointer
		}
		.m_gnb_btn span{
			position:absolute;
			width:100%;
			height:2px;
			background-color:#acacac;
			 transition:all .2s ease-in-out;
			-webkit-transition:all .2s ease-in-out;
			left:0;

		}
		.m_gnb_btn span.mgb_top{
			top:0;

		}
		.m_gnb_btn span.mgb_mid{
			top:10px;

		}
		.m_gnb_btn span.mgb_bot{
			top:20px;

		}
		.m_gnb_btn.on span.mgb_mid{
			width:0;

		}
		.m_gnb_btn.on span.mgb_top {
			top:10.5px;
			transform:rotate(45deg);
			-webkit-transform:rotate(45deg);

		}
		.m_gnb_btn.on span.mgb_bot{
			top:10.5px;
			transform:rotate(-45deg);
			-webkit-transform:rotate(-45deg);

		}
			
		.m-gnb-wrap.on{
			right:0;

		}

	
	
}





@media screen and (max-width:767px){
	
		 .toTop{
			width: 40px;
			height: 40px;
			right: 15px;
			bottom: 0;

		}
		.toTop.on{
			bottom: 15px;

		}
  
}	





/*footer*/


#footer{
	background:#e7e7e7;
	padding-top:10px;
	margin:0;

}

.footer_link{
	position:relative;
	margin:35px auto 20px auto;
	width:100%;
	text-align:center;

}
.footer_link::after {
	content:'';
	display:block;
	width:100%;
	clear:both;

}
.footer_link ul li {
	display:inline-block;
	margin-right:30px;
 	position:relative;
	margin-bottom:10px;
 }
.footer_link ul li::before{
	content:'';
	display:block;
	position:absolute;
	top:4px;
	margin:0 0px 0 0px;
	width:1px;
	height:15px;
	background:#ccc;

}
.footer_link ul li:first-child:before{
	background:none;

}
.footer_link ul li a{
	display:block;
	margin:0;
	padding:0 0 0 20px;
	width:100%;
	text-align:center;
	font-size:16px;
	color:#333;
	line-height:1.3;
	font-weight:400;

}
.footer_link ul li.pers a{
	color:#323180;

}
.footer_link ul li.pers a:after{
	 

}

.footer_logo{
	margin-bottom:30px;
	text-align:center;
}

@media(max-width:1200px){
		.footer_logo img{
		 width:150px;
		}

 }


.footer_addre{
	color:#5a5a5a;
	font-size:14px;
	 text-align:center;
 }
.footer_addre span{
	margin-right:10px;

}
.copyright{
	color:#4a4d4d;
	padding-top:10px;
	padding-bottom:20px;
	font-size:13px;
	 text-align:center;
 }
.copyright em{
	font-style:normal;
	font-weight:500;

}

/*////////////////////////////////////////////*/

 


 @media screen and (max-width:500px){
	
	.footer_link{
 		margin:10px auto 20px auto;
 	}

 .footer_link ul li {
 		margin-right:6px;
 	}

	.footer_link ul li  a {
		padding-left:6px;
		font-size:14px;
	}

}
 

 
  


.sitebox{
	
	clear:both;
	border-bottom:1px solid #ccc;
	padding:20px;
	position:relative;
	width:100%;
	max-width:1100px;
	margin:0 auto;

}
.sitebox:after{
	clear:both;
	content:" ";
	display:block;
	height:20px;

}
.sitebox .titA{
	font-size:25px;
	 font-weight:700;
	letter-spacing:-2px;
	position:absolute;

}
.sitebox .titA a{
	color:#445cb8;

}
.sitebox .sitelist{
	position:relative;
padding-left:180px;

}
.sitebox .sitelist ul > li{
	width:20%;
float:left;

}
.sitebox .sitelist ul > li.product{
	
	min-height:280px;

}
.sitebox .sitelist ul > li a{
	font-size:18px;
	font-weight:700;
	padding:10px 0;
	display:block;
  }
.sitebox .sitelist ul > li ul.subsite li{
	float:none;
	background: url(../image/site_line.png) no-repeat 0 10px;
	padding-left:10px;
	 width:100%;
 }
.sitebox .sitelist ul > li ul.subsite li a{
	font-size:15px;
	font-weight:300;
	padding:2px 0;

}
/*# sourceMappingURL=bootstrap.min.css.map */

 


 
 