/* lnb2 */
@media screen and (max-width: 1200px){
	#lnb2{ display: none; }
}


/* 기업소개 - 경영이념 */
#overview2 .page-title h4{ font-size: 5.5rem !important; }

@media screen and (max-width: 750px){
	#overview2 .page-title br{ display: none; }
}


/* 기업소개 - 회사소개 */
#overview1 .item .icon{ padding-bottom: 110px; }

@media screen and (max-width: 1700px){
	#overview1 .item .icon{ padding-bottom: 70px; }
}

@media screen and (max-width: 1500px){
	#overview1 .item .icon{ padding-bottom: 30px; }
}

@media screen and (max-width: 700px){
	#overview1 br{ display: none; }
}


/* 기업소개 - 인사말 */
#greeting h4{ white-space: nowrap; }


/* 비즈니스 - 공급방식 */
.supply .line .border span{ font-size: 15px; padding: 5px 10px; }


/* 지속가능경영 - ESG */
#esg2 .item .text h4{ margin-bottom: 0; }


/* 지속가능경영 - 윤리경영 */
.ethics-box .item > div{ padding: 120px 40px; }

@media screen and (max-width: 1700px){
	.ethics-box .item > div{ padding: 100px 20px; }
}

@media screen and (max-width: 1280px){
	.ethics-box .item > div{ padding: 70px 20px; }
}

@media screen and (max-width: 900px){
	.ethics-box .item > div{ padding: 40px 20px; }
}

@media screen and (max-width: 800px){
	#ethics br{ display: none; }
}


/* 인재채용 - 인재상 */
@media screen and (max-width: 1100px){
	#talent .item{ width: calc((100% - 20px) / 2); }
	#talent .item:nth-of-type(2n){ margin-right: 0; }
}