/*------------------------------------------------------------------------------------------------------
인사말
------------------------------------------------------------------------------------------------------*/
.greet {
    background: url(../intro/images/greet_bg.jpg) center top fixed; white-space: pre-line;
    border-top-right-radius: 70px; border-bottom-left-radius: 70px;
}
.greet-top {font-size: 24px; color: black; font-weight: 700;}
.greet-bottom {font-size: 20px; color: black; font-weight: 100;}
.greet-bottom strong {font-weight: 700;}

/*------------------------------------------------------------------------------------------------------
회사개요 / 연혁
------------------------------------------------------------------------------------------------------*/
/*.history div {outline: 1px solid #ccc;}*/
.history .fs-5 {font-weight: 300;}
.history dt {font-weight: 500;}
.history > article > .row > div.border-bottom {border-bottom: 2px solid #003a8e!important;}

/*------------------------------------------------------------------------------------------------------
기술제휴현황
------------------------------------------------------------------------------------------------------*/
/*.sponsor div {outline: 1px solid #ccc;}*/
.sponsor .col-md-3 {padding: 0;}
.sponsor h4 {
    background-color: #003a8e;
    color: #fff;
}
.sponsor h4 span {display: block; width: 100%;}
.sponsor h4 i {padding: 10px; border-radius: 100px; background-color: antiquewhite; background-color: aliceblue;}

.sponsor li {border-bottom: 1px #d8d8d8 dashed;}