
/*  business 공통 */
.business .gray-box {background-color: #f7f7f7;padding:0 30px;}
.business .gray-box.pd50 {padding:50px 30px;}

/*  INOVANCE Robot */
.robot .robot_box .box {display:flex;align-items:center; background-color: #f7f7f7;margin-bottom:33px;}
.robot .robot_box .box > div {width:50%;}
.robot .robot_box .box .text {padding:50px;}
.robot .robot_box .box .text strong {display: block;margin-bottom:30px;}
.robot .robot_box .box table td { padding-bottom:15px;}
.robot .robot_box .box table td.pb0 {padding-bottom:0;}

/*  INOVANCE PLC line-up */
.lineup .text-box {display: flex;justify-content: center; gap:12%;}
.lineup .text-box .box > div {margin-bottom:25px;}
.lineup .text-box .box strong {background-color:#004ea2; width:250px;height:40px; margin:0 0 20px 0; display: flex;justify-content: center;align-items: center; color:#fff;}
.lineup .text-box .box ul li {color:#222;padding-bottom:10px;text-align: left;}



@media screen and (min-width: 1px) and (max-width: 1400px) {
    .robot .robot_box .box {flex-direction: column;}
    .robot .robot_box .box > div {width:100%;}
    .robot .robot_box .box .img img {width:100%;}
}


@media screen and (min-width: 1px) and (max-width: 768px) {

    .robot .robot_box .box .table {overflow-x: auto;overflow-y: hidden;}
    .robot .robot_box .box .table table {width:700px;}
    .robot .robot_box .box .text {padding:30px 10px;}

    .lineup .text-box {flex-direction: column;gap:25px;}
    .lineup .text-box .box strong {width:200px;height:36px;}

    
    
}
