/* 공통 */
.sub_con {width: 1300px; margin:0 auto; }
.s_title h1 {font-size:48px; font-weight: 700; color:#000; text-transform: uppercase; font-family: 'Montserrat'; }
.s_title h1::before {content: ''; display: block; width: 72px; height: 4px; background: #e60012; margin:0 auto 40px;}
.sub_p {font-size:16px; font-weight: 300; color:#666; line-height: 30px; word-break: keep-all;}

/*Content CSS*/
#greetings {text-align: center; padding:80px 0 140px ;}
#greetings .sub_p {margin:40px 0 45px;}
.ceo_name {display: flex; justify-content: center; align-items: flex-end; }
.ceo_name span {font-size:17px; font-weight: 500; color:#333; display: block; margin-right: 10px; }
.ceo_name h2 {font-size:24px; font-weight: 600; color:#000; }
#greetings .img {margin:60px 0 0;}


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

}

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

}

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

}
