/* 녹색경영 */
#lnb_4020 .sub_lnb_4020_title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 125%;
    display: block;
    margin-top: 90px;
    margin-bottom: 40px;
	padding: 25px 0 0 0;
}
#lnb_4020 .sub_lnb_4020_img_01 {
	width: 100%;
	height: 420px;
    background-image: url(../img/sub/sub_lnb_3020_img_01_20240625.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
#lnb_4020 .sub_lnb_4020_img_02 {
	width: 100%;
	height: 100%;
	margin-top: 80px;
}
#lnb_4020 .sub_lnb_4020_txt_01 {
    font-size: 22px;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 40px;
	color:#666;
}
#lnb_4020 .title-icon-bg:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50px;
    height: 4px;
    background: #e60012;
}
#lnb_4020 .sub_lnb_4020.flex {
    display: flex;
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
#lnb_4020 .sicon_01 img {
	height: 80px;
}
#lnb_4020 .sub_lnb_4020_txt_02.w-33 {
	display: flex;
    flex-direction: column;
    padding: 0 40px;
}
#lnb_4020 .sicon_01 { 
	display: flex;
    justify-content: center;
}



/*안전보건경영방침*/
#lnb_4020 .sub_lnb_4020.flex {
    display: flex;
	margin-top: 1rem !important;
	margin-bottom: 3rem !important;
}
#lnb_4020 .sicon_01 img {
	height: 110px;
}
#lnb_4020 .sub_lnb_4020_txt_02.w-33 {
    display: flex;
    flex-direction: column;
    padding: 90px 45px 80px;
    margin-right: 2.4em;
	border-radius: 16px;
    border: 1px solid #eaeaea;
	box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
#lnb_4020 .sicon_01 { 
	display: flex;
    justify-content: center;
	margin: 0 auto 50px;
	position: relative; */
    width: 120px;
    height: 120px;
}
#lnb_4020 .stxt_01 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #333;
    font-weight: 400;
	text-align: center;
}




/*데스크탑, 와이드*/
@media all and (max-width:1280px) {

}

/*타블렛 가로, 노트북*/
@media screen and (max-width: 1024px) {
	#lnb_4020 .sub_lnb_4020.flex {
		display: flex;
		flex-direction: column;
	}
	#lnb_4020 .sub_lnb_4020_txt_02.w-33 {
		width: 100% !important; 
		margin-bottom: 20px;
	}
}

/*모바일 가로, 타블렛 세로*/
@media screen and (max-width: 768px) {
}

/*모바일 세로*/
@media screen and (max-width: 480px) {

}

