/*공통*/
.stitle {display:none;}
.scontents {padding-bottom:0;}
.scontents .eng {font-size:35px;font-weight:500;color:#000;}

/*주요사업*/
.company {overflow:hidden;width:100%;max-width:1200px;margin:0 auto;position:relative;margin-bottom:66px;}
.company.right {text-align:right;}
.ceo_img {float:left;width:30%;height:260px;}
.company.right .ceo_img {float:right;}
.ceo_txt {width:70%;padding:0 50px;position:absolute;top:50%;left:340px;transform:translateY(-50%);}
.company.right .ceo_txt {left:auto;right:340px;}
.ceo_txt h2 {font-size:28px;line-height:36px;}
.ceo_txt b {display:inline-block;font-size:18px;}
.ceo_txt .ceo_sign b {display:inline;margin-left:4px;font-size:16px;}
.ceo_txt p {margin-top:24px;}
