@charset "utf-8";

#footer-wrap .ftInfo .fti-addr .office {display:none}
/* 사업지원 < 울산청년CEO */
.support-list ol > li {position:relative;padding-bottom:70px;}
.support-list ol > li:before {display:block;content:'';position:absolute;bottom:0;left:50%;margin-left:-1px;width:3px;height:80px;border-left:2px dotted #999;z-index:-1;}
.support-list ol > li:after {display:block;content:'';position:absolute;bottom:-7px;left:50%;margin-left:-7px;width:14px;height:14px;border-radius:50%;background:#009FBF;z-index:-1;}
.support-list .ltit {display:block;width:100%;color: #FFF;text-align: center;font-size: 1.22222em;line-height:1.1em;padding:20px;border-radius: 20px 20px 0 0;background:#839E00;box-sizing:border-box;}
.support-list .img-box {display:block;width:100%;text-align: center;padding:20px;border-radius: 0 0 20px 20px;background:#fff;border:1px solid #839E00;box-sizing:border-box;}
.support-list .img-box .img {display:inline-block;padding:0 20px;}
.support-list .img-box .img img {max-width:100%;}
.support-list ol > li:last-child {padding-bottom:0;}
.support-list ol > li:last-child:before,
.support-list ol > li:last-child:after {display:none;}
.support-list ol > li:nth-child(2) .ltit {background:#009FBF;}
.support-list ol > li:nth-child(2):after {background:#066C70;}
.support-list ol > li:nth-child(3) .ltit {background:#066C70;}
.support-list ol > li:nth-child(2) .img-box {border-color:#009FBF;}
.support-list ol > li:nth-child(3) .img-box {border-color:#066C70;}

@media all and (max-width:599px) {
.support-list ol > li {padding-bottom:30px;}
}