/*공통*/
.sub_con_wrap {width:100%; }
.sub_con_gray {width:100%; background: #f7f7f7;}
.sub_con {width: 1280px; margin: 0 auto; padding: 100px 0;}

/*Content CSS*/
#gree_title1 {width: 100%; display: flex; flex-direction: row; justify-content: center; margin-bottom: 50px;}
#gree_title1 h1 {font-size: 30px; font-weight: 300; color:#414141; margin: 0 25px;}
#gree_title1 h1 span {font-weight: 500; color:#bc000f; }
.gree_txt_icon {position: relative;top: -50px;}

#gree_img {width: 100%; height: 396px; background: url('../img/gree_img.jpg')no-repeat 50% 50%; background-attachment: fixed;}
#gree_script { width: 1000px; position: relative; z-index: 2; background: #fff; margin: -90px auto; text-align: center; padding: 90px 0 0 0;}
#gree_script p {font-size: 18px; font-weight: 400; color:#7a7a7a; line-height: 38px;}
#gree_script p span {font-weight: 500; color:#bc000f;}

#gree_article {margin: 50px 0 40px 0;}
#gree_article ul {display: flex; flex-direction: row; justify-content: center;}
#gree_article ul li {width: 25%; background: #cc0111; height: 210px; border-right: 1px solid rgba(255,255,255,0.2); padding: 23px 0; text-align: center;}
#gree_article ul li:nth-child(1) {background: rgba(204,1,17,0.7);}
#gree_article ul li:nth-child(2) {background: rgba(204,1,17,0.8);}
#gree_article ul li:nth-child(3) {background: rgba(204,1,17,1);}
#gree_article ul li:nth-child(4) {background: #a1000d;}
#gree_article ul li:last-child {border-right: 0;}
#gree_article ul li h1 { font-size: 30px; font-weight: 400; color:#fff; margin: 0 auto; width: 30px; border-bottom: 2px solid #fff;}
#gree_article ul li:nth-child(1) h1 { width: 60px;}
#gree_article ul li p { font-size: 15px; font-weight: 400; color:#fff; line-height: 33px; word-break: keep-all; margin-top: 14px; letter-spacing: -0.3px;}

#gree_title2 {width: 100%; display: flex; flex-direction: row; justify-content: center; margin-top: 70px; align-items: flex-end;}
#gree_title2 p {font-size: 18px; font-weight: 400; color:#7a7a7a; line-height: 42px; margin-right: 40px;}

.gree_txt_icon2 {position: relative;top: -57px;}
.gree_txt_icon3 {position: relative;top: -10px;}

@media screen and (max-width:1280px) {

}

@media screen and (max-width: 960px) {
}

@media screen and (max-width: 640px) {
}
