/* 공통 */
.sub_con {width: 1300px; margin:0 auto;}

/*Content CSS*/
#about {padding:0 0 130px;}
#about .img {margin-bottom: 40px;}
#about .txt {padding:65px 0; border-bottom: 1px solid #eee; display: flex; }
#about .txt h1 {font-size:128px; font-weight: 400; color:rgba(235, 36, 36, 0.5); margin-right: 75px; font-family: 'Recipekorea'; height: 130px; position: relative; top:-10px;}
#about .txt h2 {font-size:35px; font-weight: 400; color:rgba(235, 36, 36, 0.5); font-family: 'paybooc-ExtraBold'; margin-bottom: 35px; line-height: 35px;}
#about .txt p {font-size:18px; font-weight: 300; color:#666; line-height: 30px; letter-spacing: -.9px;}
#about .txt.box2 h1, #about .txt.box2 h2 {color:rgba(235, 36, 36, 0.75);}
#about .txt.box3 h1, #about .txt.box3 h2 {color:#eb2424;}
#about .txt.box3 {border-bottom: 0;}




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

}

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

}

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

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

}
