/* 공통 */
.sub_con {width: 1300px; margin:0 auto; position: relative; }
.s_title h2 {font-size: 18px; font-weight: 500; color:#009a5e; letter-spacing: 4.5px; text-transform: uppercase; }
.s_title h1 {font-size: 36px; font-weight: 300; color:#000; margin-top: 20px; }
.s_title.wh h1 {color:#fff;}
.sub_p {font-size: 17px; font-weight: 300; color:rgba(0, 0, 0, 0.9);  letter-spacing: -.2px; line-height: 38px ;}
.section {padding:100px 0; }

/*Content CSS*/
#about .section {padding:110px 0;}
#about .title {display: flex ;align-items: center; justify-content: space-between; margin-bottom:20px;}
#about .title h1 {font-size: 47px; font-weight: 700; color:#000; }
#about .title > span {display: block; width: 760px; height: 1px; background: #090c05; opacity: .5; }
/* section1 */
#ab_s1 .img {margin-top: 85px;}
/* section2 */
#ab_s2 {background: #fff;}
#ab_s2 .img_list {display: flex; justify-content: space-between; margin-top: 85px; }















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

}


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

}

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

}
