ul {
    margin:0;
    padding:0;
}
li {
    list-style: none;
}
.pub-wrap {
    position: relative;
    padding: 162px 55px 282px 55px;
    background-color: #000000;
}
.pub-title {
    /*padding-top: 162px;*/
    padding-left: calc(10vw - 50px)!important; 
    font-size: 1.1875rem;
    margin-bottom: 200px; 
}
.pub-process {
    position: relative;
    height: 35px;
    margin-top: 28px;
    font-size: 0;
    color: #fff;
}
.pub-process:after {
    position: absolute;
    top: -90%;
    left: calc(10vw - (10vw/3));
    z-index: 1;
    width: 85%;
    height: 2px;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #d9d9d9;
}
.pub-process li {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 25%;
    height: 35px;
    font-size: .875rem;
}
/*.pub-process li:first-child {
    width: 35px;
    margin-left: -35px;
}*/
.pub-process .ball {
    position: absolute;
    top: -50px;
    right: calc(50% - 21.5px);
    z-index: 7;
    width: 43px;
    height: 43px;
    /* padding-top: 10px; */
    /* line-height: 35px; */
    content: "";
    text-align: center;
    border-radius: 50%;
    background-color: #000000;
    border: 2px #fff solid;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pub-process .ball:hover {
    top: -54px;
    right: calc(50% - 25px);
    /* padding: 15px 21px; */
    width: 50px;
    height: 50px;
}

.pub-process .active .ball {
    background-color: #11c2c2;
}
.pub-process .active   .active:after {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 4px;
    content: "";
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #11c2c2;
}
.process-3 li {
    width: 50%;
}
.process-5 li {
    width: 25%;
}
/* flex ver */
.pub-process-flex {
    display: -webkit-box;
    text-align: center;
}
.pub-process-flex li {
    display: list-item;
    -webkit-box-flex: 1;
    width: auto;
}

    
@media only screen and (max-width: 1024px) {
    .pub-title {
        padding: 0!important;
        /*padding-top: 92px!important;*/
        margin-bottom: 120px;
        text-align: center;
    }
    .pub-wrap {
        padding: 92px 30px 160px 30px;
    }
}
@media only screen and (max-width: 576px) {
    .pub-title {
        padding-top: 47px!important;
        margin-bottom: 56px;
    }
    .pub-process-flex {
        display: inline-grid;
        text-align: left;
    }
    
    .pub-process-flex li:first-child {
        width: auto;
        margin-left: 20px;
        -webkit-box-flex: 0;
    }
    .pub-process {
        height: auto;
    }
    .pub-process li {
        margin-bottom: 55px; 
        margin-left: 20px;
    }
    .pub-process .ball {
        top: -7px;
        right: 86px;
    }

    .pub-process .ball:hover {
        top: -11px;
        right: 83px;
    }
    .pub-process:after {
        top: 45%;
        left: -19px;
        z-index: 1;
        width: 2px;
        height: 85%;
    }
    .pub-wrap {
        text-align: center;
        padding: 45px 0;
    }
}
    