/* 공통 */
.sub_con {width: 100%; margin:0 auto; padding:0 15px ;}
.s_title h1 {font-size:24px; font-weight: 700; color:#000; text-transform: uppercase; font-family: 'Montserrat'; }
.s_title h1::before {content: ''; display: block; width: 55px; height: 3px; background: #e60012; margin:0 auto 20px;}
.sub_p {font-size:14px; font-weight: 300; color:#666; line-height: 26px; word-break: keep-all;}

/*Content CSS*/
#greetings {text-align: center; padding:40px 0 50px ;}
#greetings .sub_p {margin:25px 0 30px;}
.ceo_name {display: flex; justify-content: center; align-items: flex-end; }
.ceo_name span {font-size:14px; font-weight: 500; color:#333; display: block; margin-right: 10px; }
.ceo_name h2 {font-size:20px; font-weight: 600; color:#000; }
#greetings .img {margin:40px 0 0; text-align: center; }
#greetings .img img {max-width: 100%; }



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

}

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

}

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

}
