/*기술거래-보호*/
/*기술거래-보호 > 산학연공동 R&D 사업 */
.link-step {overflow: hidden;font-size:0;background: #efefef;padding:30px 30px 20px;}
.link-step li {position:relative;display: inline-block;font-size:1rem;background:#fff;border-radius:3px;color:#333;width:22%;box-sizing: border-box;margin:0 26px 10px 0;padding:5px;text-align: center;}
.link-step li:before {content: "";display: block; position: absolute;width: 26px;height: 26px;background: url(/_res/kibo/main/img/con_sec_arr.png) no-repeat 0 0;right: -26px;top: 50%;margin: -12px 0 0;z-index: 1;}
.link-step li:first-child {background:#285fba;color:#fff;min-width:200px;}
.link-step li:last-child {width:auto;background:#05367b;color:#fff;}
.link-step li:nth-child(4) {margin-right:0}
.link-step li:nth-child(4)::before,
.link-step li:last-child::before {display:none;}

@media all and (max-width:1300px) {
     .link-step li:nth-child(4) {margin-right:30px;}
     .link-step li:nth-child(3)::before {display:none;}
     .link-step li:nth-child(4)::before {display:block}
}
@media all and (max-width:1200px) {
     .link-step li {width:19%;}
}
@media all and (max-width:992px) {
     .link-step li:nth-child(4) {margin-right:0}
     .link-step li:nth-child(3)::before {display:block;}
     .link-step li:nth-child(4)::before {display:none;}
}
@media all and (max-width:736px) {
     .link-step li {width:16%;margin:0 21px 10px 0;}
     .link-step {padding:20px 20px 10px;}
     .link-step li {font-size:0.938rem}
     .link-step li:nth-child(4) {margin-right:30px;}
     .link-step li:before {width: 21px;height: 21px;background-size: 74px auto;right: -21px}
     .link-step li:nth-child(3)::before {display:none;}
     .link-step li:nth-child(4)::before {display:block}
}
@media all and (max-width:590px) {
     .link-step li {width:100%;margin:0 0 21px;}
     .link-step li:last-child {width:100%;}
     .link-step li:before {margin: 0 auto;right: 0;left: 0;top: auto;bottom: -21px;transform: rotate(90deg);}
}