/*헤더*/
.gnb{padding-right: 120px;}
.gnb > ul > li > a{padding: 0 30px;}

/*기업이념*/
.value_c_inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}
.value_c h3{line-height: 1.5;}
.value_c:nth-child(3) h3{padding-top: 0;}

/*NBR*/
.nbr_icn_box ul li{height: 400px;}

.sub3_1 .sub_ar06 .sub_con{
	border-bottom: 1px solid #e0e7e8;
}


@media screen and (max-width: 1290px){
	/*헤더*/
/* 	.tnb{padding-right: 30px;} */
	.hd_logo{width: 120px; top: 55px; left: 20px;}
	.gnb{padding-right: 20px;}
	.gnb > ul{margin: 0;}

	/*기업이념*/
	.value_c{padding: 0 10px;}
	.value_c h3{font-size: 16px;}
	.value_c:nth-child(3) p{font-size: 14px;}
}

@media screen and (max-width: 767px){
	/*회사연혁*/
	.sub_c_left{height: 260px;}
}

