/* 서브 비주얼 이미지 */
#visual .bg4{ background: url("/img/sub/notice_bg.jpg") no-repeat center center / cover; }
#visual .bg5{ background: url("/img/sub/about_bg.jpg") no-repeat center center / cover; }


/* About Us -  CI */
#ci .ci .text h4{ font-size: 32px; }

@media screen and (max-width: 1800px){
	#ci .ci .text h4{ font-size: 25px; }
}

@media screen and (max-width: 1280px){
	#ci .ci .text h4{ font-size: 21px; }
}

@media screen and (max-width: 900px){
	#ci .ci .text h4{ font-size: 19px; }

	#ci .color .item dl dt{ font-size: 17px; }
	#ci .color .item ul li{ font-size: 14px; }
}


/* About Us -  비전 */
@media screen and (max-width: 800px){
	#vision .vision .diagram ul li br{ display: none; }
}


/* ESG - E(환경) - 추진체계 */
@media screen and (max-width: 1500px){
	#propulsion .target-list ul{ grid-template-columns: repeat(3, calc(100% / 3)); }
}

@media screen and (max-width: 800px){
	#propulsion .target-list ul{ grid-template-columns: repeat(2, 50%); }
}


/* ESG - E(환경) - 안전경영 */
#safety .target-list ul{ grid-template-columns: repeat(3, calc(100% / 3)); }

@media screen and (max-width: 1000px){
	#safety .target-list ul{ grid-template-columns: repeat(2, 50%); }
}

@media screen and (max-width: 700px){
	#safety .target-list ul{ grid-template-columns: repeat(1, 100%); }
}