@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

/*인사말*/
.sign {text-align: right; margin-top: 20px; font-size: 13px;}
.sign span {font-size: 24px; font-family: 'Nanum Pen Script', cursive; margin-left: 5px;}

/*연혁*/
.fl{width: 100%;}
.flleft{width:56%; float:left; padding-right: 3%;}
.flright {width: 44%; float: right;}
.fl .img {padding-top: 0;}
.table {width: 100%; margin-bottom: 20px;}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {border-top: 1px solid #ddd; padding: 10px;}
 .year{font-weight: bold; color: #024991; vertical-align: top; font-size: 24px; padding: 10px 15px 10px 10px; }
 .vam {vertical-align: middle !important;}
 .table p { font-size: 14px; line-height: 150%;}

 /*자회사 소개*/
 .greeting {width: 100%; font-size: 13px;}
 .greeting h3 {text-align: center; color: #024991; font-weight: bold; font-size: 24px; margin-bottom: 40px;}
 .greeting_in {margin-bottom: 30px;}
 .greeting h4 {font-size:15px; margin-bottom: 10px;}
 .greeting h4 i {color: #024991;}
 .greeting .table {border-top:2px solid #024991; border-bottom:2px solid #024991; }
 .greeting .table th {background: #4167b0; color: #fff; }